On Sun, Sep 19, 2010 at 1:15 PM, Sebastian Moors wrote: > * hydrogen compiles now with QT 4.7 and recent portmidi versions
Ah, I see that you kept the line env.Append( LIBS = [ "porttime" ] ) in Sconstruct which makes the builds fail in Fedora 13 and above. With version 200, upstream of portmidi gathered all the symbols from portmidi and porttime and put them in one single library "portmidi" and we obeyed this change in Fedora. I checked with Ubuntu now and saw that they have a patch to revert this change and split the library back in two parts portmidi and porttime, as they were in previous versions. I can't blame them as the portmidi build system is a real mess. I guess, at this point we have to diverge :( Orcan ------------------------------------------------------------------------------ Nokia and AT&T present the 2010 Calling All Innovators-North America contest Create new apps & games for the Nokia N8 for consumers in U.S. and Canada $10 million total in prizes - $4M cash, 500 devices, nearly $6M in marketing Develop with Nokia Qt SDK, Web Runtime, or Java and Publish to Ovi Store http://p.sf.net/sfu/nokia-dev2dev _______________________________________________ Hydrogen-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/hydrogen-devel
