lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


hi
<eruption>
the only reason i still work on a mac is itunes and my dualscreen
setup that doesn't work on ubuntu, BUT almighty god i cannot express
how i hate this goddamn os x piece of shit. no matter what package you
want to install, you can be sure that the build process fails for
whatever reasons. cygwin is by worlds better than this bsd wannabe
clusterfuck.
</eruption>

ok, here's what i do on a intel mac 10.5:

   git clone git://repo.or.cz/lqt.git
   cd lqt/
   mkdir build && cd build/
   export PATH=$PATH:/usr/local/Trolltech/Qt-4.4.3/bin/
   cmake ../lqt
   make

the build fails with the error

make[2]: *** No rule to make target `/usr/local/lib/libssl.dylib',
needed by `bin/cpptoxml'.  Stop.
make[1]: *** [cpptoxml/CMakeFiles/cpptoxml.dir/all] Error 2

any ideas.
ben