pkgsrc-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: Problem building lang/pytnon27 on Darwin (OS X 10.9.0)



On Tue, Dec 24, 2013 at 07:30AM +0000, Jonathan Perkin wrote:
>* On 2013-12-24 at 00:00 GMT, Jason White wrote:
>
>> OSXVER= 10.9
>> XCODE= /Applications/Xcode.app/Contents/Developer
>> XCBIN= ${XCODE}/Toolchains/XcodeDefault.xctoolchain/usr
>> XCSDK= ${XCODE}/Platforms/MacOSX.platform/Developer/SDKs/MacOSX${OSXVER}.sdk
>> CFLAGS+= -isysroot ${XCSDK}
>> CPPFLAGS+= -isysroot ${XCSDK}
>> FFLAGS+= -isysroot ${XCSDK}
>> LDFLAGS+= -Wl,-syslibroot,${XCSDK}
>
>It might not be related to the issues you are seeing, but all of the
>above should be unnecessary, and it'd be best to remove them to avoid
>any potential problems.
>
>FWIW I don't have any such issues building lang/python27 on 10.9.

Thanks, that did the trick.  I added those lines after reading this post 
(http://mail-index.netbsd.org/pkgsrc-users/2013/11/09/msg018880.html)
while trying to get pkgsrc going Darwin last month and it was smooth 
sailing until now.

Thanks for your help,
-Jason

--
Jason White



Home | Main Index | Thread Index | Old Index