Comix wrote: >> Who is doing Windows packaging? What packager are they/we using? > > No one is doing the Win package for the 0.9.4 release. I've done the > installer in the past with NSIS. >
I borrowed a Windows box and spent about an hour trying to build with scons and mingw. When I got done, I had failed, a headache, and a tummy ache. (I hate developing on Windows.) Looks like I won't be much help there (I don't own any Windows boxes). The trouble I had with scons was this (in case anyone tries to carry on): It checks for libsndfile. Not finding it, it tries to download it and put it in the 3rdparty directory. However, it couldn't unzip the file because scons screwed up my PATH variable... and 'unzip' was no longer in my PATH. After I worked around that, then it wouldn't detect the header -- and I couldn't figure out why. Peace, Gabriel ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ Hydrogen-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/hydrogen-devel
