From: Eric B. <er...@go...> - 2007-12-17 20:26:21
|
Eric Bezault wrote: > Colin Adams wrote: > > I'm getting a whole lot of errors, such as: >> gestalt49.c >> s:\user_nt\c4\gestalt\trunk\gestalt\gestalt.h(6317) : error C2059: >> syntax error : '}' > > I don't think that it is related to using Boehm. The generated > code looks like that: > > /* Struct for type expanded EPX_FTP_COMMANDS */ > struct S1079 { > }; > > It looks like class EPX_FTP_COMMANDS has no attributes, and > apparently an empty struct is not allowed in C. If this is > indeed the case then I should add a dummy field in the struct > in that case. It should be fixed now. You will have to recompile gec though. BTW, did you manage to compile the Boehm GC under Windows? -- Eric Bezault mailto:er...@go... http://www.gobosoft.com |