has anyone successfully compiled this for OSX 10.10 Xcode 6.1????
www.vtk.org/Wiki/VES
all hacking through cmake/source files i've finally gotten it down to
Compiling the C compiler identification source file "CMakeCCompilerId.c" failed.
Compiler: /Applications/Hacks/Xcode.app/Contents/Developer/usr/bin/gcc
Build flags: ;-miphoneos-version-min=8.0;-fvisibility=hidden;-fvisibility-inlines-hidden;-miphoneos-version-min=8.0;-fvisibility=hidden;-fvisibility-inlines-hidden
Id flags:
The output was:
1
ld: building for iOS Simulator, but linking against dylib built for MacOSX file building for iOS Simulator, but linking against dylib built for MacOSX file '/usr/lib/libSystem.dylib' for architecture x86_64
anyone know cmake well? in the makefile i'm pointing to the iPhoneSDK but cmake is still picking up system libs??? WTF!
www.vtk.org/Wiki/VES
all hacking through cmake/source files i've finally gotten it down to
Compiling the C compiler identification source file "CMakeCCompilerId.c" failed.
Compiler: /Applications/Hacks/Xcode.app/Contents/Developer/usr/bin/gcc
Build flags: ;-miphoneos-version-min=8.0;-fvisibility=hidden;-fvisibility-inlines-hidden;-miphoneos-version-min=8.0;-fvisibility=hidden;-fvisibility-inlines-hidden
Id flags:
The output was:
1
ld: building for iOS Simulator, but linking against dylib built for MacOSX file building for iOS Simulator, but linking against dylib built for MacOSX file '/usr/lib/libSystem.dylib' for architecture x86_64
anyone know cmake well? in the makefile i'm pointing to the iPhoneSDK but cmake is still picking up system libs??? WTF!
Last edited: