Hello all,
I'm compiling an application that uses a C-library (built from source), c++ wrapper classes, and a cocoa *.nib interface and cocoa classes. I'm having trouble getting C code to compile (actually am just starting with that, errors included below).
I've tried adding libstdc++.a and adding additional search paths, but nothing seems to work.
This is a project that was initially ported on 10.2.8 (Jaguar) using project builder; a later version *may* have compiled on 10.3 Panther and Xcode, but now I'm using 10.4 Tiger, and basically starting from scratch because the older xcode project didn't work;
Thanks for any pointers on what to do here;
Sincerely,
Travis
/Users/rtr/dev/agentracx-rtr/irunlen.c:22:21: error: fstream.h: No such file or directory In file included from /Users/rtr/dev/agentracx-rtr/irunlen.c:24: /Users/rtr/dev/agentracx-rtr/runlen.h:38:22: error: iostream.h: No such file or directory In file included from /Users/rtr/dev/agentracx-rtr/runlen.h:41, from /Users/rtr/dev/agentracx-rtr/irunlen.c:24: /Users/rtr/dev/agentracx-rtr/propty.h:34:19: error: fstream: No such file or directory /Users/rtr/dev/agentracx-rtr/propty.h:35:20: error: iostream: No such file or directory
/Users/rtr/dev/agentracx-rtr/irunlen.c:22:21: error: fstream.h: No such file or directory In file included from /Users/rtr/dev/agentracx-rtr/irunlen.c:24: /Users/rtr/dev/agentracx-rtr/runlen.h:38:22: error: iostream.h: No such file or directory from /Users/rtr/dev/agentracx-rtr/irunlen.c:24: In file included from /Users/rtr/dev/agentracx-rtr/runlen.h:41, /Users/rtr/dev/agentracx-rtr/propty.h:34:19: error: fstream: No such file or directory /Users/rtr/dev/agentracx-rtr/propty.h:35:20: error: iostream: No such file or directory
|