All of lore.kernel.org
 help / color / mirror / Atom feed
* LoTW: TrustedQSL-1.11 fails to compile
@ 2005-05-13  5:33 Wilbert Knol
  2005-05-13  6:46 ` Hamish Moffatt
  0 siblings, 1 reply; 2+ messages in thread
From: Wilbert Knol @ 2005-05-13  5:33 UTC (permalink / raw)
  To: linux-hams

GCC 3.3.2 complains:

make[1]: Entering directory `/home/wk/Documents/src/TrustedQSL-1.11'
g++ -DHAVE_CONFIG_H -I. -I. -I.    -Wall `"/usr/local/bin/wx-config" 
--cxxflags` -I/usr/local/include -I/usr/include -I/usr/include -g -O2 
-c -o tqsl.o tqsl.cpp
tqsl.cpp: In member function `bool MyFrame::ConvertLogFile(void*, 
wxString&, wxString&, bool, bool)':
tqsl.cpp:759: error: invalid conversion from `const void*' to `void*'
make[1]: *** [tqsl.o] Error 1
make[1]: Leaving directory `/home/wk/Documents/src/TrustedQSL-1.11'
make: *** [all] Error 2
[wk@wk TrustedQSL-1.11]$

This looks like sloppy code to me - a casting problem? I don't know 
enough about C++ to fix this...has anyone managed?

Wilbert, ZL2BSJ


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: LoTW: TrustedQSL-1.11 fails to compile
  2005-05-13  5:33 LoTW: TrustedQSL-1.11 fails to compile Wilbert Knol
@ 2005-05-13  6:46 ` Hamish Moffatt
  0 siblings, 0 replies; 2+ messages in thread
From: Hamish Moffatt @ 2005-05-13  6:46 UTC (permalink / raw)
  To: linux-hams

On Fri, May 13, 2005 at 05:33:32PM +1200, Wilbert Knol wrote:
> GCC 3.3.2 complains:
> 
> make[1]: Entering directory `/home/wk/Documents/src/TrustedQSL-1.11'
> g++ -DHAVE_CONFIG_H -I. -I. -I.    -Wall `"/usr/local/bin/wx-config" 
> --cxxflags` -I/usr/local/include -I/usr/include -I/usr/include -g -O2 
> -c -o tqsl.o tqsl.cpp
> tqsl.cpp: In member function `bool MyFrame::ConvertLogFile(void*, 
> wxString&, wxString&, bool, bool)':
> tqsl.cpp:759: error: invalid conversion from `const void*' to `void*'
> make[1]: *** [tqsl.o] Error 1
> make[1]: Leaving directory `/home/wk/Documents/src/TrustedQSL-1.11'
> make: *** [all] Error 2
> [wk@wk TrustedQSL-1.11]$
> 
> This looks like sloppy code to me - a casting problem? I don't know 
> enough about C++ to fix this...has anyone managed?

We build it on Debian with g++ 3.3.5 without incident...


Hamish
-- 
Hamish Moffatt VK3SB <hamish@debian.org> <hamish@cloud.net.au>

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2005-05-13  6:46 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-05-13  5:33 LoTW: TrustedQSL-1.11 fails to compile Wilbert Knol
2005-05-13  6:46 ` Hamish Moffatt

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.