|
From: Charles S. <cha...@us...> - 2012-08-12 16:19:51
|
I have been trying to build libioebc-3.52.8 in OS X 10.8 Mountain Lion
I followed the instructions in README.MACOSX and downloaded the latest version of Xcode and installed the command line tools through the Preferences -> Download menu
Upon running make I found no configuration for 10.8 and created the following:
#
# Mac OS X 10.8
#
ifeq (10.8, $(findstring 10.8, $(macosx_version)))
PROJBUILD := /usr/bin/xcodebuild -configuration $(MODEL)
IODBC_TARGET=10.8
IODBC_SDK=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.8.sdk
endif
I then ran make and the build proceeds for a while and ends with:
** BUILD FAILED **
The following build commands failed:
CompileC build/iODBCadm.build/Deployment/iODBCadm.build/Objects-normal/i386/gensetup.o ../../iodbcadm/macosx/gensetup.c normal i386 c com.apple.compilers.llvm.clang.1_0.compiler
CompileC build/iODBCadm.build/Deployment/iODBCadm.build/Objects-normal/i386/keyval.o ../../iodbcadm/macosx/keyval.c normal i386 c com.apple.compilers.llvm.clang.1_0.compiler
(2 failures)
make: *** [all] Error 65
Any ideas?
Charles
|