Re: eu 3.1.1 problem
- Posted by kinz_linux May 05, 2009
- 821 views
jimcbrown said...
You are doing it the wrong way. You need to use imakeu to build on Linux, runningcc directly is possible but it requires you to know exactly which defines and options to pass. (You could figure this out by reading imakeu, though.) In short, you haven't passed -DELINUX so be_callc.c assumed you were using Watcom on Windows, and then gcc balks at stdcall (which is only valid on Windows).
Ok, it seems to work now for me on Linux, in bilingual mode too. But it needs -DELINUX -DEUNIX in imakeu just for itself. It doesn't work with separate -DELINUX, it doesn't work with separate -DEUNIX, but it works with -DELINUX -DEUNIX. Strange.
Thanks.
Regards,
kinz