> > Given the presupposition that somebody got a clean build of qt-mac on > > Gentoo-OSX, how difficult would be a basic ebuild?
> If you have the steps to get it compiled, creating an ebuild out of it > should be not that hard. Most of the work is in getting the > dependencies right, and making sure that it will work on more than just > your own system. So, to just get this started: I just successfully compiled qt-mac-free-3.3.5 on Mac OSX Tiger. The build uses the standard ./configure && make && make install. Important: you have to define the correct platform, with "./configure -platform macx-g++" The rest seems to be like on qt-x11. According to the docs Qt prefers to be run in an app folder, but I got a console application after specifying the correct DYLD_LIBRARY_PATH. Regards Dirk -- [email protected] mailing list
