guile-gtk-general
[Top][All Lists]
Advanced

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

Re: guile-gnome 2.7.91 compilation attempt, issues


From: Greg Troxel
Subject: Re: guile-gnome 2.7.91 compilation attempt, issues
Date: Wed, 20 Oct 2004 18:03:38 -0400

Thanks - it looks like this is another casualty of automake expecting
install to create directories when used as nobase_.  From my
build/install log - see the error on the file I couldn't find:

test -z "/usr/pkg/include/g-wrap" || install -d "/usr/pkg/include/g-wrap"
 install -c -o root -g wheel -m 444 'guile-runtime.h' 
'/usr/pkg/include/g-wrap/guile-runtime.h'
 install -c -o root -g wheel -m 444 'guile-compatibility.h' 
'/usr/pkg/include/g-wrap/guile-compatibility.h'
 install -c -o root -g wheel -m 444 'guile-wct.h' 
'/usr/pkg/include/g-wrap/guile-wct.h'
test -z "/usr/pkg/share/guile/site/g-wrap" || install -d 
"/usr/pkg/share/guile/site/g-wrap"
 install -c -m 644 'guile.scm' '/usr/pkg/share/guile/site/g-wrap/guile.scm'
 install -c -m 644 'guile/ws/standard.scm' 
'/usr/pkg/share/guile/site/g-wrap/guile/ws/standard.scm'
install: /usr/pkg/share/guile/site/g-wrap/guile/ws/standard.scm: open: No such 
file or directory
 install -c -m 644 'compat.scm' '/usr/pkg/share/guile/site/g-wrap/compat.scm'
 install -c -m 644 'simple-type.scm' 
'/usr/pkg/share/guile/site/g-wrap/simple-type.scm'
 install -c -m 644 'gw-standard-spec.scm' 
'/usr/pkg/share/guile/site/g-wrap/gw-standard-spec.scm'
 install -c -m 644 'gw-wct-spec.scm' 
'/usr/pkg/share/guile/site/g-wrap/gw-wct-spec.scm'
 install -c -m 644 'gw-glib-spec.scm' 
'/usr/pkg/share/guile/site/g-wrap/gw-glib-spec.scm'

I'll patch the Makefile.in to mkdir -p first, and retry.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]