[Ham-Mac] TrustedQSL Software vs. Macintosh
[email protected]
[email protected]
Wed, 15 Oct 2003 21:15:39 -0500
On Oct 15, 2003, at 4:05 PM, Steven M.Palm wrote:
> I upgraded to the CVS HEAD version (2.5.1) of wxWindows, and the tqsl
> applications are closer to compiling on MacOS X 10.3 now... They
> compile, but at link time there are TON of wx symbols that can not be
> found. Bugger all. Well, I'll dig into that a bit more...
Turns out the Makefile that comes with TrustedSQL is incorrect...
It uses:
`wx-config --cflags`
It should be:
`wx-config --cxxflags`
Also, when it deals with the ListBox class, it calls a Number() method
which has been depricated, they'll have to be replaced with GetCount()
calls.
Now things are compiled, but acting a bit strange... However, even the
demos/samples for wxWindows aren't working properly, so I'm guessing
the CVS snapshot I'm working from is hosed.
I see a light at the end of the tunnel, though! :-)
-. ----. -.-- - -.--
Steve Palm - [email protected]
-. ----. -.-- - -.--