Re: [gnome-db] Cannot compile SQLite provider (object name conflicts)

George Brink <[email protected]> Thu, 06 Jun 2013 18:47:49 -0400
Newsgroups gmane.comp.gnome.db
Message-ID <[email protected]>
Hello,

This problem solved. Thank you for the tip.

`V=1 make` gave me the full command line for libtool
libtool --debug -> showed an execution of `sort -ur` right before the 
error message

A little poking at `sort` showed that my PATH had C:\Windows\System32 
before the C:\usr\bin. Therefore, instead of gnu's sort.exe, the 
windows' sort.exe was used. But windows's sort.exe does not know the -u key.
Once I corrected the PATH - that problem disappeared.




Now I have another mystery.
Make fails with:

make.EXE[2]: *** No rule to make target 
'/usr/local/bin/glib-genmarshal', needed by 'gda-marshal.c'.  Stop.

The configure script searched for glib-genmarshal and found it, but 
forget to add an .exe suffix (which is essential on Windows).
Not sure how to fix the problem on a global scale (without modifying the 
configure script). But manual correction of Makefile did the trick:
GLIB_GENMARSHAL = /usr/local/bin/glib-genmarshal.exe

And I think that is it.

There are several strange warnings:
libtool: link: warning: `c:/mingw/lib/libintl.la' seems to be moved
But I am not sure they are a problem. The file does really exists.
Do not know why libtool complains.




On 6/6/2013 3:04 PM, Vivien Malerba wrote:
> Hi!
>
> Can you run:
> V=1 make >& MAKE_RES
> and send me the MAKE_RES file?
>
> Regards,
> Vivien
>
>
> On 6 June 2013 00:14, George Brink <[email protected]
> <mailto:[email protected]>> wrote:
>
>     My environment: WinXP with MinGW/MSYS
>     Configure completed without any problem.
>     But make fails:
>
>        CCLD libgda-sqlite.la <http://libgda-sqlite.la>
>     libtool: link: object name conflicts in archive:
>     .libs/libgda-sqlite.lax/__libgda-virtual-5.0.a/c:/dev/__gtk+/libgda-5.0.4/libgda/__sqlite/virtual/.libs/libgda-__virtual-5.0.a
>     Makefile:629: recipe for target 'libgda-sqlite.la
>     <http://libgda-sqlite.la>' failed
>
>     Same error happens with libgda 5.1.2
>     Not sure what is the conflicting name and not sure how to find it.
>
>     _________________________________________________
>     gnome-db-list mailing list
>     [email protected] <mailto:[email protected]>
>     https://mail.gnome.org/__mailman/listinfo/gnome-db-list
>     <https://mail.gnome.org/mailman/listinfo/gnome-db-list>
>
>
>
>
> _______________________________________________
> gnome-db-list mailing list
> [email protected]
> https://mail.gnome.org/mailman/listinfo/gnome-db-list
>