If you include the errors, it is easier to diagnose the situation. I
suspect that the first error reported is,
vector.c:14:19: error: oeAPI.h: No such file or directory
The subsequent errors are a consequence of the header file not being
found.
Either copy $(VISUALWORKS)/dllcc/src/oeAPI.h to your build directory,
or add an include flag to the CFLAGS in the makefile that points to
your $(VISUALWORKS)/dllcc/src directory.
John Sarkela
On Oct 25, 2009, at 9:44 AM, Rob Vens wrote:
>
> I am trying to compile the dllcc test suites for Mac OS X. Using make
> with the provided makefiles I get all kinds of errors. Can someone
> direct me in taking the steps to create a vector.dylib on Mac OS X?
_______________________________________________
vwnc mailing list
[hidden email]
http://lists.cs.uiuc.edu/mailman/listinfo/vwnc