gcc -DHAVE_CONFIG_H -DDEBUG_STRICT -c
-I/usr/X11R6/include -I. -I.. -I. -O2 -march=i686
-pipe -Wall -DNO_DEBUG_OUTPUT main.c
main.c: In function `Create_Windows':
main.c:447: error: `_XA_MwmAtom' undeclared (first use
in this function)
main.c:447: error: (Each undeclared identifier is
reported only once
main.c:447: error: for each function it appears in.)
main.c: In function `main':
main.c:1781: error: `_XA_MwmAtom' undeclared (first use
in this function)
make[1]: *** [main.o] Error 1
First seen with beta2, not afterstep installed.
Logged In: NO
i have exactly the same problem. I'm only adding
--enable-transparency on ./configure
running slackware 10 with fluxbox 0.9.12 from slackware-current
Logged In: NO
Same problem building on an old Solaris machine. Looks like
the declaration is mistakenly inside the #ifdef
HAVE_AFTERSTEP at main.c:51.
Moving "Atom _XA_MwmAtom = None;" outside the #ifdef solves
the problem nicely.
Logged In: NO
had this problem with slack 10.1, did a cvs checkout and it
appears to have been fixed