Hi,

I tried to compile g-wrap-1.3.2 for gnucash-1.6.7 on hpux 11.00, but I get the 
following error message:

...
prounix_root:/users/mgansser/GNU/g-wrap-1.3.2 # gmake
gmake  all-recursive
gmake[1]: Entering directory `/opt/mgansser/GNU/g-wrap-1.3.2'
Making all in doc
gmake[2]: Entering directory `/opt/mgansser/GNU/g-wrap-1.3.2/doc'
gmake[2]: Nothing to be done for `all'.
gmake[2]: Leaving directory `/opt/mgansser/GNU/g-wrap-1.3.2/doc'
Making all in rpm
gmake[2]: Entering directory `/opt/mgansser/GNU/g-wrap-1.3.2/rpm'
rm -f spec.tmp
sed < spec.in > spec.tmp \
            -e 
's:@-GW_RTLIB_VER-@:@GW_RUNTIME_GUILE_INTERFACE_MAJOR_VER@.@GW_RUNTIME_GUILE_INTERFAC
E_REVISION@.@GW_RUNTIME_GUILE_INTERFACE_AGE@:' \
            -e 's:@-GW_RTLIB_MAJ-@:@GW_RUNTIME_GUILE_INTERFACE_MAJOR_VER@:' \
            -e 's:@-VERSION-@:1.3.2:'
mv spec.tmp spec
gmake[2]: Leaving directory `/opt/mgansser/GNU/g-wrap-1.3.2/rpm'
Making all in bin
gmake[2]: Entering directory `/opt/mgansser/GNU/g-wrap-1.3.2/bin'
rm -f g-wrap-config.tmp
sed < g-wrap-config.in > g-wrap-config.tmp \
    -e 's:@-GUILE-@:/usr/local/bin/guile:' \
    -e 's:@-VERSION-@:1.3.2:' \
    -e 's:@-libdir-@:/usr/local/lib:' \
    -e 's:@-includedir-@:/usr/local/include:' \
    -e 's:@-GUILE_MODULE_DIR-@:/usr/local/share/guile/1.4:'
chmod +x g-wrap-config.tmp
mv g-wrap-config.tmp g-wrap-config
gmake[2]: Leaving directory `/opt/mgansser/GNU/g-wrap-1.3.2/bin'
Making all in g-wrap
gmake[2]: Entering directory `/opt/mgansser/GNU/g-wrap-1.3.2/g-wrap'
guile -c \
          "(set! %load-path (cons \"/opt/mgansser/GNU/g-wrap-1.3.2/g-wrap/..\" 
%load-path))""(debug-
enable 'backtrace) \
                        (debug-enable 'debug) \
                        (read-enable 'positions) \
                        (use-modules (g-wrap)) \
                        (use-modules (g-wrap gw-standard-spec)) \
                        (gw:generate-wrapset \"gw-standard\")"
add-ws-t gw-standard #<output: gw-standard.c 3> gw:global-declarations-ccg
 for-parent gw-standard
add-ws-t gw-standard #<output: gw-standard.c 3> gw:global-definitions-ccg
 for-parent gw-standard
source='gw-standard.c' object='gw-standard.lo' libtool=yes \
depfile='.deps/gw-standard.Plo' tmpdepfile='.deps/gw-standard.TPlo' \
depmode=gcc3 /bin/sh ../depcomp \
/bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I..    -O2 -g -Wall 
-Wno-uninitialize
d -Wno-unused -Werror -I/usr/local/include/glib-1.2 -I/usr/local/lib/glib/include  
-I/usr/local/incl
ude/glib-1.2 -I/usr/local/lib/glib/include -g -O2 -I/usr/local/include -c -o 
gw-standard.lo `test -f
 gw-standard.c || echo './'`gw-standard.c
mkdir .libs
gcc -DHAVE_CONFIG_H -I. -I. -I.. -O2 -g -Wall -Wno-uninitialized -Wno-unused -Werror 
-I/usr/local/in
clude/glib-1.2 -I/usr/local/lib/glib/include -I/usr/local/include/glib-1.2 
-I/usr/local/lib/glib/inc
lude -g -O2 -I/usr/local/include -c gw-standard.c -MT gw-standard.lo -MD -MP -MF 
.deps/gw-standard.T
Plo  -fPIC -DPIC -o .libs/gw-standard.lo
cc1: changing search order for system directory "/usr/local/include"
cc1:   as it has already been specified as a non-system directory
gmake[2]: *** [gw-standard.lo] Error 1
gmake[2]: Leaving directory `/opt/mgansser/GNU/g-wrap-1.3.2/g-wrap'
gmake[1]: *** [all-recursive] Error 1
gmake[1]: Leaving directory `/opt/mgansser/GNU/g-wrap-1.3.2'
gmake: *** [all] Error 2


I've download slib2d4 and unzip the archive directly in /usr/local/lib,
and linked slib with guile-1.4
# cd /usr/local/share/guile/1.4
# ln -s /usr/local/lib/slib
# guile -c "(use-modules (ice-9 slib)) (require 'new-catalog)" 


Systeminformation:
hpux 11.00
gnome-1.4
guile-1.4
gcc-3.1
g-wrap-1.3.2
slib2d4

any help ?
_______________________________________________
gnucash-devel mailing list
[EMAIL PROTECTED]
http://www.gnucash.org/cgi-bin/mailman/listinfo/gnucash-devel

Reply via email to