undefined reference to gnome-utils functions
Nathan Buchanan
nbinont at gmail.com
Thu Mar 22 21:18:23 EDT 2007
On 3/22/07, Andreas Köhler <andi5.py at gmx.net> wrote:
>
> Hi,
>
> Am Donnerstag, den 22.03.2007, 00:05 -0400 schrieb Nathan Buchanan:
> > I was able to solve the crash of pexports.exe by replacing line 669 of
> > install.sh with
> >
> > cd ..
> > pexports -h include/htmlhelp.h $_HHCTRL_OCX > lib/htmlhelp.def
> > cd lib
> >
> > I'm a bit stumped as to why it didn't like the original line:
> > pexports -h ../include/htmlhelp.h $_HHCTRL_OCX > htmlhelp.def
>
> Interesting. It is pretty reliable: Just close all MSYS windows, then
> open a new one and execute one of the following two commands
>
> $ cd /C/soft/hh/lib ; pexports -h ../include/htmlhelp.h $(which
> hhctrl.ocx) > htmlhelp.def
> $ cd /C/soft/hh ; pexports -h include/htmlhelp.h $(which hhctrl.ocx) >
> lib/htmlhelp.def
>
> The second always worked for me, while the first crashed unless executed
> after the second or inside a complete install.sh run. Well, I hope that
> is fixed now in r15747.
r15747 works for me (uninstalled html help and made install.sh reinstall it)
> It built up until it needed docbook-xsl. It seems I need to track down
> > the package manually as Dave mentioned in another thread.
>
> I will try to patch this somehow, maybe with the help of fallback
> mirrors or some redirection URL if there is one.
ok. If anyone is browsing the lists, they can get the file from
http://umn.dl.sourceforge.net/sourceforge/docbook/docbook-xsl-1.72.0.zip
just for the record.
> > Thanks for all your help so far.
>
> Thank _you_ for all your work! Keep it up, might be nice to have binary
> packages again ;-)
I have succeeded in building it...three weeks since my last build. Hopefully
I can keep on track with weekly builds in the future ;)
> Nathan
>
> -- andi5
>
>
>
More information about the gnucash-devel
mailing list