On Thu, Nov 15, 2001 at 11:11:29PM -0500, Dan Espen wrote:
>
> 3 more:
>

For the 3 first and one in this mail it seems to me that  
the macro EWMH_CODE is not defined in your config.h.   
This macro is defined in acconfig.h, auto(re)conf build config.h.in
and ./configure build config.h (or something like that, any way you know
that). So do you rerun auto(re)conf? Do you have the lines

#ifdef HAVE_EWMH
#    define EWMH_CODE(x) x
#else
#    define EWMH_CODE(x)
#endif
 
in your config.h file after runing configure?
 
> gcc -DHAVE_CONFIG_H -I. -I../../version-2_5_0/fvwm -I.. -I../../version-2_5_0 
> -I../../version-2_5_0/libs
+-I/opt/public/include          -I/usr/openwin/include   
-DFVWM_MODULEDIR=\"/opt/public/src//fvwm/2.5.0\"
+-DFVWM_DATADIR=\"/opt/public/share/fvwm/2.5.0/fvwm\"   
-DFVWM_CONFDIR=\"/opt/public/etc/fvwm/2.5.0\" -g -c
+../../version-2_5_0/fvwm/events.c
> ../../version-2_5_0/fvwm/events.c:918: macro `EWMH_WindowDestroyed' used 
> without args
> ../../version-2_5_0/fvwm/events.c:1412: macro `EWMH_WindowDestroyed' used 
> without args
> ../../version-2_5_0/fvwm/events.c:1441: macro `EWMH_WindowDestroyed' used 
> without args
> gnumake: *** [events.o] Error 1
>
>

I just fixed this one and the undefined symbol error below.

> gcc -DHAVE_CONFIG_H -I. -I../../version-2_5_0/fvwm -I.. -I../../version-2_5_0 
> -I../../version-2_5_0/libs
+-I/opt/public/include          -I/usr/openwin/include   
-DFVWM_MODULEDIR=\"/opt/public/src//fvwm/2.5.0\"
+-DFVWM_DATADIR=\"/opt/public/share/fvwm/2.5.0/fvwm\"   
-DFVWM_CONFDIR=\"/opt/public/etc/fvwm/2.5.0\" -g -c
+../../version-2_5_0/fvwm/functions.c
> ../../version-2_5_0/fvwm/functions.c: In function `DeferExecution':
> ../../version-2_5_0/fvwm/functions.c:1209: parse error before `EWMH_CODE'
> ../../version-2_5_0/fvwm/functions.c: At top level:
> (lots of errors generated by this snipped)
> gnumake: *** [functions.o] Error 1
>
>
> Undefined                     first referenced
>  symbol                           in file
> EWMH_DestroyWindow                  add_window.o
> ld: fatal: Symbol referencing errors. No output written to fvwm2
>
--
Visit the official FVWM web page at <URL:http://www.fvwm.org/>.
To unsubscribe from the list, send "unsubscribe fvwm-workers" in the
body of a message to [EMAIL PROTECTED]
To report problems, send mail to [EMAIL PROTECTED]

Reply via email to