can not compile

General help specific to the Windows platform.
Post Reply
pber
Posts: 17
Joined: Mon Aug 18, 2014 2:09 am

can not compile

Post by pber »

Hi all,

I can't figure out what does this mean
%%I was unexpected at this time.

(Another minor issue with paths.
Instead of creating obj SLASH bin...
make just creates objbin...)

I'm using WINXP and Ecere 0.44.10

cheers
paolo
jerome
Site Admin
Posts: 608
Joined: Sat Jan 16, 2010 11:16 pm

Re: can not compile

Post by jerome »

Hi Paolo,

Are you using your own installation of MinGW?
This is a known problems with many versions of mingw32-make.exe, including the one included with TDM-GCC or the MinGW-w64 builds.

On our Windows installation page ( http://ecere.org/install/windows/ )We recommend this specific version:

http://sourceforge.net/projects/mingw-w ... p/download

That is also what the 0.44.10 installer would be installing.

It's also possible that you have other MinGW installations on your system that take priority over this one?

Regards,

-Jerome
pber
Posts: 17
Joined: Mon Aug 18, 2014 2:09 am

Re: can not compile

Post by pber »

jerome wrote:Hi Paolo,
It's also possible that you have other MinGW installations on your system that take priority over this one?

Regards,

-Jerome
:shock:
yes it was possible... sorry
Post Reply