While Building Program

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.
User avatar
doublemax
Moderator
Moderator
Posts: 19160
Joined: Fri Apr 21, 2006 8:03 pm
Location: $FCE2

Re: While Building Program

Post by doublemax »

There should be more entries already present.

E.g. if the old content of PATH it this:

Code: Select all

C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\
Then you add the new path at the end like this:

Code: Select all

C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\MinGw\bin
This is just an example. Don't copy the whole string into your PATH variable! Also, this is only valid for Windows 7. Under Windows 10 you can edit each entry separately.
Use the source, Luke!
User avatar
Chikwado
Knows some wx things
Knows some wx things
Posts: 38
Joined: Mon Sep 25, 2017 5:40 pm
Location: Nigeria
Contact:

Re: While Building Program

Post by Chikwado »

How Many Munites Or Hours Will It Take To Complete Building Wxwidget Library And What Would Be The Sign Of Complete Builded Library? I Am Using "mingw Ver4.9.2" And "Wxwidget Ver 3.0.3", After Following The Instruction And Example You Provided, The Commandline Started Reading, Scrolling, Displays Endless Something That I Cannot Figure Out. Although, I Have Not Seen Error Message, But The Reading And Scrolling Could Not Stop Or Completed.
Window 8.1 x86, Codeblock 20.03, TDC-GCC-10.3.0, C++ 20, wxWidgets-3.2.1
ONEEYEMAN
Part Of The Furniture
Part Of The Furniture
Posts: 7480
Joined: Sat Apr 16, 2005 7:22 am
Location: USA, Ukraine

Re: While Building Program

Post by ONEEYEMAN »

Hi,
It all depends on the hardware.

I hope by now it finishes. So when it does, go to c:\wxWidgets\samples\minimal in the same Terminal window and and enter exactly the same command you used to compile the library.
Hopefully all goes well and it won't give you any errors. Then you should type "minimal" (without quotes), press Enter and you will see the minimal sample running.

After that you should continue with C::B.

Thank you.
Post Reply