Re: GTK+3 win32/64 build environment



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.


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]