[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

Re: gEDA-user: cannot compile gwave2



Peter Clifton wrote:
> On Fri, 2008-10-10 at 22:35 +0800, wing wrote:
>   
>> Hi there,
>>
>> I tried to compile gwave2 (20080626) but failed in the ./configure stage.
>> The error message reads something like :
>>
>> checking for guile-tools... /usr/bin/guile-tools
>> checking libguile compile flags... 
>> checking libguile link flags...  -lguile -lltdl  -lgmp -lcrypt -lm -lltdl
>> checking if (gnome-2) is available... no
>> configure: error: required guile module not found: (gnome-2)
>>
>> And the related lines in the config.log file reads:
>>
>> configure:6511: checking libguile compile flags
>> configure:6514: result:
>> configure:6516: checking libguile link flags
>> configure:6519: result:  -lguile -lltdl  -lgmp -lcrypt -lm -lltdl
>> configure:6528: checking if (gnome-2) is available
>> configure:6535: result: no
>> configure:6540: error: required guile module not found: (gnome-2)
>>
>>
>> What exactly is the missed guile module?
>>     
>
> You might try "guile-gnome0-dev" if you're on Debian / Ubuntu.
>
>   
Hi Peter,
Thanks for quick response. Yes, guile-gnome0-dev is already installed in 
my Ubuntu, so I think it should be some problem else. Any idea?

the related lines I can find in the configure file is below:

{ echo "$as_me:$LINENO: checking if (gnome-2) is available" >&5
echo $ECHO_N "checking if (gnome-2) is available... $ECHO_C" >&6; }

  $GUILE -c "(use-modules (gnome-2)) (exit ((lambda () 0)))" > /dev/null 
2>&1
  ac_guile_module_required=$?

      if test "$ac_guile_module_required" = "0" ; then 
ac_guile_module_required=yes ; else ac_guile_module_required=no ; fi
          { echo "$as_me:$LINENO: result: $ac_guile_module_required" >&5
echo "${ECHO_T}$ac_guile_module_required" >&6; }


          if test "$ac_guile_module_required" = "no" ; then
              { { echo "$as_me:$LINENO: error: required guile module not 
found: (gnome-2)" >&5
echo "$as_me: error: required guile module not found: (gnome-2)" >&2;}
   { (exit 1); exit 1; }; }
          fi


_______________________________________________
geda-user mailing list
geda-user@xxxxxxxxxxxxxx
http://www.seul.org/cgi-bin/mailman/listinfo/geda-user