RE: iconv.dll should be libiconv.dll??
"Fernando Martins" <[email protected]>
| Newsgroups | gmane.comp.video.gimp.windows.devel |
|---|---|
| Message-ID | <[email protected]> |
> From: Tor Lillqvist [mailto:[email protected]] > Fernando Martins writes: > > I think there is a problem with /lib/pkgconfig/glib-2.0.pc > from the .zip > > files because it contains in the first line: > > > > prefix=/target > > Nope. There is code in pkg-config (on Windows) to dynamically define > the "prefix" variable with the installation prefix deduced at run > time. The value in the .pc file is ignored. > > Try it! Change that line to prefix=/when/ever/where/ever, and > pkg-config --libs glib-2.0 will still print out the correct lib paths > for *your* GLib installation. > I replace /target with /test and run: $ pkg-config --libs glib-2.0 I got: -L/test/lib -lglib-2.0 -lintl -liconv Similarly, $ pkg-config --cflags glib-2.0 -I/test/include/glib-2.0 -I/test/lib/glib-2.0/include I'm using pkg-config 0.12.0 on cygwin. Maybe you have another pkg-config? BTW, what is the development environment (cygwin, mingw, ????) you are using to compile gimpwin? I've been trying to compile/run libgda (from gnome-db) with postgres/cygwin on Windows using your glib, etc. binary packages without much luck. Before presenting specific problems (check gnome-db list if you are curious) I would like to have the most similar setup as possible. Thanks, Fernando