Qbasicnews.com

Full Version: please port fbide to linux
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
will somebody please please port fbide to linux, call it an early birthday gift (july 21st)

just email it to me xteraco@gmail.com

i'd be the happyest person on earth, plus its supposedly not that hard cause it uses wxwindows
Is the source code available for 0.4?
it sure is
Ok, I made a feeble attempt to port the makefile and discovered that it doesn't compile with wxGTK 2.6. So now I've got wxGTK 2.4.2 compiling... done. Now I get errors like:
Code:
/usr/include/wx/chkconf.h:47:9: #error "wxUSE_DYNLIB_CLASS must be defined."
Looks like I need a configure script, which I don't how to generate. I'll look into how to compile wxGTK apps.

EDIT: Adding "`wx-config --libs` `wx-config --cxxflags`" to CXXFLAGS helps a lot. Now I'm working on where it's supposed to find this "filename.h" file it wants to include.
EDIT #2: Ok "/usr/include/wx" needed to be on the include path, but now this:
Code:
/usr/include/assert.h:38:42: missing binary operator before token "("
How could there possibly be a syntax error in assert.h ?!?!
EDIT #3: So I'm guessing the __GNUC_PREREQ macro is supposed to be defined by the configure script I don't know how to generate :(
Got edits? Tongue
Sterling Christensen any progress Tongue ?
Nope, I'm stuck for now.
no luck yet... wow, well to who it may concern, i am willing to pay $100.00 US for a working fbide + freebasic 0.4 combonation.... so if you can port it, and have a paypal accnt, i will pay you
I didn't know people used FB0.4 =P

Why do you want it so bad? o_O
Pages: 1 2