User forums > Help
[Problem] Complinig WxWidget.
viader:
Sorry for long silence. I install wxWidget on 2 computer - there are I haven't debug mode but work. I made simple application :)
Interesting, it doesn't work on 2 computer:
mingw32-make -f makefile.gcc BUILD=release SHARED=1 MONOLITHIC=1 UNICODE=1 CXXFLAGS=-fno-keep-inline-dllexport
but this work
mingw32-make -f makefile.gcc BUILD=release SHARED=1 MONOLITHIC=1 UNICODE=1
Now, I want return on my primary computer I have this "C:\Windows\system32" and more, more entries in system path. I tried copy direction from 2 computer but it doesn't work :( What should I do?
BlueHazzard:
Have you msys (aka mingw-shell) installed on your system?
If yes remove the path to the msys bin folder from your PATH. If you want to use msys you should use the msys terminal.
And try to delete the build folders. It would be the best to remove all wxWidgets stuff (all folders, not only uninstaller) and reinstall it.
stahta01:
--- Quote from: BlueHazzard on May 30, 2013, 01:12:00 am ---Have you msys (aka mingw-shell) installed on your system?
If yes remove the path to the msys bin folder from your PATH. If you want to use msys you should use the msys terminal.
And try to delete the build folders. It would be the best to remove all wxWidgets stuff (all folders, not only uninstaller) and reinstall it.
--- End quote ---
FYI: Cygwin can cause most of the same problems caused by MSys.
Having a bad Mingw GCC installation can also cause weird errors.
One example of a bad MinGW installation is having MinGW installed in "C:\mingw" and NOT using it because if Mingw is installed in some location all other mingw installs will NOT work right.
Tim S.
Utpal_B:
You can watch this video on Youtube http://www.youtube.com/watch?v=FgAaiBg4wEE. It explains step by step compilation instructions.
Navigation
[0] Message Index
[*] Previous page
Go to full version