[Ham-Mac] Update on the ARRL Logbook of the World (LoTW) electronic QSLing project
Marinus van Opzeeland
[email protected]
Mon, 2 Jun 2003 21:32:21 +0200
Steven M.Palm heeft op maandag, 2 jun 2003 om 03:02 (Europe/Amsterdam)
het volgende geschreven:
> And that gets past the errors... There are more, still working on it.
I seem to have some luck by using version 2 of the gcc compiler. Mac OS
X has both installed, you can switch by using
sudo /usr/sbin/gcc_select 2 and sudo /usr/sbin/gcc_select
3
You will also need libiberty (configure did not test for it). if you
use Fink it is part of their g77 distribution.
I can now compile libtqsllib.a and the test programs without errors. I
still have a warning but that does not stop make. Not sure if these
turn out to be causing trouble later
g++ -O0 -g3 -Wall -I. -I../include -I/src/zlib -I/usr/include
-I/sw/include -DHAVE_CONFIG_H -c -o location.o location.cpp
location.cpp: In function `const char * tqsl_getGABBItCERT(void *,
int)':
location.cpp:1729: warning: int format, long int arg (arg 3)
location.cpp:1731: warning: int format, long int arg (arg 3)
location.cpp: In function `const char * tqsl_getGABBItSTATION(void *,
int, int)':
location.cpp:1748: warning: int format, long int arg (arg 3)
location.cpp:1751: warning: int format, long int arg (arg 3)
location.cpp: In function `const char * tqsl_getGABBItCONTACT(void *,
void *, TQSL_QSO_RECORD *, int)':
location.cpp:1864: warning: int format, long int arg (arg 3)
I can't seem to succesfully run the test programs though
[Bisphenol-A:~/tqsl/src] marinus% ./dumptqsldata
===== MODES =====
Mode Group
ERROR: Configuration file error
Not sure if this means there is something wrong with libtqsllib.a or
something else.
So this needs a lot more work, but we seem to be making some progress.
73, Marinus - PE1LIF