All:
I'm trying to install/configure gVerse on my system. I don't know C++. (More precisely, I don't remember enough of it to code in it.)
I downloaded the source from sourceforge. Install the required libraries.
run "make". Error message is:
g++ main.cpp -O2 -o gVerse `pkg-config --cflags --libs gtk+-2.0`
main.cpp: In function ‘int main(int, char**)’:
main.cpp:26: error: ‘strcmp’ was not declared in this scope
make: *** [gVerse] Error 1
What do I do to fix this error?
#####
Can somebody package gVerse, so that it is available simply by using Synaptic?
jonathon