jamoma / JamomaCore

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

build script needs to handle windows 32 v 64 bit distinction #222

Open nwolek opened 10 years ago

nwolek commented 10 years ago

This was left undefined during my recent work on issue #210. Someone who can build on windows needs to handle this issue like @tap or laurent.

We want to have distinction between win and win64 identifiers in our handling of YAML files. It was unclear whether we should just detect a 64 bit system or set it as a flag on the build script (like "dev" and "clean" are currently).

The place where this handled in the build script is here: https://github.com/jamoma/JamomaCore/blob/dev/Shared/jamomalib.rb#L42

nwolek commented 9 years ago

@jcelerier - Is this issue stale now that we are using Cmake?

jcelerier commented 9 years ago

The handling of win64 in the CMake scripts is in the feature/mingw branch, however some extensions are disabled (I don't remember exactly which ones but certainly the ones calling external libs, like libsndfile, portaudio because they have to be rebuilt for win64, too...) .