Page 1 of 1

Compiling error makefile.gcc:5283 recipe for target

Posted: Wed Jan 24, 2018 3:33 pm
by eldonfsr
I trying to build libs but send me this error [img]
wxerror.png
wxerror.png (27.97 KiB) Viewed 1754 times
[/img]

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

Posted: Wed Jan 24, 2018 3:52 pm
by PB
My guess would be that there those incompatible files were built using a different version of GCC.

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

Posted: Wed Jan 24, 2018 5:09 pm
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.

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

Posted: Wed Jan 24, 2018 6:45 pm
by eldonfsr
ok so download wrong version let me download 32 version and build again thanks.

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

Posted: Wed Jan 24, 2018 7:20 pm
by ONEEYEMAN
Hi,
What was you compilation command?

Thank you.

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

Posted: Wed Jan 24, 2018 7:34 pm
by eldonfsr
was this...
mingw32-make -f makefile.gcc BUILD=release SHARED=1 MONOLITHIC=1 UNICODE=1 CXXFLAGS=-std=gnu++11

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

Posted: Wed Jan 24, 2018 7:42 pm
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.

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

Posted: Wed Jan 24, 2018 7:51 pm
by eldonfsr
you say the path of library
c:\wxwidgets-3.0.3\build\msw
thanks