User forums > Help

About wxmsw28u_gcc_custom.dll

<< < (6/6)

stahta01:
Use F2 Key to bring up or close down the "Message" Window.
It has several tabs.

Right clicking on a Tab will bring up a menu to show tabs not being displayed.

I need to see the "Build Log" results to figure out the cause of the problem.

The two tabs farthest right are normally the "Build Log" and "Build Messages"

Tim S

zac:
Dear Biplab,

I cannot find any libwxmsw28u.a files under K:\DEV\bin\MinGW-5.1.3\lib. And yes, I cannot find setup.h inside K:\DEV\bin\wxWidgets-2.8.4\lib\gcc_dll\mswu\wx. So, should I recompile wxWidgets?

I'll use the following to recompile once more to see any difference.

--- Code: ---set path=K:\DEV\bin\MinGW-5.1.3\bin;K:\DEV\bin\MinGW-5.1.3\mingw32\bin
K:
cd \DEV\bin\wxWidgets-2.8.4\build\msw

mingw32-make -f makefile.gcc USE_GUI=1 USE_HTML=1 USE_ODBC=1 USE_OPENGL=1 USE_XRC=1 SHARED=1 MONOLITHIC=1 BUILD=release UNICODE=1 VENDOR=xxx clean
mingw32-make -f makefile.gcc USE_GUI=1 USE_HTML=1 USE_ODBC=1 USE_OPENGL=1 USE_XRC=1 SHARED=1 MONOLITHIC=1 BUILD=debug UNICODE=1 VENDOR=xxx clean
mingw32-make -f makefile.gcc USE_GUI=1 USE_HTML=1 USE_ODBC=1 USE_OPENGL=1 USE_XRC=1 SHARED=0 RUNTIME_LIBS=static MONOLITHIC=1 BUILD=release UNICODE=1 VENDOR=xxx clean
mingw32-make -f makefile.gcc USE_GUI=1 USE_HTML=1 USE_ODBC=1 USE_OPENGL=1 USE_XRC=1 SHARED=0 RUNTIME_LIBS=static MONOLITHIC=1 BUILD=debug UNICODE=1 VENDOR=xxx clean

mingw32-make -f makefile.gcc USE_GUI=1 USE_HTML=1 USE_ODBC=1 USE_OPENGL=1 USE_XRC=1 SHARED=1 MONOLITHIC=1 BUILD=release UNICODE=1 VENDOR=xxx
mingw32-make -f makefile.gcc USE_GUI=1 USE_HTML=1 USE_ODBC=1 USE_OPENGL=1 USE_XRC=1 SHARED=1 MONOLITHIC=1 BUILD=debug UNICODE=1 VENDOR=xxx
mingw32-make -f makefile.gcc USE_GUI=1 USE_HTML=1 USE_ODBC=1 USE_OPENGL=1 USE_XRC=1 SHARED=0 RUNTIME_LIBS=static MONOLITHIC=1 BUILD=release UNICODE=1 VENDOR=xxx
mingw32-make -f makefile.gcc USE_GUI=1 USE_HTML=1 USE_ODBC=1 USE_OPENGL=1 USE_XRC=1 SHARED=0 RUNTIME_LIBS=static MONOLITHIC=1 BUILD=debug UNICODE=1 VENDOR=xxx

--- End code ---

Thanks.

Regards,

zac

zac:
Thanks Tim,

I'll try again, also with your project file, after I re-compile the wxWidgets libraries.

Regards,

zac

stahta01:
Yes, try again after you get the setup.h in the folder "K:\DEV\bin\wxWidgets-2.8.4\lib\gcc_dll\mswu\wx"

It should be created by the "mingw32-make -f makefile.gcc" commands without the clean target.

Tim S

zac:
Thanks Tim and Biplab,

I finally made it.

I think it is the compiling of wxWidgets command causing some of the files being erased after compiling (Previously I perform a clean for each type of library being compiled, and this time, I've moved all the clean target at top of my cmd file for compilation).

Many thanks for your patients to teach me step by step.

Thanks again for all of you have contributed to my post.

Regards,

zac

Navigation

[0] Message Index

[*] Previous page

Go to full version