On Jul 6, 2:22 am, ArarghMail907NOS... at (no spam) NOT.AT.Arargh.com wrote:
On Sun, 5 Jul 2009 22:05:44 -0700 (PDT), Oren <oren.al... at (no spam) gmail.com
wrote:
I am following the instructions but I keep getting this error:
cl -nologo -DWIN32 -Zi -MLd -Fd\src\llc2\builddir\ -c -Icpp -Fo\src
\llc2\builddir\cpp.obj cpp/cpp.c
cpp.c
e:\src\llc2\cpp\cpp.h(145) : error C2365: 'outp' : redefinition;
previous definition was 'function'
cpp/cpp.c(10) : error C2365: 'outp' : redefinition; previous
definition was 'function'
cpp/cpp.c(53) : warning C4047: '=' : 'int (__cdecl *)()' differs in
levels of indirection from 'char *'
cpp/cpp.c(53) : error C2106: '=' : left operand must be l-value
cpp/cpp.c(53) : warning C4550: expression evaluates to a function
which is missing an argument list
If I were guessing, (and I am), I would say you tried to define a
variable named 'outp', which appears to already a function.
Might post some source