Hi Mariano > Question? when an email arrives from > libopendbx-de...@lists.sourceforge.netis you, Norbert ?
Not necessarily. Every sender address is replaced by the mailing list software with the address of the list. > EXCELLENT!!!! I will give it a try for ALL of them and let you know the > results. Have you documented/wrote all the things you had to do somewhere? > For example where to download the libraries, the parameters to ./configure > and so on ? It would be very useful for me :) Not yet. There are only a view things to know: - The include files and DLLs are usually in the "include" or "lib" resp. "bin" directories of the installed DB server software - Sometimes (MySQL) installing only the client or development package is not enough, because the DLL is still missing - To build the OpenDBX backends using MinGW, the paths added to CPPFLAGS and LDFLAGS must not contain spaces. Otherwise, configure will complain that gcc can't create executables. If the path contains spaces (e.g. "Program Files"), you can use the short name of the directory (Progra~1). Use "dir /X <parent directory>" on the Windows command line to find out the real short name - The MySQL does only build when modifying the mysql.h include file. The workaround is to change "#ifdef __CYGWIN__" to "#ifndef __CYWIN__". It's logically not correct but it compiles afterwards Norbert -- OpenPGP public key http://www.linuxnetworks.de/norbert.pubkey.asc
signature.asc
Description: This is a digitally signed message part.
------------------------------------------------------------------------------ Stay on top of everything new and different, both inside and around Java (TM) technology - register by April 22, and save $200 on the JavaOne (SM) conference, June 2-5, 2009, San Francisco. 300 plus technical and hands-on sessions. Register today. Use priority code J9JMT32. http://p.sf.net/sfu/p
_______________________________________________ libopendbx-devel mailing list libopendbx-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/libopendbx-devel http://www.linuxnetworks.de/doc/index.php/OpenDBX