Linking wxWidgets libs to bakefile for my programm Topic is solved

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
ioki9
Earned a small fee
Earned a small fee
Posts: 21
Joined: Tue Mar 09, 2021 5:25 pm

Linking wxWidgets libs to bakefile for my programm

Post by ioki9 »

Hi, can someone please help me with setting up my bakefile to use wxwidgets and wxSqlite libs in it, i am new and don't really get how can i do that. I use last version of bake 1.2.6 and currently have this
bake.png
bake.png (72.93 KiB) Viewed 2406 times

Would appreciate any help.
ONEEYEMAN
Part Of The Furniture
Part Of The Furniture
Posts: 7459
Joined: Sat Apr 16, 2005 7:22 am
Location: USA, Ukraine

Re: Linking wxWidgets libs to bakefile for my programm

Post by ONEEYEMAN »

Hi,
Why do you want to use bakefile?

What OS and wxButton version are you using? Can't you have an IDE?

Thank you.
ioki9
Earned a small fee
Earned a small fee
Posts: 21
Joined: Tue Mar 09, 2021 5:25 pm

Re: Linking wxWidgets libs to bakefile for my programm

Post by ioki9 »

ONEEYEMAN wrote: Mon Nov 08, 2021 1:22 pm Hi,
Why do you want to use bakefile?

What OS and wxButton version are you using? Can't you have an IDE?

Thank you.
I am using windows 10 right now. I dont know about wxButton, but i used latest wxWidgets 3.1.5. I decided upon a bakefile because i want to have a build for unix and windows platforms,so it seems easier to make a bakefile, than make a different makefiles or readjust my project to a cMake.
ONEEYEMAN
Part Of The Furniture
Part Of The Furniture
Posts: 7459
Joined: Sat Apr 16, 2005 7:22 am
Location: USA, Ukraine

Re: Linking wxWidgets libs to bakefile for my programm

Post by ONEEYEMAN »

Hi,
In Windows you can get the free MSVC Community Edition and build the project.
In Linux you can install Anjuta or Code::Blocks/CodeLite and generate the binaries.

Soon (probably in or after 3.2.0) bakefile will be dropped from wxWidgets as well.

Thank you.
ioki9
Earned a small fee
Earned a small fee
Posts: 21
Joined: Tue Mar 09, 2021 5:25 pm

Re: Linking wxWidgets libs to bakefile for my programm

Post by ioki9 »

ONEEYEMAN wrote: Mon Nov 08, 2021 4:11 pm Hi,
In Windows you can get the free MSVC Community Edition and build the project.
In Linux you can install Anjuta or Code::Blocks/CodeLite and generate the binaries.

Soon (probably in or after 3.2.0) bakefile will be dropped from wxWidgets as well.

Thank you.
Oh i see, i already use msvc, so i am gonna learn CodeLite then. Thanks for the advice.
Post Reply