Hi all,
I've been having problems trying to compile one c++ project since latest wine version (0.9.3). This project compiled and worked fine with previous versions.
The error messages look like: /usr/include/wine/windows/unknwn.h:26: error: expected unqualified-id before ‘{’ token ... /usr/include/wine/windows/objidl.h:66: error: expected unqualified-id before ‘:’ token ... /usr/include/wine/windows/oaidl.h:553: error: expected unqualified-id before ‘:’ token ... /usr/include/wine/windows/propidl.h:287: error: expected unqualified-id before ‘:’ token ... /usr/include/wine/windows/oleidl.h:46: error: expected unqualified-id before ‘:’ token ...
Is there something that I am misisng when generating this project? Or is this a known issue?
Thanks. Sergio.
Le dim 11/12/2005 à 19:43, Sergio a écrit :
Hi all,
I've been having problems trying to compile one c++ project since latest wine version (0.9.3). This project compiled and worked fine with previous versions.
The error messages look like: /usr/include/wine/windows/unknwn.h:26: error: expected unqualified-id before ‘{’ token ... /usr/include/wine/windows/objidl.h:66: error: expected unqualified-id before ‘:’ token ... /usr/include/wine/windows/oaidl.h:553: error: expected unqualified-id before ‘:’ token ... /usr/include/wine/windows/propidl.h:287: error: expected unqualified-id before ‘:’ token ... /usr/include/wine/windows/oleidl.h:46: error: expected unqualified-id before ‘:’ token ...
Is there something that I am misisng when generating this project? Or is this a known issue?
Known problem (caused then fixed by me). The fix was committed after 0.9.3, and is the patch available from http://source.winehq.org/git/?p=wine.git;a=commitdiff_plain;h=fe987b30358174...
Vincent
Vincent Béron wrote:
Is there something that I am misisng when generating this project? Or is this a known issue?
Known problem (caused then fixed by me). The fix was committed after 0.9.3, and is the patch available from
http://source.winehq.org/git/?p=wine.git;a=commitdiff_plain;h=fe987b30358174...
Vincent
Thank you, the patch solved the problem.