From: John A. <jal...@st...> - 2005-09-27 04:18:11
|
Hello, Whenever I try to compile a metaclass, I get the following error = message: /courses/cs400/cs491s/jaltidor/opencxx-2.8/opencxx/parser/Ptree.h:47: = error: `metaclass' does not name a type I entered this command to attempt to compile my files: g++ -I. -I../opencxx-2.8 -D__opencxx JNIClass.ii -shared -o JNIClass.so = *.o /courses/cs400/cs491s/jaltidor/opencxx-2.8/libs/libocc.0 I tried using the OpenC++ script (occ) to compile my metaclass but the = script would never use my include flags (-I<path>) so the compiler would = never find any of the OpenC++ headers. Does anyone know what is wrong? John |