jamoma / JamomaCore

Jamoma Frameworks for Audio and Control Structure
Other
36 stars 14 forks source link

build.rb : "- win" flag in yaml project is not handled when building test #210

Closed theod closed 10 years ago

theod commented 10 years ago

in JamomaModular.yml file there is a -win flag to include libxml2. this flag seems to not be handled properly during the build of the test32 and test64 so it fails to build.

here is the ruby error : /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/yaml.rb:133:in load': syntax error on line 54, col 1: - win ../../Foundation/library/libxml2/win32/lib/libxml2.lib' (ArgumentError) from /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/yaml.rb:133:in load' from /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/yaml.rb:144:inload_file' from /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/yaml.rb:143:in open' from /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/yaml.rb:143:inload_file' from /Users/WALL-E/Documents/Jamoma/Core/Shared/jamomalib.rb:644:in generate_makefile' from ./build.rb:221 from ./build.rb:22:inload' from ./build.rb:22