I am trying off and on to get the win32 port to compile under VC++ 6, and I've got some more problems...
 
Here's one of them:
 
f:\gimpsrc\src\gimp\app\cursorutil.h(83) : error C2146: syntax error : missing ')' before identifier 'tool_type'
f:\gimpsrc\src\gimp\app\cursorutil.h(83) : error C2081: 'ToolType' : name in formal parameter list illegal
f:\gimpsrc\src\gimp\app\cursorutil.h(83) : error C2061: syntax error : identifier 'tool_type'
f:\gimpsrc\src\gimp\app\cursorutil.h(83) : error C2059: syntax error : ';'
f:\gimpsrc\src\gimp\app\cursorutil.h(83) : error C2059: syntax error : ','
f:\gimpsrc\src\gimp\app\cursorutil.h(85) : error C2059: syntax error : ')'
ToolType is defined in toolsF.h, and it is included in this .h file, so I don't really know why it's complaining. There are a lot of errors of this type. I am just tackling them one at a time.
 
Any ideas?
 
Cheers,
Jason
 

Reply via email to