Compiling error makefile.gcc:5283 recipe for target

Do you have a question about makefiles, a compiler or IDE you are using and need to know how to set it up for wxWidgets or why it doesn't compile but other IDE's do ? Post your questions here.
Post Reply
eldonfsr
In need of some credit
In need of some credit
Posts: 8
Joined: Fri Dec 27, 2013 11:24 pm

Compiling error makefile.gcc:5283 recipe for target

Post by eldonfsr »

I trying to build libs but send me this error [img]
wxerror.png
wxerror.png (27.97 KiB) Viewed 1732 times
[/img]
PB
Part Of The Furniture
Part Of The Furniture
Posts: 4193
Joined: Sun Jan 03, 2010 5:45 pm

Re: Compiling error makefile.gcc:5283 recipe for target

Post by PB »

My guess would be that there those incompatible files were built using a different version of GCC.
stahta01
Ultimate wxWidgets Guru
Ultimate wxWidgets Guru
Posts: 548
Joined: Fri Nov 03, 2006 2:00 pm

Re: Compiling error makefile.gcc:5283 recipe for target

Post by stahta01 »

PB wrote:My guess would be that there those incompatible files were built using a different version of GCC.
That message is common when the library is not the same architecture (x86, 64 bit) as is needed.

Tim S.
eldonfsr
In need of some credit
In need of some credit
Posts: 8
Joined: Fri Dec 27, 2013 11:24 pm

Re: Compiling error makefile.gcc:5283 recipe for target

Post by eldonfsr »

ok so download wrong version let me download 32 version and build again thanks.
ONEEYEMAN
Part Of The Furniture
Part Of The Furniture
Posts: 7459
Joined: Sat Apr 16, 2005 7:22 am
Location: USA, Ukraine

Re: Compiling error makefile.gcc:5283 recipe for target

Post by ONEEYEMAN »

Hi,
What was you compilation command?

Thank you.
eldonfsr
In need of some credit
In need of some credit
Posts: 8
Joined: Fri Dec 27, 2013 11:24 pm

Re: Compiling error makefile.gcc:5283 recipe for target

Post by eldonfsr »

was this...
mingw32-make -f makefile.gcc BUILD=release SHARED=1 MONOLITHIC=1 UNICODE=1 CXXFLAGS=-std=gnu++11
ONEEYEMAN
Part Of The Furniture
Part Of The Furniture
Posts: 7459
Joined: Sat Apr 16, 2005 7:22 am
Location: USA, Ukraine

Re: Compiling error makefile.gcc:5283 recipe for target

Post by ONEEYEMAN »

Hi,
Can you try with "MONOLITHIC=0"?
It would also be nice if you could show the compilation of libexpat library...

Thank you.
eldonfsr
In need of some credit
In need of some credit
Posts: 8
Joined: Fri Dec 27, 2013 11:24 pm

Re: Compiling error makefile.gcc:5283 recipe for target

Post by eldonfsr »

you say the path of library
c:\wxwidgets-3.0.3\build\msw
thanks
Post Reply