On 2013-04-10 15:03, Marc-André Lureau wrote: > Also projects not using pkg-config have the same problems. Doing a > grep under fedora-mingw sys-root reveals that there are many binaries > that refer to hardcoded path too.
I have this problem running my software on windows. I have many places in my Makefile.am's where I use something like: myfile_CPPFLAGS = -DPKGDATADIR="\"$(pkgdatadir)\"" Which results in a non-relocatable build. It seems like most of my issues with relative build could fixed by patching ./configure to support './configure --prefix=..'. Has anyone tried this, or are there better solutions? My current solution is basically to emulate with some autoconf hacks. _______________________________________________ gtk-devel-list mailing list gtk-devel-list@gnome.org https://mail.gnome.org/mailman/listinfo/gtk-devel-list