Bug 53950 - Error in core/configure.in for old Mac dev environments
Summary: Error in core/configure.in for old Mac dev environments
Status: RESOLVED FIXED
Alias: None
Product: LibreOffice
Classification: Unclassified
Component: LibreOffice (show other bugs)
Version:
(earliest affected)
unspecified
Hardware: All macOS (All)
: medium normal
Assignee: How can I remove my account?
URL:
Whiteboard: target:3.7.0
Keywords:
Depends on:
Blocks:
 
Reported: 2012-08-22 20:01 UTC by Nicholas Shanks
Modified: 2012-08-23 10:54 UTC (History)
1 user (show)

See Also:
Crash report or crash signature:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Nicholas Shanks 2012-08-22 20:01:57 UTC
Lines 2570 & 2571 read:

elif test -d /Developer-old/SDKs/MacOSX10.4u.sdk; then
  MACOSX_SDK_PATH=/Developer-old/SDKs/MacOSX10.4u.sdk


Lines 2647, 2651 & 2652 read:

case "$MACOSX_SDK_PATH" in
...
/Developer.old/*)
  gccprefix=/Developer.old/usr/bin/


On my computer, the Xcode 3 install was moved to /Developer‐old when I installed Xcode 4, whether by me or by the installer I cannot remember, but surely these pairs of lines should match one another. I suggest changing the . to a - in the second pair of lines.
Comment 1 Don't use this account, use tml@iki.fi 2012-08-23 09:59:30 UTC
Yes indeed, fixed now, thanks. Sorry, forgot to credit you in the quick one-line commit message.

commit afeab46e4754d886dd828ba654520902a755964f
Author: Tor Lillqvist <tml@iki.fi>
Date:   Thu Aug 23 12:49:52 2012 +0300

    Typo, fdo#53950

    Change-Id: I82b4b59e868bb4f332cfe0e617c916a160cb549a
Comment 2 Not Assigned 2012-08-23 10:54:48 UTC
Tor Lillqvist committed a patch related to this issue.
It has been pushed to "master":

http://cgit.freedesktop.org/libreoffice/core/commit/?id=afeab46e4754d886dd828ba654520902a755964f

Typo, fdo#53950