I’m totally new to cpp, so I’m sorry in advance if this is common knowledge.
I have made a file menu.cpp, which content is:
#ifndef OSTYPE
#error NO OS!
#else
AddToMenu RootMenu
+ "OSTYPE" Nop
#endif
In my .fvwm2rc I have:
FvwmCpp $[FVWM_USERDIR]/work/menu.cpp
From the FvwmCpp man-page I read:
FvwmCpp defines some values for use in the pre-processor file:
OSTYPE The operating system for CLIENTHOST.
What all this produces is literally the word OSTYPE in my rootmenu.
What’s the deal here? I was expecting something like “FreeBSD” in there.
[color=red]Edited by theBlackDragon:
–> You call this a basic question? Moved from Basic questions.[/color]