trouble in compile wxctb

Talk here about issues with one of the components hosted at wxCode, or suggest features for it.
Post Reply
SamHu
Earned a small fee
Earned a small fee
Posts: 20
Joined: Tue Sep 20, 2011 7:52 am

trouble in compile wxctb

Post by SamHu »

This is the message I got when I was trying to compile the wxctb-0.16
How do I fix it ??
Help!!!! [-o< [-o< [-o<

trouble in compiling wxctb
trouble in compiling wxctb
trouble.png (11.96 KiB) Viewed 2484 times
Coding is not funny.
It is nothing but a pain.
While people like me still get obessed to it.
Auria
Site Admin
Site Admin
Posts: 6695
Joined: Thu Sep 28, 2006 12:23 am
Contact:

Re: trouble in compile wxctb

Post by Auria »

unfortunately it looks like the makefile is broken. You can maybe try to just create a new library project in your favorite IDE, add the wxCTB files in there, hit build and pray..
"Keyboard not detected. Press F1 to continue"
-- Windows
SamHu
Earned a small fee
Earned a small fee
Posts: 20
Joined: Tue Sep 20, 2011 7:52 am

Re: trouble in compile wxctb

Post by SamHu »

is it possible that I got the wrong makefile
because i just download it
the maintainer won't release a broken version, will (s)he?
in fact i'm pretty sure that i didn't do it right
because I never did.
I am trying this for a week, i need this serial port control in one of my project
I don't want to fail. [-o< [-o< [-o<
help!!!!
Coding is not funny.
It is nothing but a pain.
While people like me still get obessed to it.
catalin
Moderator
Moderator
Posts: 1618
Joined: Wed Nov 12, 2008 7:23 am
Location: Romania

Re: trouble in compile wxctb

Post by catalin »

It probably picks up the wrong makefile. Try giving it explicitly - mingw32-make.exe -f makefile.gcc - or something similar
Post Reply