Parse error when trying to build imagehlp with the w32api headers
Does anyone have any idea as to what is going on here. I dont really see why mingw has a problem. access.c: In function `ImageUnload': access.c:204: parse error before "LOADED_IMAGE" access.c:210: parse error before "LOADED_IMAGE" make1: *** [access.o] Error 1 Thanks Steven __________________________________ Do you Yahoo!? Yahoo! SiteBuilder - Free, easy-to-use web site design software http://sitebuilder.yahoo.com
Not sure, but in my experience when you get a "parse error before ..." in gcc, it means that theres something that wasn't #defined or declared there. I would look and see what the token before LOADED_IMAGE is and see if it is defined somewhere - I bet it isn't. Kelly ----- Original Message ----- From: "Steven Edwards" <steven_ed4153(a)yahoo.com> To: <wine-devel(a)winehq.com> Sent: Monday, August 18, 2003 8:54 PM Subject: Parse error when trying to build imagehlp with the w32api headers
Does anyone have any idea as to what is going on here. I dont really see why mingw has a problem.
access.c: In function `ImageUnload': access.c:204: parse error before "LOADED_IMAGE" access.c:210: parse error before "LOADED_IMAGE" make1: *** [access.o] Error 1
Thanks Steven
__________________________________ Do you Yahoo!? Yahoo! SiteBuilder - Free, easy-to-use web site design software http://sitebuilder.yahoo.com
Steven Edwards <steven_ed4153(a)yahoo.com> writes:
Does anyone have any idea as to what is going on here. I dont really see why mingw has a problem.
access.c: In function `ImageUnload': access.c:204: parse error before "LOADED_IMAGE" access.c:210: parse error before "LOADED_IMAGE" make1: *** [access.o] Error 1
It looks like the mingw headers are missing the CONTAINING_RECORD macro. -- Alexandre Julliard julliard(a)winehq.com
participants (3)
-
Alexandre Julliard -
Kelly Leahy -
Steven Edwards