Pepe Barbe wrote: > I am trying to build libgda-1.0.4-1016 on my Macbook and it craps in > the end. Any ideas of why might the problem?
Back in February, there was a thread on fink-users where someone couldn't build libgda because of errors at the same point (thoough not the same error message). The reason there was that she built it on OSX-server which has a mysql installation in /usr/lib/ which the configure script found and it therefore tried to build the mysql stuff which is normally not built. Do you also have "MySQL = yes" in the configuration summary at the end of the configure phase? I have "MySQL = no" there. I think the package needs fixing; it should either depend on some Fink mysql package (and then fix the mysql parts so that they compile) or disable explicitly the mysql stuff. [] > Making all in mysql [] > In file included from gda-mysql-provider.c:30: > gda-mysql.h:34:19: error: mysql.h: No such file or directory > gda-mysql.h:35:23: error: mysql_com.h: No such file or directory -- Martin ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ Fink-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/fink-users
