>>>>> "Maxwell" == Maxwell Spangler <maxwell_at_clark.net> writes:
Maxwell> I'm stuck on fvwm/add_window.c, anyone care to offer
Maxwell> advice ? THANKS
Maxwell> cc -b elf -X a -a ansi -I. -I../libs -Dsco -DSYSV
Maxwell> -DSHAPE -DACTIVEDOWN_BTNS -DINACTIVE_BTNS -DMINI_ICONS
Maxwell> -DVECTOR_BUTTONS -DPIXMAP_BUTTONS -DGRADIENT_BUTTONS
Maxwell> -DMULTISTYLE -DEXTENDED_TITLESTYLE -DBORDERSTYLE
Maxwell> -DUSEDECOR -DWINDOWSHADE -DXPM -c add_ window.c
Maxwell> "add_window.c", line 225: error: invalid token:
Maxwell> ->TitleHeight "add_window.c", line 225: warning: improper
It looks like your C preprocessor is not expanding the GetDecor macro
properly, or that something is interfering with it's expansion. It
should work, so please check to see how the macro at screen.h:332: is
expanding. Also, see how it compiles without -DUSEDECOR (it will use
an alternate but simpler macro which will limit you to a single
decor), and if possible, obtain preprocessor output with and without
the -DUSEDECOR define (this is usually possible with a compiler
switch).
Good luck,
Andrew
--
Andrew Veliath <veliaa_at_ny.frontiercomm.net>
Warning: unwanted spam may become bad karma for sender
--
Visit the official FVWM web page at <URL:http://www.hpc.uh.edu/fvwm/>.
To unsubscribe from the list, send "unsubscribe fvwm" in the body of a
message to majordomo_at_hpc.uh.edu.
To report problems, send mail to fvwm-owner_at_hpc.uh.edu.
Received on Fri Apr 25 1997 - 11:58:37 BST