From: Lazy L. <laz...@gm...> - 2007-04-23 13:36:40
|
Hello all, Just a quick problem i'm facing with the command line. I've built OpenC++ using cygwin, and I'm trying to use the occ compiler in the command line. Here's how it goes : $ occ -m VerboseClass.mc -I../include EXECUTING: g++ g++ -D__opencxx -E -o VerboseClass.occ -x c++ VerboseClass.mc VerboseClass.mc:38:25: opencxx/mop.h: No such file or directory I'm using opencxx-2.8, and apparently g++ is not getting the include path. Has anybody else had this issue ? Thanks in advance, CP |