Trunk Windows build
Phil Longstaff
plongstaff at rogers.com
Fri Apr 15 09:19:39 EDT 2011
Yes, it does mean just changing the xy_DIR variable. We could handle downstream
libraries by adding a "HAVE_NEW_xy" variable to each section of the build
script. A downstream library just needs to check whether it is there or any of
its upstream libraries HAVE_NEW_xy is "true" and then rebuild.
Turns out it was the libwebkit.la file which had the hard coded path. I am
rebuilding using the vanilla paths and will re-release the library this evening
or this weekend.
Phil
---------
I used to be a hypochondriac AND a kleptomaniac. So I took something for it.
________________________________
From: Christian Stimming <stimming at tuhh.de>
To: Phil Longstaff <plongstaff at rogers.com>
Cc: Geert Janssens <janssens-geert at telenet.be>; gnucash-devel at gnucash.org
Sent: Fri, April 15, 2011 2:36:59 AM
Subject: Re: Trunk Windows build
Zitat von Phil Longstaff <plongstaff at rogers.com>:
> Actually, it doesn't build. If you look earlier in the log, there are link
> problems. The problem, I think, is that I've switched to adding the version
> number to directory names (/c/soft/libxslt-1.2.3 rather than /c/soft/libxslt).
> The webkit package pkgconfig file specifies linking with
> /c/soft/libxslt-1.1.22/lib/libxslt.la which it can't find.
>
> I prefer the explicit directory naming because I can tell just by looking at
>the
> directory what version it contains. I think it makes configuration control
> better.
Sure, no problem. Doesn't just mean you should change the xy_DIR variable in
defaults.sh as well, so that the build sever will expect libxslt in the
versioned directory name as well? That way, the old directory will simply be
ignored... Oh, this might still not yet work - all subsequent ("downstream")
library will have to be rebuilt as well.
> I think I can rebuild the webkit package using vanilla directory names. It
may
> take a day or so to do. I suppose it might be possible to hack^H^H^H^Hedit
the
> pkgconfig file to change the directory names.
Changing the pkgconfig files is perfectly fine! After all, the path names in
there represent just the build directory layout, so it is completely correct to
edit the files so that they match the dir layout on where they are used.
Regards,
Christian
(now returned from some longer journey)
More information about the gnucash-devel
mailing list