简体   繁体   中英

Error with the command 'make basics ' while install winexe

I want to isntall winexe on Ubuntu 13.1 32bit version. I did exactly after this guide: Winexe - aldeid If I execute the command "make basics bin/winexe" there occurs the following error:

Compiling ../librpc/idl/atsvc.idl
/usr/include/stdc-predef.h:0: error: Syntax error near '3'
Failed to parse ../librpc/idl/atsvc.idl at ./../pidl/pidl line 608.
make: *** [idl] Error 1

I have absolutely no idea how to fix this. I would be even satisfied with a solution suggestion to this problem. Thank you.

make "CPP=gcc -E -ffreestanding" basics bin/winexe可以解决此错误。

I found "another" way to isntall winexe. ubuntu forum The Donwload-Links to the static version (just unzip and run winexe) are working at the moment (on some other pages they didn't).

I still don't know why the error above occurs, if anybody knows it, please tell me anyway. I am still interessted.

VERY IMPORTANT EDIT : After restart winexe gives put an Internal Error signal 11 So I still need a solution for winexe. Either to isntall the verision from git or to fix this error.

EDIT nummber 2: OK, why am I sking questions if I answer them by myself? The installation form the quide mentiond in my question qorks fine on Ubuntu 12 LTS and winexe-static-version is also ok if you don't make typing errors as I did.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM