Hi,
I tried to compile the latest release on win32 using MinGW/MSYS.
Below are my comments based on you response about the previous version.
Regards
Brecht
Vivien Malerba wrote:This problem still exists in 3.99.5. I think configure is not properly detecting windres.Hi,
I just tried to compile the new new libgda v3.99.4 on Windows using MinGW/MSYS.
You mean you're not cross compiling, right?
However I got stuck in the tools directory. Here's the error:
gda-sql-res.rc -o gda-sql-res.o
./gda-sql-res.rc: AppIcon: command not found
make: *** [gda-sql-res.o] Error 127
I see the following problems:
- in tools/Makefile there is a line:
WINDRES =
which should probably be:
WINDRES = windres
I have:
WINDRES = /usr/bin/i586-mingw32msvc-windres
which is set up automatically
- when commenting out all the windows resource stuff there were some undefined references that were fixed by setting
LDFLAGS = -lreadline -lcurses
in tools/Makefile
I don't have this problem.
I'm having this problem a lot when porting to MinGW: the dependancies of linked libraries often need to be explicitly linked.
Is it correct that fewer providers are included than in the older versions? Or are my database libraries no longer properly detected?
Apart from that I got it all compiled just fine. However I have only tried with these providers:
mdb
mysql
sqlite
For my own information, could you be more specific about how those providers worked?
Attachment:
patch_configure.in
Description: Binary data