ok...I'm trying to install Lmme but I have a small problem.
I've gotten past the "./configure" step...but when I
try the "make" procedure it gives me exactly this:
c++ -DHAVE_CONFIG_H -I. -I. -I. -DVERSION=\"0.6.3\"
-DVERSION_BRANCH=\"Alpha\" -g -O2 -c commandModule.C
commandModule.C:24: default argument given for
parameter 4 of `int
Command_Object::Add_Command(char*, int, int, int =
0, char* = 0)'
commandModule.h:117: after previous specification in `int
Command_Object::Add_Command(char*, int, int, int =
0, char* = 0)'
commandModule.C:24: default argument given for
parameter 5 of `int
Command_Object::Add_Command(char*, int, int, int =
0, char* = 0)'
commandModule.h:117: after previous specification in `int
Command_Object::Add_Command(char*, int, int, int =
0, char* = 0)'
make: *** [commandModule.o] Error 1
Anyone know how to fix this so I can get on with my life!
Logged In: NO
FIXED MY OWN PROBLEM...THANKS ANYWAYS!
Logged In: NO
How'd you fix it?