G33X Nexus Entertainment > Bug Reports
Compile Problem
Recon:
Caenus:
mein gott!
whitelynx:
--- Quote from: Recon on August 04, 2006, 08:33:55 pm ---well , Here is the output of
./configure --without-bfd --enable-debug
<snip>
checking for libcppunit... no
checking if pkg-config recognizes mysqlclient... no
checking for mysqlclient-config... no
checking for libmysqlclient... no
checking if pkg-config recognizes CEGUI... yes
<snip>
--- End quote ---
Looking at that, I'd say the problem is that configure isn't finding mysql at all. Try specifying where to find it when running configure:
./configure --without-bfd --enable-debug --with-mysqlclient=$HOME/development/mysql-5.0.22
If it still doesn't work, try configuring mysql with --prefix=/usr and running make install in the mysql dir as root. That will install all of mysql's stuff to /usr.
Dave
Morgul:
However, the giant problem here is the inability he has to load cel's mesh plugin, right? Not finding mysql wouldn't be causing that, as far as I can tell....
whitelynx:
True. It sounds like it probably wouldn't be able to load any of the CEL propclasses, which means it probably can't find the CEL directory. Recon: do you have the $CEL environment variable set? I usually put it in my .bashrc file, along with $CRYSTAL.
As far as the Jamfile, that is auto-generated. To have your changes stick, you'd have to modify Jamfile.in. However, I don't really suggest doing that modification, as it could lead to collisions if you try updating from svn. It's much safer to just tell configure where to find mysql.
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version