Errors compiling 1.4.10

Dave Peticolas dave@krondo.com
Wed, 28 Feb 2001 15:35:38 -0800


Stefan Marx writes:
> Hi,
> 
> trying to compile that version on a SuSE 7.0, 2.4. kernel and a updated
> version on guile I get an error like this:
> ~~~
> [..] // all works fine up to this point, but then ...
> Making all in guile
> make[3]: Entering directory `/opt/soft/gnucash-1.4.10/src/guile'
> FLAVOR=gnome g-wrap --api c --target guile gnc.gwp
> Usage: g-wrap [options] spec-name module-name
>   g-wrap --version          - show version information
>   g-wrap --help             - show this message
>   g-wrap --api LANGUAGE     - language of the API being wrapped
>   g-wrap --target LANGUAGE  - language for which wrappers are being generated
>   g-wrap --spec-path PATH   - add directory to search for spec-name
>  
>   Example: g-wrap --api c --target guile "(g-wrapped foo-spec)" foo
> FLAVOR=gnome g-wrap --api c --target guile gnc.gwp
> Usage: g-wrap [options] spec-name module-name
>   g-wrap --version          - show version information
>   g-wrap --help             - show this message
>   g-wrap --api LANGUAGE     - language of the API being wrapped
>   g-wrap --target LANGUAGE  - language for which wrappers are being generated
>   g-wrap --spec-path PATH   - add directory to search for spec-name
>  
>   Example: g-wrap --api c --target guile "(g-wrapped foo-spec)" foo
> gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I..   -I../engine   -I../gnome  
> -I../register  \
>   -g -O2 -Wall -I/opt/gnome/include -DNEED_GNOMESUPPORT_H
> -I/opt/gnome/lib/gnome-libs/include -I/usr/lib/glib/include
> -I/usr/X11R6/include -I/usr/include/gnome-xml -I/usr/local/include
> -I/usr/local/include -c gnc.c gcc: gnc.c: Datei oder Verzeichnis nicht gefund
> en
> gcc: No input files                                                          
>   
> ~~~
> I'm working in a fairly kde'ish environmnet, but I think the gome argument
> doesn't harm. Fiddling aroung with g-warp didn't product a working c file.
> What the heck is my fault? Thanks for reading, and of cause, much for writing

For gnucash-1.4.10, you should be using a later version of g-wrap-0.9.x,
say 0.9.12. What version are you using?

dave