[Vm-dev] VM Maker: CMakeVMMaker-IgorStasenko.165.mcz

commits at source.squeak.org commits at source.squeak.org
Sun Jun 10 23:13:10 UTC 2012


Igor Stasenko uploaded a new version of CMakeVMMaker to project VM Maker:
http://source.squeak.org/VMMaker/CMakeVMMaker-IgorStasenko.165.mcz

==================== Summary ====================

Name: CMakeVMMaker-IgorStasenko.165
Author: IgorStasenko
Time: 11 June 2012, 1:12:56 am
UUID: c3df5c7f-c824-4d37-a95c-b538825af142
Ancestors: CMakeVMMaker-IgorStasenko.164

- pixman depends on libpng (without it , build fails when building from clean)

=============== Diff against CMakeVMMaker-IgorStasenko.164 ===============

Item was changed:
  ----- Method: CMPixman>>dependencies (in category 'package properties') -----
  dependencies
+ 	^ #( 'pkg-config' 'libpng')!
- 	^ #( 'pkg-config' )!

Item was changed:
  ----- Method: CogFamilyCocoaIOSConfig>>setGlobalOptions: (in category 'as yet unclassified') -----
  setGlobalOptions: maker
  
  	"set any CMake global options, before declaring a project in cmake file"
  	
  	maker set: 'CMAKE_C_COMPILER' to: '/usr/bin/gcc-4.2'.
  	maker set: 'CMAKE_CXX_COMPILER' to: '/usr/bin/g++-4.2'.	
  	maker set: 'CMAKE_OSX_ARCHITECTURES' to: 'i386'.
  	maker set: 'CMAKE_OSX_SYSROOT' to: '/'.
  	
+ "	maker set: 'CMAKE_OSX_SYSROOT' to: '/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.6.sdk'"!
- 	"maker set: 'CMAKE_OSX_SYSROOT' to: '/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.6.sdk/'"!



More information about the Vm-dev mailing list