ekohl(a)svn.reactos.com wrote:
  Add basic support for creating client and server stub
files.
 Added files:
 trunk/reactos/tools/widl/client.c
 trunk/reactos/tools/widl/client.h
 trunk/reactos/tools/widl/server.c
 trunk/reactos/tools/widl/server.h
 Updated files:
 trunk/reactos/rules.mak
 trunk/reactos/tools/widl/Makefile
 trunk/reactos/tools/widl/Makefile.in
 trunk/reactos/tools/widl/parser.y
 trunk/reactos/tools/widl/widl.c
 trunk/reactos/tools/widl/widl.h
 trunk/reactos/tools/widl/y.tab.c
  
darkstar:/home/ros/reactos/tools/widl# make
gcc -DYYDEBUG=1 -DINT16=SHORT -D__USE_W32API -I../wpp -I../../include/wine -I../../include
-c
utils.c -o utils.o
In file included from ../../include/getopt.h:1,
                  from /usr/include/unistd.h:744,
                  from ../../include/wine/port.h:44,
                  from utils.c:23:
../../include/tgetopt.h:38: error: parse error before '*' token
../../include/tgetopt.h:53: error: parse error before '*' token
../../include/tgetopt.h:57: error: parse error before '}' token
../../include/tgetopt.h:69: error: parse error before "wchar_t"
../../include/tgetopt.h:70: error: parse error before "wchar_t"
../../include/tgetopt.h:72: error: parse error before "wchar_t"
../../include/tgetopt.h:80: error: parse error before "wchar_t"
make: *** [utils.o] Error 1
My _mingw.h version 3.7.
Do I need this patch to make this work?
http://rafb.net/paste/results/WmmE6n90.html
Doh!
  navaraf * r13706 reactos/tools/widl/ (11 files): Fix build on Linux.
Never mind,
James