Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save patrickelectric/aeba294d3b3d0ff652553281078a4411 to your computer and use it in GitHub Desktop.
Save patrickelectric/aeba294d3b3d0ff652553281078a4411 to your computer and use it in GitHub Desktop.
make_inside_project_folder_rtklib
make -j4
cd app/ && ( test -e Makefile || /usr/bin/qmake -o Makefile /mnt/cd7c8fe2-0fea-413c-be99-fcf387c77815/git/RTKLIB/app/app.pro ) && make -f Makefile
cd src/ && ( test -e Makefile || /usr/bin/qmake -o Makefile /mnt/cd7c8fe2-0fea-413c-be99-fcf387c77815/git/RTKLIB/src/src.pro ) && make -f Makefile
make[1]: Entering directory '/mnt/cd7c8fe2-0fea-413c-be99-fcf387c77815/git/RTKLIB/app'
cd rtknavi_qt/ && ( test -e Makefile || /usr/bin/qmake -o Makefile /mnt/cd7c8fe2-0fea-413c-be99-fcf387c77815/git/RTKLIB/app/rtknavi_qt/rtknavi_qt.pro ) && make -f Makefile
cd rtkplot_qt/ && ( test -e Makefile || /usr/bin/qmake -o Makefile /mnt/cd7c8fe2-0fea-413c-be99-fcf387c77815/git/RTKLIB/app/rtkplot_qt/rtkplot_qt.pro ) && make -f Makefile
cd rtkget_qt/ && ( test -e Makefile || /usr/bin/qmake -o Makefile /mnt/cd7c8fe2-0fea-413c-be99-fcf387c77815/git/RTKLIB/app/rtkget_qt/rtkget_qt.pro ) && make -f Makefile
make[1]: Entering directory '/mnt/cd7c8fe2-0fea-413c-be99-fcf387c77815/git/RTKLIB/src'
gcc -c -pipe -Wall -ansi -pedantic -Wno-unused-but-set-variable -DTRACE -g -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fPIC -Wall -W -D_REENTRANT -D_RTLDLL -DNO_STRICT -DTRACE -DENAGLO -DENAQZS -DENAGAL -DENACMP -DENAIRN -DNFREQ=3 -DNEXOBS=3 -DEXTLEX -DQT_NO_DEBUG -I. -I/usr/lib/qt/mkspecs/linux-g++ -o rtkcmn.o rtkcmn.c
rtkcmn.c:191:5: warning: missing initializer for field ‘mask’ of ‘snrmask_t {aka struct <anonymous>}’ [-Wmissing-field-initializers]
15.0*D2R,{{0,0}}, /* elmin,snrmask */
^~~~
In file included from rtkcmn.c:139:0:
rtklib.h:1042:12: note: ‘mask’ declared here
double mask[NFREQ][9]; /* mask (dBHz) at 5,10,...85 deg */
^~~~
rtkcmn.c:208:1: warning: missing initializer for field ‘maxaveep’ of ‘prcopt_t {aka const struct <anonymous>}’ [-Wmissing-field-initializers]
};
^
In file included from rtkcmn.c:139:0:
rtklib.h:1099:10: note: ‘maxaveep’ declared here
int maxaveep; /* max averaging epoches */
^~~~~~~~
rtkcmn.c:215:1: warning: missing initializer for field ‘maxsolstd’ of ‘solopt_t {aka const struct <anonymous>}’ [-Wmissing-field-initializers]
};
^
In file included from rtkcmn.c:139:0:
rtklib.h:1129:12: note: ‘maxsolstd’ declared here
double maxsolstd; /* max std-dev for solution output (m) (0:all) */
^~~~~~~~~
rtkcmn.c: In function ‘matinv’:
rtkcmn.c:1048:9: warning: this ‘for’ clause does not guard... [-Wmisleading-indentation]
for (i=0;i<n;i++) A[i+j*n]=0.0; A[j+j*n]=1.0;
^~~
rtkcmn.c:1048:41: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the ‘for’
for (i=0;i<n;i++) A[i+j*n]=0.0; A[j+j*n]=1.0;
^
rtkcmn.c: In function ‘str2num’:
rtkcmn.c:1225:5: warning: this ‘for’ clause does not guard... [-Wmisleading-indentation]
for (s+=i;*s&&--n>=0;s++) *p++=*s=='d'||*s=='D'?'E':*s; *p='\0';
^~~
rtkcmn.c:1225:61: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the ‘for’
for (s+=i;*s&&--n>=0;s++) *p++=*s=='d'||*s=='D'?'E':*s; *p='\0';
^
rtkcmn.c: In function ‘str2time’:
rtkcmn.c:1241:5: warning: this ‘for’ clause does not guard... [-Wmisleading-indentation]
for (s+=i;*s&&--n>=0;) *p++=*s++; *p='\0';
^~~
rtkcmn.c:1241:39: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the ‘for’
for (s+=i;*s&&--n>=0;) *p++=*s++; *p='\0';
^
rtkcmn.c: In function ‘tropmodel’:
rtkcmn.c:3519:33: warning: unused parameter ‘time’ [-Wunused-parameter]
extern double tropmodel(gtime_t time, const double *pos, const double *azel,
^~~~
At top level:
rtkcmn.c:141:19: warning: ‘rcsid’ defined but not used [-Wunused-const-variable=]
static const char rcsid[]="$Id: rtkcmn.c,v 1.1 2008/07/17 21:48:06 ttaka Exp ttaka $";
^~~~~
make[2]: Entering directory '/mnt/cd7c8fe2-0fea-413c-be99-fcf387c77815/git/RTKLIB/app/rtkget_qt'
make[2]: *** No rule to make target '../../src/libRTKLib.a', needed by 'rtkget_qt'. Stop.
make[2]: Leaving directory '/mnt/cd7c8fe2-0fea-413c-be99-fcf387c77815/git/RTKLIB/app/rtkget_qt'
make[1]: *** [Makefile:75: sub-rtkget_qt-make_first] Error 2
make[1]: *** Waiting for unfinished jobs....
gcc -c -pipe -Wall -ansi -pedantic -Wno-unused-but-set-variable -DTRACE -g -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fPIC -Wall -W -D_REENTRANT -D_RTLDLL -DNO_STRICT -DTRACE -DENAGLO -DENAQZS -DENAGAL -DENACMP -DENAIRN -DNFREQ=3 -DNEXOBS=3 -DEXTLEX -DQT_NO_DEBUG -I. -I/usr/lib/qt/mkspecs/linux-g++ -o convkml.o convkml.c
convkml.c: In function ‘outtrack’:
convkml.c:36:38: warning: unused parameter ‘outtime’ [-Wunused-parameter]
int outalt, int outtime)
^~~~~~~
At top level:
convkml.c:23:19: warning: ‘rcsid’ defined but not used [-Wunused-const-variable=]
static const char rcsid[]="$Id: convkml.c,v 1.1 2008/07/17 21:48:06 ttaka Exp $";
^~~~~
make[2]: Entering directory '/mnt/cd7c8fe2-0fea-413c-be99-fcf387c77815/git/RTKLIB/app/rtkplot_qt'
make[2]: *** No rule to make target '../../src/libRTKLib.a', needed by 'rtkplot_qt'. Stop.
make[2]: Leaving directory '/mnt/cd7c8fe2-0fea-413c-be99-fcf387c77815/git/RTKLIB/app/rtkplot_qt'
make[1]: *** [Makefile:100: sub-rtkplot_qt-make_first] Error 2
gcc -c -pipe -Wall -ansi -pedantic -Wno-unused-but-set-variable -DTRACE -g -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fPIC -Wall -W -D_REENTRANT -D_RTLDLL -DNO_STRICT -DTRACE -DENAGLO -DENAQZS -DENAGAL -DENACMP -DENAIRN -DNFREQ=3 -DNEXOBS=3 -DEXTLEX -DQT_NO_DEBUG -I. -I/usr/lib/qt/mkspecs/linux-g++ -o convrnx.o convrnx.c
make[2]: Entering directory '/mnt/cd7c8fe2-0fea-413c-be99-fcf387c77815/git/RTKLIB/app/rtknavi_qt'
make[2]: *** No rule to make target '../../src/libRTKLib.a', needed by 'rtknavi_qt'. Stop.
make[2]: Leaving directory '/mnt/cd7c8fe2-0fea-413c-be99-fcf387c77815/git/RTKLIB/app/rtknavi_qt'
make[1]: *** [Makefile:50: sub-rtknavi_qt-make_first] Error 2
make[1]: Leaving directory '/mnt/cd7c8fe2-0fea-413c-be99-fcf387c77815/git/RTKLIB/app'
make: *** [Makefile:69: sub-app-make_first] Error 2
make: *** Waiting for unfinished jobs....
gcc -c -pipe -Wall -ansi -pedantic -Wno-unused-but-set-variable -DTRACE -g -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fPIC -Wall -W -D_REENTRANT -D_RTLDLL -DNO_STRICT -DTRACE -DENAGLO -DENAQZS -DENAGAL -DENACMP -DENAIRN -DNFREQ=3 -DNEXOBS=3 -DEXTLEX -DQT_NO_DEBUG -I. -I/usr/lib/qt/mkspecs/linux-g++ -o convgpx.o convgpx.c
gcc -c -pipe -Wall -ansi -pedantic -Wno-unused-but-set-variable -DTRACE -g -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fPIC -Wall -W -D_REENTRANT -D_RTLDLL -DNO_STRICT -DTRACE -DENAGLO -DENAQZS -DENAGAL -DENACMP -DENAIRN -DNFREQ=3 -DNEXOBS=3 -DEXTLEX -DQT_NO_DEBUG -I. -I/usr/lib/qt/mkspecs/linux-g++ -o datum.o datum.c
convrnx.c: In function ‘setapppos’:
convrnx.c:941:5: warning: missing initializer for field ‘eventime’ of ‘sol_t {aka struct <anonymous>}’ [-Wmissing-field-initializers]
sol_t sol={{0}};
^~~~~
In file included from convrnx.c:31:0:
rtklib.h:915:13: note: ‘eventime’ declared here
gtime_t eventime; /* time of event (GPST) */
^~~~~~~~
At top level:
convrnx.c:33:19: warning: ‘rcsid’ defined but not used [-Wunused-const-variable=]
static const char rcsid[]="$Id:$";
^~~~~
datum.c:11:19: warning: ‘rcsid’ defined but not used [-Wunused-const-variable=]
static const char rcsid[]="$Id: datum.c,v 1.1 2008/07/17 21:48:06 ttaka Exp $";
^~~~~
gcc -c -pipe -Wall -ansi -pedantic -Wno-unused-but-set-variable -DTRACE -g -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fPIC -Wall -W -D_REENTRANT -D_RTLDLL -DNO_STRICT -DTRACE -DENAGLO -DENAQZS -DENAGAL -DENACMP -DENAIRN -DNFREQ=3 -DNEXOBS=3 -DEXTLEX -DQT_NO_DEBUG -I. -I/usr/lib/qt/mkspecs/linux-g++ -o download.o download.c
gcc -c -pipe -Wall -ansi -pedantic -Wno-unused-but-set-variable -DTRACE -g -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fPIC -Wall -W -D_REENTRANT -D_RTLDLL -DNO_STRICT -DTRACE -DENAGLO -DENAQZS -DENAGAL -DENACMP -DENAIRN -DNFREQ=3 -DNEXOBS=3 -DEXTLEX -DQT_NO_DEBUG -I. -I/usr/lib/qt/mkspecs/linux-g++ -o ephemeris.o ephemeris.c
download.c: In function ‘get_list’:
download.c:322:9: warning: unused variable ‘stat’ [-Wunused-variable]
int stat;
^~~~
download.c: In function ‘test_local’:
download.c:505:22: warning: unused variable ‘remot_p’ [-Wunused-variable]
char remot[1024],remot_p[1024],dir_t[1024],local[1024],str[1024];
^~~~~~~
download.c: In function ‘dl_test’:
download.c:776:12: warning: unused variable ‘tow’ [-Wunused-variable]
double tow;
^~~
At top level:
download.c:16:19: warning: ‘rcsid’ defined but not used [-Wunused-const-variable=]
static const char rcsid[]="$Id:$";
^~~~~
ephemeris.c:59:19: warning: ‘rcsid’ defined but not used [-Wunused-const-variable=]
static const char rcsid[]="$Id:$";
^~~~~
gcc -c -pipe -Wall -ansi -pedantic -Wno-unused-but-set-variable -DTRACE -g -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fPIC -Wall -W -D_REENTRANT -D_RTLDLL -DNO_STRICT -DTRACE -DENAGLO -DENAQZS -DENAGAL -DENACMP -DENAIRN -DNFREQ=3 -DNEXOBS=3 -DEXTLEX -DQT_NO_DEBUG -I. -I/usr/lib/qt/mkspecs/linux-g++ -o geoid.o geoid.c
geoid.c: In function ‘fgetgsi’:
geoid.c:138:47: warning: unused parameter ‘nlat’ [-Wunused-parameter]
static double fgetgsi(FILE *fp, int nlon, int nlat, int i, int j)
^~~~
gcc -c -pipe -Wall -ansi -pedantic -Wno-unused-but-set-variable -DTRACE -g -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fPIC -Wall -W -D_REENTRANT -D_RTLDLL -DNO_STRICT -DTRACE -DENAGLO -DENAQZS -DENAGAL -DENACMP -DENAIRN -DNFREQ=3 -DNEXOBS=3 -DEXTLEX -DQT_NO_DEBUG -I. -I/usr/lib/qt/mkspecs/linux-g++ -o gis.o gis.c
gis.c: In function ‘gis_read’:
gis.c:314:25: warning: unused variable ‘q’ [-Wunused-variable]
char path[1024],*p,*q;
^
At top level:
gis.c:15:19: warning: ‘rcsid’ defined but not used [-Wunused-const-variable=]
static const char rcsid[]="$Id:$";
^~~~~
gcc -c -pipe -Wall -ansi -pedantic -Wno-unused-but-set-variable -DTRACE -g -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fPIC -Wall -W -D_REENTRANT -D_RTLDLL -DNO_STRICT -DTRACE -DENAGLO -DENAQZS -DENAGAL -DENACMP -DENAIRN -DNFREQ=3 -DNEXOBS=3 -DEXTLEX -DQT_NO_DEBUG -I. -I/usr/lib/qt/mkspecs/linux-g++ -o ionex.o ionex.c
ionex.c:21:19: warning: ‘rcsid’ defined but not used [-Wunused-const-variable=]
static const char rcsid[]="$Id:$";
^~~~~
At top level:
geoid.c:18:19: warning: ‘rcsid’ defined but not used [-Wunused-const-variable=]
static const char rcsid[]="$Id: geoid.c,v 1.1 2008/07/17 21:48:06 ttaka Exp $";
^~~~~
gcc -c -pipe -Wall -ansi -pedantic -Wno-unused-but-set-variable -DTRACE -g -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fPIC -Wall -W -D_REENTRANT -D_RTLDLL -DNO_STRICT -DTRACE -DENAGLO -DENAQZS -DENAGAL -DENACMP -DENAIRN -DNFREQ=3 -DNEXOBS=3 -DEXTLEX -DQT_NO_DEBUG -I. -I/usr/lib/qt/mkspecs/linux-g++ -o lambda.o lambda.c
lambda.c:19:19: warning: ‘rcsid’ defined but not used [-Wunused-const-variable=]
static const char rcsid[]="$Id: lambda.c,v 1.1 2008/07/17 21:48:06 ttaka Exp $";
^~~~~
gcc -c -pipe -Wall -ansi -pedantic -Wno-unused-but-set-variable -DTRACE -g -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fPIC -Wall -W -D_REENTRANT -D_RTLDLL -DNO_STRICT -DTRACE -DENAGLO -DENAQZS -DENAGAL -DENACMP -DENAIRN -DNFREQ=3 -DNEXOBS=3 -DEXTLEX -DQT_NO_DEBUG -I. -I/usr/lib/qt/mkspecs/linux-g++ -o options.o options.c
gcc -c -pipe -Wall -ansi -pedantic -Wno-unused-but-set-variable -DTRACE -g -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fPIC -Wall -W -D_REENTRANT -D_RTLDLL -DNO_STRICT -DTRACE -DENAGLO -DENAQZS -DENAGAL -DENACMP -DENAIRN -DNFREQ=3 -DNEXOBS=3 -DEXTLEX -DQT_NO_DEBUG -I. -I/usr/lib/qt/mkspecs/linux-g++ -o pntpos.o pntpos.c
gcc -c -pipe -Wall -ansi -pedantic -Wno-unused-but-set-variable -DTRACE -g -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fPIC -Wall -W -D_REENTRANT -D_RTLDLL -DNO_STRICT -DTRACE -DENAGLO -DENAQZS -DENAGAL -DENACMP -DENAIRN -DNFREQ=3 -DNEXOBS=3 -DEXTLEX -DQT_NO_DEBUG -I. -I/usr/lib/qt/mkspecs/linux-g++ -o postpos.o postpos.c
options.c:29:19: warning: ‘rcsid’ defined but not used [-Wunused-const-variable=]
static const char rcsid[]="$Id:$";
^~~~~
pntpos.c: In function ‘tropcorr’:
pntpos.c:175:48: warning: unused parameter ‘nav’ [-Wunused-parameter]
extern int tropcorr(gtime_t time, const nav_t *nav, const double *pos,
^~~
pntpos.c: In function ‘rescode’:
pntpos.c:210:5: warning: this ‘for’ clause does not guard... [-Wmisleading-indentation]
for (i=0;i<3;i++) rr[i]=x[i]; dtr=x[3];
^~~
pntpos.c:210:35: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the ‘for’
for (i=0;i<3;i++) rr[i]=x[i]; dtr=x[3];
^~~
pntpos.c: In function ‘raim_fde’:
pntpos.c:383:5: warning: missing initializer for field ‘eventime’ of ‘sol_t {aka struct <anonymous>}’ [-Wmissing-field-initializers]
sol_t sol_e={{0}};
^~~~~
In file included from pntpos.c:20:0:
rtklib.h:915:13: note: ‘eventime’ declared here
gtime_t eventime; /* time of event (GPST) */
^~~~~~~~
pntpos.c: In function ‘estvel’:
pntpos.c:496:54: warning: unused parameter ‘opt’ [-Wunused-parameter]
const nav_t *nav, const prcopt_t *opt, sol_t *sol,
^~~
postpos.c: In function ‘procpos’:
postpos.c:413:5: warning: missing initializer for field ‘eventime’ of ‘sol_t {aka struct <anonymous>}’ [-Wmissing-field-initializers]
sol_t sol={{0}},oldsol={{0}},newsol={{0}};
^~~~~
In file included from postpos.c:41:0:
rtklib.h:915:13: note: ‘eventime’ declared here
gtime_t eventime; /* time of event (GPST) */
^~~~~~~~
postpos.c:413:5: warning: missing initializer for field ‘eventime’ of ‘sol_t {aka struct <anonymous>}’ [-Wmissing-field-initializers]
sol_t sol={{0}},oldsol={{0}},newsol={{0}};
^~~~~
In file included from postpos.c:41:0:
rtklib.h:915:13: note: ‘eventime’ declared here
gtime_t eventime; /* time of event (GPST) */
^~~~~~~~
postpos.c:413:5: warning: missing initializer for field ‘eventime’ of ‘sol_t {aka struct <anonymous>}’ [-Wmissing-field-initializers]
sol_t sol={{0}},oldsol={{0}},newsol={{0}};
^~~~~
In file included from postpos.c:41:0:
rtklib.h:915:13: note: ‘eventime’ declared here
gtime_t eventime; /* time of event (GPST) */
^~~~~~~~
At top level:
pntpos.c:22:19: warning: ‘rcsid’ defined but not used [-Wunused-const-variable=]
static const char rcsid[]="$Id:$";
^~~~~
postpos.c: In function ‘combres’:
postpos.c:530:5: warning: missing initializer for field ‘eventime’ of ‘sol_t {aka struct <anonymous>}’ [-Wmissing-field-initializers]
sol_t sols={{0}},sol={{0}},oldsol={{0}},newsol={{0}};
^~~~~
In file included from postpos.c:41:0:
rtklib.h:915:13: note: ‘eventime’ declared here
gtime_t eventime; /* time of event (GPST) */
^~~~~~~~
postpos.c:530:5: warning: missing initializer for field ‘eventime’ of ‘sol_t {aka struct <anonymous>}’ [-Wmissing-field-initializers]
sol_t sols={{0}},sol={{0}},oldsol={{0}},newsol={{0}};
^~~~~
In file included from postpos.c:41:0:
rtklib.h:915:13: note: ‘eventime’ declared here
gtime_t eventime; /* time of event (GPST) */
^~~~~~~~
postpos.c:530:5: warning: missing initializer for field ‘eventime’ of ‘sol_t {aka struct <anonymous>}’ [-Wmissing-field-initializers]
sol_t sols={{0}},sol={{0}},oldsol={{0}},newsol={{0}};
^~~~~
In file included from postpos.c:41:0:
rtklib.h:915:13: note: ‘eventime’ declared here
gtime_t eventime; /* time of event (GPST) */
^~~~~~~~
postpos.c:530:5: warning: missing initializer for field ‘eventime’ of ‘sol_t {aka struct <anonymous>}’ [-Wmissing-field-initializers]
sol_t sols={{0}},sol={{0}},oldsol={{0}},newsol={{0}};
^~~~~
In file included from postpos.c:41:0:
rtklib.h:915:13: note: ‘eventime’ declared here
gtime_t eventime; /* time of event (GPST) */
^~~~~~~~
postpos.c: In function ‘avepos’:
postpos.c:797:5: warning: missing initializer for field ‘eventime’ of ‘sol_t {aka struct <anonymous>}’ [-Wmissing-field-initializers]
sol_t sol={{0}};
^~~~~
In file included from postpos.c:41:0:
rtklib.h:915:13: note: ‘eventime’ declared here
gtime_t eventime; /* time of event (GPST) */
^~~~~~~~
postpos.c: In function ‘antpos’:
postpos.c:861:32: warning: unused parameter ‘sta’ [-Wunused-parameter]
const sta_t *sta, const char *posfile)
^~~
postpos.c: In function ‘openses’:
postpos.c:903:36: warning: unused parameter ‘popt’ [-Wunused-parameter]
static int openses(const prcopt_t *popt, const solopt_t *sopt,
^~~~
postpos.c:904:49: warning: unused parameter ‘nav’ [-Wunused-parameter]
const filopt_t *fopt, nav_t *nav, pcvs_t *pcvs, pcvs_t *pcvr)
^~~
postpos.c: In function ‘postpos’:
postpos.c:1434:17: warning: this ‘for’ clause does not guard... [-Wmisleading-indentation]
for (;i>=0;i--) free(ifile[i]); return -1;
^~~
postpos.c:1434:49: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the ‘for’
for (;i>=0;i--) free(ifile[i]); return -1;
^~~~~~
At top level:
postpos.c:43:19: warning: ‘rcsid’ defined but not used [-Wunused-const-variable=]
static const char rcsid[]="$Id: postpos.c,v 1.1 2008/07/17 21:48:06 ttaka Exp $";
^~~~~
gcc -c -pipe -Wall -ansi -pedantic -Wno-unused-but-set-variable -DTRACE -g -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fPIC -Wall -W -D_REENTRANT -D_RTLDLL -DNO_STRICT -DTRACE -DENAGLO -DENAQZS -DENAGAL -DENACMP -DENAIRN -DNFREQ=3 -DNEXOBS=3 -DEXTLEX -DQT_NO_DEBUG -I. -I/usr/lib/qt/mkspecs/linux-g++ -o ppp.o ppp.c
ppp.c: In function ‘yaw_angle’:
ppp.c:236:26: warning: unused parameter ‘sat’ [-Wunused-parameter]
extern int yaw_angle(int sat, const char *type, int opt, double beta, double mu,
^~~
ppp.c:236:43: warning: unused parameter ‘type’ [-Wunused-parameter]
extern int yaw_angle(int sat, const char *type, int opt, double beta, double mu,
^~~~
ppp.c:236:53: warning: unused parameter ‘opt’ [-Wunused-parameter]
extern int yaw_angle(int sat, const char *type, int opt, double beta, double mu,
^~~
ppp.c: In function ‘varerr’:
ppp.c:320:26: warning: unused parameter ‘sat’ [-Wunused-parameter]
static double varerr(int sat, int sys, double el, int freq, int type,
^~~
ppp.c: In function ‘const_corr’:
ppp.c:838:37: warning: unused parameter ‘azel’ [-Wunused-parameter]
const double *azel, rtk_t *rtk, double *v, double *H,
^~~~
At top level:
ppp.c:62:19: warning: ‘rcsid’ defined but not used [-Wunused-const-variable=]
static const char rcsid[]="$Id:$";
^~~~~
gcc -c -pipe -Wall -ansi -pedantic -Wno-unused-but-set-variable -DTRACE -g -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fPIC -Wall -W -D_REENTRANT -D_RTLDLL -DNO_STRICT -DTRACE -DENAGLO -DENAQZS -DENAGAL -DENACMP -DENAIRN -DNFREQ=3 -DNEXOBS=3 -DEXTLEX -DQT_NO_DEBUG -I. -I/usr/lib/qt/mkspecs/linux-g++ -o ppp_ar.o ppp_ar.c
ppp_ar.c: In function ‘ppp_ar’:
ppp_ar.c:19:26: warning: unused parameter ‘rtk’ [-Wunused-parameter]
extern int ppp_ar(rtk_t *rtk, const obsd_t *obs, int n, int *exc,
^~~
ppp_ar.c:19:45: warning: unused parameter ‘obs’ [-Wunused-parameter]
extern int ppp_ar(rtk_t *rtk, const obsd_t *obs, int n, int *exc,
^~~
ppp_ar.c:19:54: warning: unused parameter ‘n’ [-Wunused-parameter]
extern int ppp_ar(rtk_t *rtk, const obsd_t *obs, int n, int *exc,
^
ppp_ar.c:19:62: warning: unused parameter ‘exc’ [-Wunused-parameter]
extern int ppp_ar(rtk_t *rtk, const obsd_t *obs, int n, int *exc,
^~~
ppp_ar.c:20:32: warning: unused parameter ‘nav’ [-Wunused-parameter]
const nav_t *nav, const double *azel, double *x, double *P)
^~~
ppp_ar.c:20:51: warning: unused parameter ‘azel’ [-Wunused-parameter]
const nav_t *nav, const double *azel, double *x, double *P)
^~~~
ppp_ar.c:20:65: warning: unused parameter ‘x’ [-Wunused-parameter]
const nav_t *nav, const double *azel, double *x, double *P)
^
ppp_ar.c:20:76: warning: unused parameter ‘P’ [-Wunused-parameter]
const nav_t *nav, const double *azel, double *x, double *P)
^
At top level:
ppp_ar.c:16:19: warning: ‘rcsid’ defined but not used [-Wunused-const-variable=]
static const char rcsid[]="$Id:$";
^~~~~
gcc -c -pipe -Wall -ansi -pedantic -Wno-unused-but-set-variable -DTRACE -g -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fPIC -Wall -W -D_REENTRANT -D_RTLDLL -DNO_STRICT -DTRACE -DENAGLO -DENAQZS -DENAGAL -DENACMP -DENAIRN -DNFREQ=3 -DNEXOBS=3 -DEXTLEX -DQT_NO_DEBUG -I. -I/usr/lib/qt/mkspecs/linux-g++ -o ppp_corr.o ppp_corr.c
ppp_corr.c: In function ‘pppcorr_read’:
ppp_corr.c:26:36: warning: unused parameter ‘corr’ [-Wunused-parameter]
extern int pppcorr_read(pppcorr_t *corr, const char *file)
^~~~
ppp_corr.c:26:54: warning: unused parameter ‘file’ [-Wunused-parameter]
extern int pppcorr_read(pppcorr_t *corr, const char *file)
^~~~
ppp_corr.c: In function ‘pppcorr_free’:
ppp_corr.c:35:37: warning: unused parameter ‘corr’ [-Wunused-parameter]
extern void pppcorr_free(pppcorr_t *corr)
^~~~
ppp_corr.c: In function ‘pppcorr_trop’:
ppp_corr.c:47:42: warning: unused parameter ‘corr’ [-Wunused-parameter]
extern int pppcorr_trop(const pppcorr_t *corr, gtime_t time, const double *pos,
^~~~
ppp_corr.c:47:56: warning: unused parameter ‘time’ [-Wunused-parameter]
extern int pppcorr_trop(const pppcorr_t *corr, gtime_t time, const double *pos,
^~~~
ppp_corr.c:47:76: warning: unused parameter ‘pos’ [-Wunused-parameter]
extern int pppcorr_trop(const pppcorr_t *corr, gtime_t time, const double *pos,
^~~
ppp_corr.c:48:33: warning: unused parameter ‘trp’ [-Wunused-parameter]
double *trp, double *std)
^~~
ppp_corr.c:48:46: warning: unused parameter ‘std’ [-Wunused-parameter]
double *trp, double *std)
^~~
ppp_corr.c: In function ‘pppcorr_stec’:
ppp_corr.c:62:42: warning: unused parameter ‘corr’ [-Wunused-parameter]
extern int pppcorr_stec(const pppcorr_t *corr, gtime_t time, const double *pos,
^~~~
ppp_corr.c:62:56: warning: unused parameter ‘time’ [-Wunused-parameter]
extern int pppcorr_stec(const pppcorr_t *corr, gtime_t time, const double *pos,
^~~~
ppp_corr.c:62:76: warning: unused parameter ‘pos’ [-Wunused-parameter]
extern int pppcorr_stec(const pppcorr_t *corr, gtime_t time, const double *pos,
^~~
ppp_corr.c:63:33: warning: unused parameter ‘ion’ [-Wunused-parameter]
double *ion, double *std)
^~~
ppp_corr.c:63:46: warning: unused parameter ‘std’ [-Wunused-parameter]
double *ion, double *std)
^~~
At top level:
ppp_corr.c:12:19: warning: ‘rcsid’ defined but not used [-Wunused-const-variable=]
static const char rcsid[]="$Id:$";
^~~~~
gcc -c -pipe -Wall -ansi -pedantic -Wno-unused-but-set-variable -DTRACE -g -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fPIC -Wall -W -D_REENTRANT -D_RTLDLL -DNO_STRICT -DTRACE -DENAGLO -DENAQZS -DENAGAL -DENACMP -DENAIRN -DNFREQ=3 -DNEXOBS=3 -DEXTLEX -DQT_NO_DEBUG -I. -I/usr/lib/qt/mkspecs/linux-g++ -o preceph.o preceph.c
preceph.c: In function ‘readsp3b’:
preceph.c:120:48: warning: unused parameter ‘sats’ [-Wunused-parameter]
static void readsp3b(FILE *fp, char type, int *sats, int ns, double *bfact,
^~~~
At top level:
preceph.c:46:19: warning: ‘rcsid’ defined but not used [-Wunused-const-variable=]
static const char rcsid[]="$Id:$";
^~~~~
gcc -c -pipe -Wall -ansi -pedantic -Wno-unused-but-set-variable -DTRACE -g -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fPIC -Wall -W -D_REENTRANT -D_RTLDLL -DNO_STRICT -DTRACE -DENAGLO -DENAQZS -DENAGAL -DENACMP -DENAIRN -DNFREQ=3 -DNEXOBS=3 -DEXTLEX -DQT_NO_DEBUG -I. -I/usr/lib/qt/mkspecs/linux-g++ -o qzslex.o qzslex.c
qzslex.c: In function ‘decode_lexeph’:
qzslex.c:100:5: warning: missing initializer for field ‘tof’ of ‘lexeph_t {aka struct <anonymous>}’ [-Wmissing-field-initializers]
lexeph_t eph={{0}};
^~~~~~~~
In file included from qzslex.c:17:0:
rtklib.h:805:13: note: ‘tof’ declared here
gtime_t tof; /* message frame time (GPST) */
^~~
qzslex.c: In function ‘decode_lexion’:
qzslex.c:157:5: warning: missing initializer for field ‘tspan’ of ‘lexion_t {aka struct <anonymous>}’ [-Wmissing-field-initializers]
lexion_t ion={{0}};
^~~~~~~~
In file included from qzslex.c:17:0:
rtklib.h:820:12: note: ‘tspan’ declared here
double tspan; /* valid time span (s) */
^~~~~
qzslex.c: In function ‘lex2rtcm’:
qzslex.c:242:20: warning: this ‘for’ clause does not guard... [-Wmisleading-indentation]
for (j=0;j<ns;j++) n+=11+getbitu(msg,i+n+6,5)*19; break;
^~~
qzslex.c:242:70: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the ‘for’
for (j=0;j<ns;j++) n+=11+getbitu(msg,i+n+6,5)*19; break;
^~~~~
qzslex.c:249:20: warning: this ‘for’ clause does not guard... [-Wmisleading-indentation]
for (j=0;j<ns;j++) n+=10+getbitu(msg,i+n+5,5)*19; break;
^~~
qzslex.c:249:70: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the ‘for’
for (j=0;j<ns;j++) n+=10+getbitu(msg,i+n+5,5)*19; break;
^~~~~
qzslex.c:256:20: warning: this ‘for’ clause does not guard... [-Wmisleading-indentation]
for (j=0;j<ns;j++) n+=11+getbitu(msg,i+n+6,5)*19; break;
^~~
qzslex.c:256:70: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the ‘for’
for (j=0;j<ns;j++) n+=11+getbitu(msg,i+n+6,5)*19; break;
^~~~~
qzslex.c:263:20: warning: this ‘for’ clause does not guard... [-Wmisleading-indentation]
for (j=0;j<ns;j++) n+=9+getbitu(msg,i+n+4,5)*19; break;
^~~
qzslex.c:263:69: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the ‘for’
for (j=0;j<ns;j++) n+=9+getbitu(msg,i+n+4,5)*19; break;
^~~~~
qzslex.c: In function ‘decode_lextype20’:
qzslex.c:373:45: warning: unused parameter ‘msg’ [-Wunused-parameter]
static int decode_lextype20(const lexmsg_t *msg, nav_t *nav, gtime_t *tof)
^~~
qzslex.c:373:57: warning: unused parameter ‘nav’ [-Wunused-parameter]
static int decode_lextype20(const lexmsg_t *msg, nav_t *nav, gtime_t *tof)
^~~
qzslex.c:373:71: warning: unused parameter ‘tof’ [-Wunused-parameter]
static int decode_lextype20(const lexmsg_t *msg, nav_t *nav, gtime_t *tof)
^~~
At top level:
qzslex.c:19:19: warning: ‘rcsid’ defined but not used [-Wunused-const-variable=]
static const char rcsid[]="$Id:$";
^~~~~
gcc -c -pipe -Wall -ansi -pedantic -Wno-unused-but-set-variable -DTRACE -g -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fPIC -Wall -W -D_REENTRANT -D_RTLDLL -DNO_STRICT -DTRACE -DENAGLO -DENAQZS -DENAGAL -DENACMP -DENAIRN -DNFREQ=3 -DNEXOBS=3 -DEXTLEX -DQT_NO_DEBUG -I. -I/usr/lib/qt/mkspecs/linux-g++ -o rcvraw.o rcvraw.c
rcvraw.c: In function ‘decode_gps_subfrm4’:
rcvraw.c:662:13: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
if (alm) alm[sat-1].svconf=getbitu(buff,i,4); i+=4;
^~
rcvraw.c:662:59: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the ‘if’
if (alm) alm[sat-1].svconf=getbitu(buff,i,4); i+=4;
^
rcvraw.c:667:13: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
if (alm) alm[sat-1].svh =getbitu(buff,i,6); i+=6;
^~
rcvraw.c:667:59: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the ‘if’
if (alm) alm[sat-1].svh =getbitu(buff,i,6); i+=6;
^
rcvraw.c: In function ‘decode_qzs_subfrm45’:
rcvraw.c:731:64: warning: unused parameter ‘leaps’ [-Wunused-parameter]
double *ion, double *utc, int *leaps)
^~~~~
rcvraw.c: In function ‘init_raw’:
rcvraw.c:856:5: warning: missing initializer for field ‘eventime’ of ‘obsd_t {aka struct <anonymous>}’ [-Wmissing-field-initializers]
obsd_t data0={{0}};
^~~~~~
In file included from rcvraw.c:37:0:
rtklib.h:529:13: note: ‘eventime’ declared here
gtime_t eventime; /* time of event (GPST) */
^~~~~~~~
rcvraw.c:857:5: warning: missing initializer for field ‘sva’ of ‘eph_t {aka struct <anonymous>}’ [-Wmissing-field-initializers]
eph_t eph0 ={0,-1,-1};
^~~~~
In file included from rcvraw.c:37:0:
rtklib.h:593:9: note: ‘sva’ declared here
int sva; /* SV accuracy (URA index) */
^~~
rcvraw.c:858:5: warning: missing initializer for field ‘svconf’ of ‘alm_t {aka struct <anonymous>}’ [-Wmissing-field-initializers]
alm_t alm0 ={0,-1};
^~~~~
In file included from rcvraw.c:37:0:
rtklib.h:581:9: note: ‘svconf’ declared here
int svconf; /* as and sv config */
^~~~~~
rcvraw.c:859:5: warning: missing initializer for field ‘frq’ of ‘geph_t {aka struct <anonymous>}’ [-Wmissing-field-initializers]
geph_t geph0={0,-1};
^~~~~~
In file included from rcvraw.c:37:0:
rtklib.h:615:9: note: ‘frq’ declared here
int frq; /* satellite frequency number */
^~~
At top level:
rcvraw.c:40:19: warning: ‘rcsid’ defined but not used [-Wunused-const-variable=]
static const char rcsid[]="$Id:$";
^~~~~
gcc -c -pipe -Wall -ansi -pedantic -Wno-unused-but-set-variable -DTRACE -g -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fPIC -Wall -W -D_REENTRANT -D_RTLDLL -DNO_STRICT -DTRACE -DENAGLO -DENAQZS -DENAGAL -DENACMP -DENAIRN -DNFREQ=3 -DNEXOBS=3 -DEXTLEX -DQT_NO_DEBUG -I. -I/usr/lib/qt/mkspecs/linux-g++ -o rinex.o rinex.c
rinex.c: In function ‘set_index’:
rinex.c:888:30: warning: unused parameter ‘ver’ [-Wunused-parameter]
static void set_index(double ver, int sys, const char *opt,
^~~
rinex.c: In function ‘readrnxc’:
rinex.c:1669:13: warning: this ‘for’ clause does not guard... [-Wmisleading-indentation]
for (i--;i>=0;i--) free(files[i]); return 0;
^~~
rinex.c:1669:48: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the ‘for’
for (i--;i>=0;i--) free(files[i]); return 0;
^~~~~~
rinex.c: In function ‘init_rnxctr’:
rinex.c:1701:5: warning: missing initializer for field ‘eventime’ of ‘obsd_t {aka struct <anonymous>}’ [-Wmissing-field-initializers]
obsd_t data0={{0}};
^~~~~~
In file included from rinex.c:89:0:
rtklib.h:529:13: note: ‘eventime’ declared here
gtime_t eventime; /* time of event (GPST) */
^~~~~~~~
rinex.c:1702:5: warning: missing initializer for field ‘sva’ of ‘eph_t {aka struct <anonymous>}’ [-Wmissing-field-initializers]
eph_t eph0={0,-1,-1};
^~~~~
In file included from rinex.c:89:0:
rtklib.h:593:9: note: ‘sva’ declared here
int sva; /* SV accuracy (URA index) */
^~~
rinex.c:1703:5: warning: missing initializer for field ‘frq’ of ‘geph_t {aka struct <anonymous>}’ [-Wmissing-field-initializers]
geph_t geph0={0,-1};
^~~~~~
In file included from rinex.c:89:0:
rtklib.h:615:9: note: ‘frq’ declared here
int frq; /* satellite frequency number */
^~~
gcc -c -pipe -Wall -ansi -pedantic -Wno-unused-but-set-variable -DTRACE -g -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fPIC -Wall -W -D_REENTRANT -D_RTLDLL -DNO_STRICT -DTRACE -DENAGLO -DENAQZS -DENAGAL -DENACMP -DENAIRN -DNFREQ=3 -DNEXOBS=3 -DEXTLEX -DQT_NO_DEBUG -I. -I/usr/lib/qt/mkspecs/linux-g++ -o rtcm.o rtcm.c
rinex.c: In function ‘outrnxgnavh’:
rinex.c:2449:68: warning: unused parameter ‘nav’ [-Wunused-parameter]
extern int outrnxgnavh(FILE *fp, const rnxopt_t *opt, const nav_t *nav)
^~~
rinex.c: In function ‘outrnxhnavh’:
rinex.c:2541:68: warning: unused parameter ‘nav’ [-Wunused-parameter]
extern int outrnxhnavh(FILE *fp, const rnxopt_t *opt, const nav_t *nav)
^~~
rinex.c: In function ‘outrnxlnavh’:
rinex.c:2628:68: warning: unused parameter ‘nav’ [-Wunused-parameter]
extern int outrnxlnavh(FILE *fp, const rnxopt_t *opt, const nav_t *nav)
^~~
rinex.c: In function ‘outrnxqnavh’:
rinex.c:2656:68: warning: unused parameter ‘nav’ [-Wunused-parameter]
extern int outrnxqnavh(FILE *fp, const rnxopt_t *opt, const nav_t *nav)
^~~
rinex.c: In function ‘outrnxcnavh’:
rinex.c:2684:68: warning: unused parameter ‘nav’ [-Wunused-parameter]
extern int outrnxcnavh(FILE *fp, const rnxopt_t *opt, const nav_t *nav)
^~~
At top level:
rinex.c:91:19: warning: ‘rcsid’ defined but not used [-Wunused-const-variable=]
static const char rcsid[]="$Id:$";
^~~~~
rtcm.c: In function ‘init_rtcm’:
rtcm.c:70:5: warning: missing initializer for field ‘eventime’ of ‘obsd_t {aka struct <anonymous>}’ [-Wmissing-field-initializers]
obsd_t data0={{0}};
^~~~~~
In file included from rtcm.c:47:0:
rtklib.h:529:13: note: ‘eventime’ declared here
gtime_t eventime; /* time of event (GPST) */
^~~~~~~~
rtcm.c:71:5: warning: missing initializer for field ‘sva’ of ‘eph_t {aka struct <anonymous>}’ [-Wmissing-field-initializers]
eph_t eph0 ={0,-1,-1};
^~~~~
In file included from rtcm.c:47:0:
rtklib.h:593:9: note: ‘sva’ declared here
int sva; /* SV accuracy (URA index) */
^~~
rtcm.c:72:5: warning: missing initializer for field ‘frq’ of ‘geph_t {aka struct <anonymous>}’ [-Wmissing-field-initializers]
geph_t geph0={0,-1};
^~~~~~
In file included from rtcm.c:47:0:
rtklib.h:615:9: note: ‘frq’ declared here
int frq; /* satellite frequency number */
^~~
rtcm.c:73:5: warning: missing initializer for field ‘udi’ of ‘ssr_t {aka struct <anonymous>}’ [-Wmissing-field-initializers]
ssr_t ssr0={{{0}}};
^~~~~
In file included from rtcm.c:47:0:
rtklib.h:771:12: note: ‘udi’ declared here
double udi[6]; /* SSR update interval (s) */
^~~
At top level:
rtcm.c:49:19: warning: ‘rcsid’ defined but not used [-Wunused-const-variable=]
static const char rcsid[]="$Id:$";
^~~~~
gcc -c -pipe -Wall -ansi -pedantic -Wno-unused-but-set-variable -DTRACE -g -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fPIC -Wall -W -D_REENTRANT -D_RTLDLL -DNO_STRICT -DTRACE -DENAGLO -DENAQZS -DENAGAL -DENACMP -DENAIRN -DNFREQ=3 -DNEXOBS=3 -DEXTLEX -DQT_NO_DEBUG -I. -I/usr/lib/qt/mkspecs/linux-g++ -o rtcm2.o rtcm2.c
rtcm2.c: In function ‘decode_type23’:
rtcm2.c:332:34: warning: unused parameter ‘rtcm’ [-Wunused-parameter]
static int decode_type23(rtcm_t *rtcm)
^~~~
rtcm2.c: In function ‘decode_type24’:
rtcm2.c:337:34: warning: unused parameter ‘rtcm’ [-Wunused-parameter]
static int decode_type24(rtcm_t *rtcm)
^~~~
rtcm2.c: In function ‘decode_type31’:
rtcm2.c:342:34: warning: unused parameter ‘rtcm’ [-Wunused-parameter]
static int decode_type31(rtcm_t *rtcm)
^~~~
rtcm2.c: In function ‘decode_type32’:
rtcm2.c:347:34: warning: unused parameter ‘rtcm’ [-Wunused-parameter]
static int decode_type32(rtcm_t *rtcm)
^~~~
rtcm2.c: In function ‘decode_type34’:
rtcm2.c:352:34: warning: unused parameter ‘rtcm’ [-Wunused-parameter]
static int decode_type34(rtcm_t *rtcm)
^~~~
rtcm2.c: In function ‘decode_type36’:
rtcm2.c:357:34: warning: unused parameter ‘rtcm’ [-Wunused-parameter]
static int decode_type36(rtcm_t *rtcm)
^~~~
rtcm2.c: In function ‘decode_type37’:
rtcm2.c:362:34: warning: unused parameter ‘rtcm’ [-Wunused-parameter]
static int decode_type37(rtcm_t *rtcm)
^~~~
rtcm2.c: In function ‘decode_type59’:
rtcm2.c:367:34: warning: unused parameter ‘rtcm’ [-Wunused-parameter]
static int decode_type59(rtcm_t *rtcm)
^~~~
At top level:
rtcm2.c:15:19: warning: ‘rcsid’ defined but not used [-Wunused-const-variable=]
static const char rcsid[]="$Id:$";
^~~~~
gcc -c -pipe -Wall -ansi -pedantic -Wno-unused-but-set-variable -DTRACE -g -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fPIC -Wall -W -D_REENTRANT -D_RTLDLL -DNO_STRICT -DTRACE -DENAGLO -DENAQZS -DENAGAL -DENACMP -DENAIRN -DNFREQ=3 -DNEXOBS=3 -DEXTLEX -DQT_NO_DEBUG -I. -I/usr/lib/qt/mkspecs/linux-g++ -o rtcm3.o rtcm3.c
gcc -c -pipe -Wall -ansi -pedantic -Wno-unused-but-set-variable -DTRACE -g -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fPIC -Wall -W -D_REENTRANT -D_RTLDLL -DNO_STRICT -DTRACE -DENAGLO -DENAQZS -DENAGAL -DENACMP -DENAIRN -DNFREQ=3 -DNEXOBS=3 -DEXTLEX -DQT_NO_DEBUG -I. -I/usr/lib/qt/mkspecs/linux-g++ -o rtcm3e.o rtcm3e.c
rtcm3.c: In function ‘decode_type1013’:
rtcm3.c:660:36: warning: unused parameter ‘rtcm’ [-Wunused-parameter]
static int decode_type1013(rtcm_t *rtcm)
^~~~
rtcm3.c: In function ‘decode_type1021’:
rtcm3.c:802:36: warning: unused parameter ‘rtcm’ [-Wunused-parameter]
static int decode_type1021(rtcm_t *rtcm)
^~~~
rtcm3.c: In function ‘decode_type1022’:
rtcm3.c:808:36: warning: unused parameter ‘rtcm’ [-Wunused-parameter]
static int decode_type1022(rtcm_t *rtcm)
^~~~
rtcm3.c: In function ‘decode_type1023’:
rtcm3.c:814:36: warning: unused parameter ‘rtcm’ [-Wunused-parameter]
static int decode_type1023(rtcm_t *rtcm)
^~~~
rtcm3.c: In function ‘decode_type1024’:
rtcm3.c:820:36: warning: unused parameter ‘rtcm’ [-Wunused-parameter]
static int decode_type1024(rtcm_t *rtcm)
^~~~
rtcm3.c: In function ‘decode_type1025’:
rtcm3.c:826:36: warning: unused parameter ‘rtcm’ [-Wunused-parameter]
static int decode_type1025(rtcm_t *rtcm)
^~~~
rtcm3.c: In function ‘decode_type1026’:
rtcm3.c:832:36: warning: unused parameter ‘rtcm’ [-Wunused-parameter]
static int decode_type1026(rtcm_t *rtcm)
^~~~
rtcm3.c: In function ‘decode_type1027’:
rtcm3.c:838:36: warning: unused parameter ‘rtcm’ [-Wunused-parameter]
static int decode_type1027(rtcm_t *rtcm)
^~~~
rtcm3.c: In function ‘decode_type1030’:
rtcm3.c:844:36: warning: unused parameter ‘rtcm’ [-Wunused-parameter]
static int decode_type1030(rtcm_t *rtcm)
^~~~
rtcm3.c: In function ‘decode_type1031’:
rtcm3.c:850:36: warning: unused parameter ‘rtcm’ [-Wunused-parameter]
static int decode_type1031(rtcm_t *rtcm)
^~~~
rtcm3.c: In function ‘decode_type1032’:
rtcm3.c:856:36: warning: unused parameter ‘rtcm’ [-Wunused-parameter]
static int decode_type1032(rtcm_t *rtcm)
^~~~
rtcm3.c: In function ‘decode_type1034’:
rtcm3.c:918:36: warning: unused parameter ‘rtcm’ [-Wunused-parameter]
static int decode_type1034(rtcm_t *rtcm)
^~~~
rtcm3.c: In function ‘decode_type1035’:
rtcm3.c:924:36: warning: unused parameter ‘rtcm’ [-Wunused-parameter]
static int decode_type1035(rtcm_t *rtcm)
^~~~
rtcm3.c: In function ‘decode_type1037’:
rtcm3.c:930:36: warning: unused parameter ‘rtcm’ [-Wunused-parameter]
static int decode_type1037(rtcm_t *rtcm)
^~~~
rtcm3.c: In function ‘decode_type1038’:
rtcm3.c:936:36: warning: unused parameter ‘rtcm’ [-Wunused-parameter]
static int decode_type1038(rtcm_t *rtcm)
^~~~
rtcm3.c: In function ‘decode_type1039’:
rtcm3.c:942:36: warning: unused parameter ‘rtcm’ [-Wunused-parameter]
static int decode_type1039(rtcm_t *rtcm)
^~~~
rtcm3.c: In function ‘decode_type1230’:
rtcm3.c:2241:36: warning: unused parameter ‘rtcm’ [-Wunused-parameter]
static int decode_type1230(rtcm_t *rtcm)
^~~~
gcc -c -pipe -Wall -ansi -pedantic -Wno-unused-but-set-variable -DTRACE -g -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fPIC -Wall -W -D_REENTRANT -D_RTLDLL -DNO_STRICT -DTRACE -DENAGLO -DENAQZS -DENAGAL -DENACMP -DENAIRN -DNFREQ=3 -DNEXOBS=3 -DEXTLEX -DQT_NO_DEBUG -I. -I/usr/lib/qt/mkspecs/linux-g++ -o rtkpos.o rtkpos.c
At top level:
rtcm3.c:38:19: warning: ‘rcsid’ defined but not used [-Wunused-const-variable=]
static const char rcsid[]="$Id:$";
^~~~~
rtkpos.c: In function ‘resamb_WLNL’:
rtkpos.c:98:31: warning: unused parameter ‘rtk’ [-Wunused-parameter]
extern int resamb_WLNL(rtk_t *rtk, const obsd_t *obs, const int *sat,
^~~
rtkpos.c:98:50: warning: unused parameter ‘obs’ [-Wunused-parameter]
extern int resamb_WLNL(rtk_t *rtk, const obsd_t *obs, const int *sat,
^~~
rtkpos.c:98:66: warning: unused parameter ‘sat’ [-Wunused-parameter]
extern int resamb_WLNL(rtk_t *rtk, const obsd_t *obs, const int *sat,
^~~
rtkpos.c:99:35: warning: unused parameter ‘iu’ [-Wunused-parameter]
const int *iu, const int *ir, int ns, const nav_t *nav,
^~
rtkpos.c:99:50: warning: unused parameter ‘ir’ [-Wunused-parameter]
const int *iu, const int *ir, int ns, const nav_t *nav,
^~
rtkpos.c:99:58: warning: unused parameter ‘ns’ [-Wunused-parameter]
const int *iu, const int *ir, int ns, const nav_t *nav,
^~
rtkpos.c:99:75: warning: unused parameter ‘nav’ [-Wunused-parameter]
const int *iu, const int *ir, int ns, const nav_t *nav,
^~~
rtkpos.c:100:38: warning: unused parameter ‘azel’ [-Wunused-parameter]
const double *azel) {return 0;}
^~~~
rtkpos.c: In function ‘resamb_TCAR’:
rtkpos.c:101:31: warning: unused parameter ‘rtk’ [-Wunused-parameter]
extern int resamb_TCAR(rtk_t *rtk, const obsd_t *obs, const int *sat,
^~~
rtkpos.c:101:50: warning: unused parameter ‘obs’ [-Wunused-parameter]
extern int resamb_TCAR(rtk_t *rtk, const obsd_t *obs, const int *sat,
^~~
rtkpos.c:101:66: warning: unused parameter ‘sat’ [-Wunused-parameter]
extern int resamb_TCAR(rtk_t *rtk, const obsd_t *obs, const int *sat,
^~~
rtkpos.c:102:35: warning: unused parameter ‘iu’ [-Wunused-parameter]
const int *iu, const int *ir, int ns, const nav_t *nav,
^~
rtkpos.c:102:50: warning: unused parameter ‘ir’ [-Wunused-parameter]
const int *iu, const int *ir, int ns, const nav_t *nav,
^~
rtkpos.c:102:58: warning: unused parameter ‘ns’ [-Wunused-parameter]
const int *iu, const int *ir, int ns, const nav_t *nav,
^~
rtkpos.c:102:75: warning: unused parameter ‘nav’ [-Wunused-parameter]
const int *iu, const int *ir, int ns, const nav_t *nav,
^~~
rtkpos.c:103:38: warning: unused parameter ‘azel’ [-Wunused-parameter]
const double *azel) {return 0;}
^~~~
rtcm3e.c: In function ‘gen_msm_sat’:
rtcm3e.c:1814:52: warning: unused parameter ‘nsat’ [-Wunused-parameter]
static void gen_msm_sat(rtcm_t *rtcm, int sys, int nsat,
^~~~
rtcm3e.c: In function ‘gen_msm_sig’:
rtcm3e.c:1846:52: warning: unused parameter ‘nsat’ [-Wunused-parameter]
static void gen_msm_sig(rtcm_t *rtcm, int sys, int nsat, int nsig, int ncell,
^~~~
rtkpos.c: In function ‘varerr’:
rtkpos.c:406:26: warning: unused parameter ‘sat’ [-Wunused-parameter]
static double varerr(int sat, int sys, double el, double bl, double dt, int f,
^~~
rtkpos.c: In function ‘udpos’:
rtkpos.c:497:5: warning: this ‘for’ clause does not guard... [-Wmisleading-indentation]
for (i=0;i<3;i++) var+=rtk->P[i+i*rtk->nx]; var/=3.0;
^~~
rtkpos.c:497:49: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the ‘for’
for (i=0;i<3;i++) var+=rtk->P[i+i*rtk->nx]; var/=3.0;
^~~
rtkpos.c: In function ‘udtrop’:
rtkpos.c:571:50: warning: unused parameter ‘bl’ [-Wunused-parameter]
static void udtrop(rtk_t *rtk, double tt, double bl)
^~
rtkpos.c: In function ‘detslp_dop’:
rtkpos.c:709:31: warning: unused parameter ‘rtk’ [-Wunused-parameter]
static void detslp_dop(rtk_t *rtk, const obsd_t *obs, int i, int rcv,
^~~
rtkpos.c:709:50: warning: unused parameter ‘obs’ [-Wunused-parameter]
static void detslp_dop(rtk_t *rtk, const obsd_t *obs, int i, int rcv,
^~~
rtkpos.c:709:59: warning: unused parameter ‘i’ [-Wunused-parameter]
static void detslp_dop(rtk_t *rtk, const obsd_t *obs, int i, int rcv,
^
rtkpos.c:709:66: warning: unused parameter ‘rcv’ [-Wunused-parameter]
static void detslp_dop(rtk_t *rtk, const obsd_t *obs, int i, int rcv,
^~~
rtkpos.c:710:37: warning: unused parameter ‘nav’ [-Wunused-parameter]
const nav_t *nav)
^~~
rtkpos.c: In function ‘gloicbcorr’:
rtkpos.c:1114:30: warning: unused parameter ‘sat1’ [-Wunused-parameter]
static double gloicbcorr(int sat1, int sat2, const prcopt_t *opt, double lam1,
^~~~
rtkpos.c:1114:40: warning: unused parameter ‘sat2’ [-Wunused-parameter]
static double gloicbcorr(int sat1, int sat2, const prcopt_t *opt, double lam1,
^~~~
rtkpos.c: In function ‘restamb’:
rtkpos.c:1486:57: warning: unused parameter ‘nb’ [-Wunused-parameter]
static void restamb(rtk_t *rtk, const double *bias, int nb, double *xa)
^~
rtkpos.c: In function ‘rtkinit’:
rtkpos.c:2082:5: warning: missing initializer for field ‘eventime’ of ‘sol_t {aka struct <anonymous>}’ [-Wmissing-field-initializers]
sol_t sol0={{0}};
^~~~~
In file included from rtkpos.c:44:0:
rtklib.h:915:13: note: ‘eventime’ declared here
gtime_t eventime; /* time of event (GPST) */
^~~~~~~~
rtkpos.c:2083:5: warning: missing initializer for field ‘n’ of ‘ambc_t {aka struct <anonymous>}’ [-Wmissing-field-initializers]
ambc_t ambc0={{{0}}};
^~~~~~
In file included from rtkpos.c:44:0:
rtklib.h:1209:9: note: ‘n’ declared here
int n[4]; /* number of epochs */
^
rtkpos.c: In function ‘rtkpos’:
rtkpos.c:2183:5: warning: missing initializer for field ‘eventime’ of ‘sol_t {aka struct <anonymous>}’ [-Wmissing-field-initializers]
sol_t solb={{0}};
^~~~~
In file included from rtkpos.c:44:0:
rtklib.h:915:13: note: ‘eventime’ declared here
gtime_t eventime; /* time of event (GPST) */
^~~~~~~~
At top level:
rtcm3e.c:40:19: warning: ‘rcsid’ defined but not used [-Wunused-const-variable=]
static const char rcsid[]="$Id:$";
^~~~~
At top level:
rtkpos.c:46:19: warning: ‘rcsid’ defined but not used [-Wunused-const-variable=]
static const char rcsid[]="$Id:$";
^~~~~
rtcm3e.c: In function ‘gen_obs_glo’:
rtcm3e.c:286:44: warning: ‘freq2’ may be used uninitialized in this function [-Wmaybe-uninitialized]
if (data->L[1]!=0.0) L1=data->L[1]-tadj*freq2;
~~~~^~~~~~
rtcm3e.c:284:44: warning: ‘freq1’ may be used uninitialized in this function [-Wmaybe-uninitialized]
if (data->L[0]!=0.0) L0=data->L[0]-tadj*freq1;
~~~~^~~~~~
gcc -c -pipe -Wall -ansi -pedantic -Wno-unused-but-set-variable -DTRACE -g -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fPIC -Wall -W -D_REENTRANT -D_RTLDLL -DNO_STRICT -DTRACE -DENAGLO -DENAQZS -DENAGAL -DENACMP -DENAIRN -DNFREQ=3 -DNEXOBS=3 -DEXTLEX -DQT_NO_DEBUG -I. -I/usr/lib/qt/mkspecs/linux-g++ -o rtksvr.o rtksvr.c
rtksvr.c: In function ‘rtksvrthread’:
rtksvr.c:470:5: warning: missing initializer for field ‘eventime’ of ‘sol_t {aka struct <anonymous>}’ [-Wmissing-field-initializers]
sol_t sol={{0}},sol_nmea={{0}};
^~~~~
In file included from rtksvr.c:38:0:
rtklib.h:915:13: note: ‘eventime’ declared here
gtime_t eventime; /* time of event (GPST) */
^~~~~~~~
rtksvr.c:470:5: warning: missing initializer for field ‘eventime’ of ‘sol_t {aka struct <anonymous>}’ [-Wmissing-field-initializers]
sol_t sol={{0}},sol_nmea={{0}};
^~~~~
In file included from rtksvr.c:38:0:
rtklib.h:915:13: note: ‘eventime’ declared here
gtime_t eventime; /* time of event (GPST) */
^~~~~~~~
rtksvr.c:479:5: warning: missing initializer for field ‘eventime’ of ‘sol_t {aka struct <anonymous>}’ [-Wmissing-field-initializers]
sol_t latlon_sol={{0}};
^~~~~
In file included from rtksvr.c:38:0:
rtklib.h:915:13: note: ‘eventime’ declared here
gtime_t eventime; /* time of event (GPST) */
^~~~~~~~
rtksvr.c: In function ‘rtksvrinit’:
rtksvr.c:619:5: warning: missing initializer for field ‘eventime’ of ‘sol_t {aka struct <anonymous>}’ [-Wmissing-field-initializers]
sol_t sol0 ={{0}};
^~~~~
In file included from rtksvr.c:38:0:
rtklib.h:915:13: note: ‘eventime’ declared here
gtime_t eventime; /* time of event (GPST) */
^~~~~~~~
rtksvr.c:620:5: warning: missing initializer for field ‘sva’ of ‘eph_t {aka struct <anonymous>}’ [-Wmissing-field-initializers]
eph_t eph0 ={0,-1,-1};
^~~~~
In file included from rtksvr.c:38:0:
rtklib.h:593:9: note: ‘sva’ declared here
int sva; /* SV accuracy (URA index) */
^~~
rtksvr.c:621:5: warning: missing initializer for field ‘frq’ of ‘geph_t {aka struct <anonymous>}’ [-Wmissing-field-initializers]
geph_t geph0={0,-1};
^~~~~~
In file included from rtksvr.c:38:0:
rtklib.h:615:9: note: ‘frq’ declared here
int frq; /* satellite frequency number */
^~~
At top level:
rtksvr.c:40:19: warning: ‘rcsid’ defined but not used [-Wunused-const-variable=]
static const char rcsid[]="$Id:$";
^~~~~
gcc -c -pipe -Wall -ansi -pedantic -Wno-unused-but-set-variable -DTRACE -g -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fPIC -Wall -W -D_REENTRANT -D_RTLDLL -DNO_STRICT -DTRACE -DENAGLO -DENAQZS -DENAGAL -DENACMP -DENAIRN -DNFREQ=3 -DNEXOBS=3 -DEXTLEX -DQT_NO_DEBUG -I. -I/usr/lib/qt/mkspecs/linux-g++ -o sbas.o sbas.c
sbas.c: In function ‘searchigp’:
sbas.c:602:31: warning: unused parameter ‘time’ [-Wunused-parameter]
static void searchigp(gtime_t time, const double *pos, const sbsion_t *ion,
^~~~
At top level:
sbas.c:41:19: warning: ‘rcsid’ defined but not used [-Wunused-const-variable=]
static const char rcsid[]="$Id: sbas.c,v 1.1 2008/07/17 21:48:06 ttaka Exp $";
^~~~~
gcc -c -pipe -Wall -ansi -pedantic -Wno-unused-but-set-variable -DTRACE -g -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fPIC -Wall -W -D_REENTRANT -D_RTLDLL -DNO_STRICT -DTRACE -DENAGLO -DENAQZS -DENAGAL -DENACMP -DENAIRN -DNFREQ=3 -DNEXOBS=3 -DEXTLEX -DQT_NO_DEBUG -I. -I/usr/lib/qt/mkspecs/linux-g++ -o solution.o solution.c
solution.c: In function ‘decode_solgsi’:
solution.c:502:54: warning: unused parameter ‘opt’ [-Wunused-parameter]
static int decode_solgsi(char *buff, const solopt_t *opt, sol_t *sol)
^~~
solution.c: In function ‘decode_solpos’:
solution.c:520:5: warning: missing initializer for field ‘eventime’ of ‘sol_t {aka struct <anonymous>}’ [-Wmissing-field-initializers]
sol_t sol0={{0}};
^~~~~
In file included from solution.c:47:0:
rtklib.h:915:13: note: ‘eventime’ declared here
gtime_t eventime; /* time of event (GPST) */
^~~~~~~~
solution.c: In function ‘inputsol’:
solution.c:660:5: warning: missing initializer for field ‘eventime’ of ‘sol_t {aka struct <anonymous>}’ [-Wmissing-field-initializers]
sol_t sol={{0}};
^~~~~
In file included from solution.c:47:0:
rtklib.h:915:13: note: ‘eventime’ declared here
gtime_t eventime; /* time of event (GPST) */
^~~~~~~~
solution.c: In function ‘decode_solstat’:
solution.c:919:5: warning: missing initializer for field ‘sat’ of ‘solstat_t {aka const struct <anonymous>}’ [-Wmissing-field-initializers]
static const solstat_t stat0={{0}};
^~~~~~
In file included from solution.c:47:0:
rtklib.h:955:19: note: ‘sat’ declared here
unsigned char sat; /* satellite number */
^~~
solution.c: In function ‘readsolstatdata’:
solution.c:981:5: warning: missing initializer for field ‘sat’ of ‘solstat_t {aka struct <anonymous>}’ [-Wmissing-field-initializers]
solstat_t stat={{0}};
^~~~~~~~~
In file included from solution.c:47:0:
rtklib.h:955:19: note: ‘sat’ declared here
unsigned char sat; /* satellite number */
^~~
At top level:
solution.c:49:19: warning: ‘rcsid’ defined but not used [-Wunused-const-variable=]
static const char rcsid[]="$Id: solution.c,v 1.1 2008/07/17 21:48:06 ttaka Exp $";
^~~~~
gcc -c -pipe -Wall -ansi -pedantic -Wno-unused-but-set-variable -DTRACE -g -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fPIC -Wall -W -D_REENTRANT -D_RTLDLL -DNO_STRICT -DTRACE -DENAGLO -DENAQZS -DENAGAL -DENACMP -DENAIRN -DNFREQ=3 -DNEXOBS=3 -DEXTLEX -DQT_NO_DEBUG -I. -I/usr/lib/qt/mkspecs/linux-g++ -o stream.o stream.c
stream.c: In function ‘readserial’:
stream.c:484:75: warning: unused parameter ‘msg’ [-Wunused-parameter]
static int readserial(serial_t *serial, unsigned char *buff, int n, char *msg)
^~~
stream.c: In function ‘writeserial’:
stream.c:508:76: warning: unused parameter ‘msg’ [-Wunused-parameter]
static int writeserial(serial_t *serial, unsigned char *buff, int n, char *msg)
^~~
stream.c: In function ‘opentcpsvr’:
stream.c:1124:5: warning: missing initializer for field ‘cli’ of ‘tcpsvr_t {aka struct tcpsvr_tag}’ [-Wmissing-field-initializers]
tcpsvr_t *tcpsvr,tcpsvr0={{0}};
^~~~~~~~
stream.c:161:11: note: ‘cli’ declared here
tcp_t cli[MAXCLI]; /* tcp client controls */
^~~
stream.c: In function ‘opentcpcli’:
stream.c:1354:5: warning: missing initializer for field ‘toinact’ of ‘tcpcli_t {aka struct <anonymous>}’ [-Wmissing-field-initializers]
tcpcli_t *tcpcli,tcpcli0={{0}};
^~~~~~~~
stream.c:166:9: note: ‘toinact’ declared here
int toinact; /* inactive timeout (ms) (0:no timeout) */
^~~~~~~
stream.c: In function ‘statextcpcli’:
stream.c:1459:49: warning: unused parameter ‘msg’ [-Wunused-parameter]
static int statextcpcli(tcpcli_t *tcpcli, char *msg)
^~~
stream.c: In function ‘readudpsvr’:
stream.c:2194:72: warning: unused parameter ‘msg’ [-Wunused-parameter]
static int readudpsvr(udp_t *udpsvr, unsigned char *buff, int n, char *msg)
^~~
stream.c: In function ‘writeudpcli’:
stream.c:2253:73: warning: unused parameter ‘msg’ [-Wunused-parameter]
static int writeudpcli(udp_t *udpcli, unsigned char *buff, int n, char *msg)
^~~
stream.c: In function ‘statexftp’:
stream.c:2529:40: warning: unused parameter ‘msg’ [-Wunused-parameter]
static int statexftp(ftp_t *ftp, char *msg)
^~~
stream.c: In function ‘readmembuf’:
stream.c:2569:75: warning: unused parameter ‘msg’ [-Wunused-parameter]
static int readmembuf(membuf_t *membuf, unsigned char *buff, int n, char *msg)
^~~
At top level:
stream.c:81:19: warning: ‘rcsid’ defined but not used [-Wunused-const-variable=]
static const char rcsid[]="$Id$";
^~~~~
gcc -c -pipe -Wall -ansi -pedantic -Wno-unused-but-set-variable -DTRACE -g -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fPIC -Wall -W -D_REENTRANT -D_RTLDLL -DNO_STRICT -DTRACE -DENAGLO -DENAQZS -DENAGAL -DENACMP -DENAIRN -DNFREQ=3 -DNEXOBS=3 -DEXTLEX -DQT_NO_DEBUG -I. -I/usr/lib/qt/mkspecs/linux-g++ -o streamsvr.o streamsvr.c
streamsvr.c: In function ‘write_nav’:
streamsvr.c:269:31: warning: unused parameter ‘time’ [-Wunused-parameter]
static void write_nav(gtime_t time, stream_t *str, strconv_t *conv)
^~~~
streamsvr.c: In function ‘strsvrthread’:
streamsvr.c:443:5: warning: missing initializer for field ‘eventime’ of ‘sol_t {aka struct <anonymous>}’ [-Wmissing-field-initializers]
sol_t sol_nmea={{0}};
^~~~~
In file included from streamsvr.c:26:0:
rtklib.h:915:13: note: ‘eventime’ declared here
gtime_t eventime; /* time of event (GPST) */
^~~~~~~~
streamsvr.c:451:4: warning: missing initializer for field ‘eventime’ of ‘sol_t {aka struct <anonymous>}’ [-Wmissing-field-initializers]
sol_t latlon_sol={{0}};
^~~~~
In file included from streamsvr.c:26:0:
rtklib.h:915:13: note: ‘eventime’ declared here
gtime_t eventime; /* time of event (GPST) */
^~~~~~~~
At top level:
streamsvr.c:28:19: warning: ‘rcsid’ defined but not used [-Wunused-const-variable=]
static const char rcsid[]="$Id$";
^~~~~
gcc -c -pipe -Wall -ansi -pedantic -Wno-unused-but-set-variable -DTRACE -g -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fPIC -Wall -W -D_REENTRANT -D_RTLDLL -DNO_STRICT -DTRACE -DENAGLO -DENAQZS -DENAGAL -DENACMP -DENAIRN -DNFREQ=3 -DNEXOBS=3 -DEXTLEX -DQT_NO_DEBUG -I. -I/usr/lib/qt/mkspecs/linux-g++ -o tides.o tides.c
tides.c:25:19: warning: ‘rcsid’ defined but not used [-Wunused-const-variable=]
static const char rcsid[]="$Id:$";
^~~~~
gcc -c -pipe -Wall -ansi -pedantic -Wno-unused-but-set-variable -DTRACE -g -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fPIC -Wall -W -D_REENTRANT -D_RTLDLL -DNO_STRICT -DTRACE -DENAGLO -DENAQZS -DENAGAL -DENACMP -DENAIRN -DNFREQ=3 -DNEXOBS=3 -DEXTLEX -DQT_NO_DEBUG -I. -I/usr/lib/qt/mkspecs/linux-g++ -o tle.o tle.c
tle.c: In function ‘tle_read’:
tle.c:390:5: warning: missing initializer for field ‘alias’ of ‘tled_t {aka struct <anonymous>}’ [-Wmissing-field-initializers]
tled_t data={{0}};
^~~~~~
In file included from tle.c:18:0:
rtklib.h:658:10: note: ‘alias’ declared here
char alias[32]; /* alias name */
^~~~~
gcc -c -pipe -Wall -ansi -pedantic -Wno-unused-but-set-variable -DTRACE -g -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fPIC -Wall -W -D_REENTRANT -D_RTLDLL -DNO_STRICT -DTRACE -DENAGLO -DENAQZS -DENAGAL -DENACMP -DENAIRN -DNFREQ=3 -DNEXOBS=3 -DEXTLEX -DQT_NO_DEBUG -I. -I/usr/lib/qt/mkspecs/linux-g++ -o binex.o rcv/binex.c
rcv/binex.c: In function ‘decode_bnx_00_00’:
rcv/binex.c:131:36: warning: unused parameter ‘raw’ [-Wunused-parameter]
static int decode_bnx_00_00(raw_t *raw, unsigned char *buff, int len)
^~~
rcv/binex.c:131:56: warning: unused parameter ‘buff’ [-Wunused-parameter]
static int decode_bnx_00_00(raw_t *raw, unsigned char *buff, int len)
^~~~
rcv/binex.c:131:66: warning: unused parameter ‘len’ [-Wunused-parameter]
static int decode_bnx_00_00(raw_t *raw, unsigned char *buff, int len)
^~~
rcv/binex.c: In function ‘decode_bnx_00_01’:
rcv/binex.c:137:36: warning: unused parameter ‘raw’ [-Wunused-parameter]
static int decode_bnx_00_01(raw_t *raw, unsigned char *buff, int len)
^~~
rcv/binex.c:137:56: warning: unused parameter ‘buff’ [-Wunused-parameter]
static int decode_bnx_00_01(raw_t *raw, unsigned char *buff, int len)
^~~~
rcv/binex.c:137:66: warning: unused parameter ‘len’ [-Wunused-parameter]
static int decode_bnx_00_01(raw_t *raw, unsigned char *buff, int len)
^~~
rcv/binex.c: In function ‘decode_bnx_00_02’:
rcv/binex.c:143:36: warning: unused parameter ‘raw’ [-Wunused-parameter]
static int decode_bnx_00_02(raw_t *raw, unsigned char *buff, int len)
^~~
rcv/binex.c:143:56: warning: unused parameter ‘buff’ [-Wunused-parameter]
static int decode_bnx_00_02(raw_t *raw, unsigned char *buff, int len)
^~~~
rcv/binex.c:143:66: warning: unused parameter ‘len’ [-Wunused-parameter]
static int decode_bnx_00_02(raw_t *raw, unsigned char *buff, int len)
^~~
rcv/binex.c: In function ‘decode_bnx_00_03’:
rcv/binex.c:149:36: warning: unused parameter ‘raw’ [-Wunused-parameter]
static int decode_bnx_00_03(raw_t *raw, unsigned char *buff, int len)
^~~
rcv/binex.c:149:56: warning: unused parameter ‘buff’ [-Wunused-parameter]
static int decode_bnx_00_03(raw_t *raw, unsigned char *buff, int len)
^~~~
rcv/binex.c:149:66: warning: unused parameter ‘len’ [-Wunused-parameter]
static int decode_bnx_00_03(raw_t *raw, unsigned char *buff, int len)
^~~
rcv/binex.c: In function ‘decode_bnx_00_04’:
rcv/binex.c:155:36: warning: unused parameter ‘raw’ [-Wunused-parameter]
static int decode_bnx_00_04(raw_t *raw, unsigned char *buff, int len)
^~~
rcv/binex.c:155:56: warning: unused parameter ‘buff’ [-Wunused-parameter]
static int decode_bnx_00_04(raw_t *raw, unsigned char *buff, int len)
^~~~
rcv/binex.c:155:66: warning: unused parameter ‘len’ [-Wunused-parameter]
static int decode_bnx_00_04(raw_t *raw, unsigned char *buff, int len)
^~~
rcv/binex.c: In function ‘decode_bnx_00_05’:
rcv/binex.c:161:36: warning: unused parameter ‘raw’ [-Wunused-parameter]
static int decode_bnx_00_05(raw_t *raw, unsigned char *buff, int len)
^~~
rcv/binex.c:161:56: warning: unused parameter ‘buff’ [-Wunused-parameter]
static int decode_bnx_00_05(raw_t *raw, unsigned char *buff, int len)
^~~~
rcv/binex.c:161:66: warning: unused parameter ‘len’ [-Wunused-parameter]
static int decode_bnx_00_05(raw_t *raw, unsigned char *buff, int len)
^~~
rcv/binex.c: In function ‘decode_bnx_00_06’:
rcv/binex.c:167:36: warning: unused parameter ‘raw’ [-Wunused-parameter]
static int decode_bnx_00_06(raw_t *raw, unsigned char *buff, int len)
^~~
rcv/binex.c:167:56: warning: unused parameter ‘buff’ [-Wunused-parameter]
static int decode_bnx_00_06(raw_t *raw, unsigned char *buff, int len)
^~~~
rcv/binex.c:167:66: warning: unused parameter ‘len’ [-Wunused-parameter]
static int decode_bnx_00_06(raw_t *raw, unsigned char *buff, int len)
^~~
rcv/binex.c: In function ‘decode_bnx_00_07’:
rcv/binex.c:173:36: warning: unused parameter ‘raw’ [-Wunused-parameter]
static int decode_bnx_00_07(raw_t *raw, unsigned char *buff, int len)
^~~
rcv/binex.c:173:56: warning: unused parameter ‘buff’ [-Wunused-parameter]
static int decode_bnx_00_07(raw_t *raw, unsigned char *buff, int len)
^~~~
rcv/binex.c:173:66: warning: unused parameter ‘len’ [-Wunused-parameter]
static int decode_bnx_00_07(raw_t *raw, unsigned char *buff, int len)
^~~
rcv/binex.c: In function ‘decode_bnx_00_08’:
rcv/binex.c:179:36: warning: unused parameter ‘raw’ [-Wunused-parameter]
static int decode_bnx_00_08(raw_t *raw, unsigned char *buff, int len)
^~~
rcv/binex.c:179:56: warning: unused parameter ‘buff’ [-Wunused-parameter]
static int decode_bnx_00_08(raw_t *raw, unsigned char *buff, int len)
^~~~
rcv/binex.c:179:66: warning: unused parameter ‘len’ [-Wunused-parameter]
static int decode_bnx_00_08(raw_t *raw, unsigned char *buff, int len)
^~~
rcv/binex.c: In function ‘decode_bnx_00_09’:
rcv/binex.c:185:36: warning: unused parameter ‘raw’ [-Wunused-parameter]
static int decode_bnx_00_09(raw_t *raw, unsigned char *buff, int len)
^~~
rcv/binex.c:185:56: warning: unused parameter ‘buff’ [-Wunused-parameter]
static int decode_bnx_00_09(raw_t *raw, unsigned char *buff, int len)
^~~~
rcv/binex.c:185:66: warning: unused parameter ‘len’ [-Wunused-parameter]
static int decode_bnx_00_09(raw_t *raw, unsigned char *buff, int len)
^~~
rcv/binex.c: In function ‘decode_bnx_00_0a’:
rcv/binex.c:191:36: warning: unused parameter ‘raw’ [-Wunused-parameter]
static int decode_bnx_00_0a(raw_t *raw, unsigned char *buff, int len)
^~~
rcv/binex.c:191:56: warning: unused parameter ‘buff’ [-Wunused-parameter]
static int decode_bnx_00_0a(raw_t *raw, unsigned char *buff, int len)
^~~~
rcv/binex.c:191:66: warning: unused parameter ‘len’ [-Wunused-parameter]
static int decode_bnx_00_0a(raw_t *raw, unsigned char *buff, int len)
^~~
rcv/binex.c: In function ‘decode_bnx_00_0b’:
rcv/binex.c:197:36: warning: unused parameter ‘raw’ [-Wunused-parameter]
static int decode_bnx_00_0b(raw_t *raw, unsigned char *buff, int len)
^~~
rcv/binex.c:197:56: warning: unused parameter ‘buff’ [-Wunused-parameter]
static int decode_bnx_00_0b(raw_t *raw, unsigned char *buff, int len)
^~~~
rcv/binex.c:197:66: warning: unused parameter ‘len’ [-Wunused-parameter]
static int decode_bnx_00_0b(raw_t *raw, unsigned char *buff, int len)
^~~
rcv/binex.c: In function ‘decode_bnx_00_0c’:
rcv/binex.c:203:36: warning: unused parameter ‘raw’ [-Wunused-parameter]
static int decode_bnx_00_0c(raw_t *raw, unsigned char *buff, int len)
^~~
rcv/binex.c:203:56: warning: unused parameter ‘buff’ [-Wunused-parameter]
static int decode_bnx_00_0c(raw_t *raw, unsigned char *buff, int len)
^~~~
rcv/binex.c:203:66: warning: unused parameter ‘len’ [-Wunused-parameter]
static int decode_bnx_00_0c(raw_t *raw, unsigned char *buff, int len)
^~~
rcv/binex.c: In function ‘decode_bnx_00_0d’:
rcv/binex.c:209:36: warning: unused parameter ‘raw’ [-Wunused-parameter]
static int decode_bnx_00_0d(raw_t *raw, unsigned char *buff, int len)
^~~
rcv/binex.c:209:56: warning: unused parameter ‘buff’ [-Wunused-parameter]
static int decode_bnx_00_0d(raw_t *raw, unsigned char *buff, int len)
^~~~
rcv/binex.c:209:66: warning: unused parameter ‘len’ [-Wunused-parameter]
static int decode_bnx_00_0d(raw_t *raw, unsigned char *buff, int len)
^~~
rcv/binex.c: In function ‘decode_bnx_00_0e’:
rcv/binex.c:215:36: warning: unused parameter ‘raw’ [-Wunused-parameter]
static int decode_bnx_00_0e(raw_t *raw, unsigned char *buff, int len)
^~~
rcv/binex.c:215:56: warning: unused parameter ‘buff’ [-Wunused-parameter]
static int decode_bnx_00_0e(raw_t *raw, unsigned char *buff, int len)
^~~~
rcv/binex.c:215:66: warning: unused parameter ‘len’ [-Wunused-parameter]
static int decode_bnx_00_0e(raw_t *raw, unsigned char *buff, int len)
^~~
rcv/binex.c: In function ‘decode_bnx_00_0f’:
rcv/binex.c:221:36: warning: unused parameter ‘raw’ [-Wunused-parameter]
static int decode_bnx_00_0f(raw_t *raw, unsigned char *buff, int len)
^~~
rcv/binex.c:221:56: warning: unused parameter ‘buff’ [-Wunused-parameter]
static int decode_bnx_00_0f(raw_t *raw, unsigned char *buff, int len)
^~~~
rcv/binex.c:221:66: warning: unused parameter ‘len’ [-Wunused-parameter]
static int decode_bnx_00_0f(raw_t *raw, unsigned char *buff, int len)
^~~
rcv/binex.c: In function ‘decode_bnx_00_10’:
rcv/binex.c:227:36: warning: unused parameter ‘raw’ [-Wunused-parameter]
static int decode_bnx_00_10(raw_t *raw, unsigned char *buff, int len)
^~~
rcv/binex.c:227:56: warning: unused parameter ‘buff’ [-Wunused-parameter]
static int decode_bnx_00_10(raw_t *raw, unsigned char *buff, int len)
^~~~
rcv/binex.c:227:66: warning: unused parameter ‘len’ [-Wunused-parameter]
static int decode_bnx_00_10(raw_t *raw, unsigned char *buff, int len)
^~~
rcv/binex.c: In function ‘decode_bnx_00_11’:
rcv/binex.c:233:36: warning: unused parameter ‘raw’ [-Wunused-parameter]
static int decode_bnx_00_11(raw_t *raw, unsigned char *buff, int len)
^~~
rcv/binex.c:233:56: warning: unused parameter ‘buff’ [-Wunused-parameter]
static int decode_bnx_00_11(raw_t *raw, unsigned char *buff, int len)
^~~~
rcv/binex.c:233:66: warning: unused parameter ‘len’ [-Wunused-parameter]
static int decode_bnx_00_11(raw_t *raw, unsigned char *buff, int len)
^~~
rcv/binex.c: In function ‘decode_bnx_00_12’:
rcv/binex.c:239:36: warning: unused parameter ‘raw’ [-Wunused-parameter]
static int decode_bnx_00_12(raw_t *raw, unsigned char *buff, int len)
^~~
rcv/binex.c:239:56: warning: unused parameter ‘buff’ [-Wunused-parameter]
static int decode_bnx_00_12(raw_t *raw, unsigned char *buff, int len)
^~~~
rcv/binex.c:239:66: warning: unused parameter ‘len’ [-Wunused-parameter]
static int decode_bnx_00_12(raw_t *raw, unsigned char *buff, int len)
^~~
rcv/binex.c: In function ‘decode_bnx_00_13’:
rcv/binex.c:245:36: warning: unused parameter ‘raw’ [-Wunused-parameter]
static int decode_bnx_00_13(raw_t *raw, unsigned char *buff, int len)
^~~
rcv/binex.c:245:56: warning: unused parameter ‘buff’ [-Wunused-parameter]
static int decode_bnx_00_13(raw_t *raw, unsigned char *buff, int len)
^~~~
rcv/binex.c:245:66: warning: unused parameter ‘len’ [-Wunused-parameter]
static int decode_bnx_00_13(raw_t *raw, unsigned char *buff, int len)
^~~
rcv/binex.c: In function ‘decode_bnx_00_14’:
rcv/binex.c:251:36: warning: unused parameter ‘raw’ [-Wunused-parameter]
static int decode_bnx_00_14(raw_t *raw, unsigned char *buff, int len)
^~~
rcv/binex.c:251:56: warning: unused parameter ‘buff’ [-Wunused-parameter]
static int decode_bnx_00_14(raw_t *raw, unsigned char *buff, int len)
^~~~
rcv/binex.c:251:66: warning: unused parameter ‘len’ [-Wunused-parameter]
static int decode_bnx_00_14(raw_t *raw, unsigned char *buff, int len)
^~~
rcv/binex.c: In function ‘decode_bnx_00_15’:
rcv/binex.c:257:36: warning: unused parameter ‘raw’ [-Wunused-parameter]
static int decode_bnx_00_15(raw_t *raw, unsigned char *buff, int len)
^~~
rcv/binex.c:257:56: warning: unused parameter ‘buff’ [-Wunused-parameter]
static int decode_bnx_00_15(raw_t *raw, unsigned char *buff, int len)
^~~~
rcv/binex.c:257:66: warning: unused parameter ‘len’ [-Wunused-parameter]
static int decode_bnx_00_15(raw_t *raw, unsigned char *buff, int len)
^~~
rcv/binex.c: In function ‘decode_bnx_00_16’:
rcv/binex.c:263:36: warning: unused parameter ‘raw’ [-Wunused-parameter]
static int decode_bnx_00_16(raw_t *raw, unsigned char *buff, int len)
^~~
rcv/binex.c:263:56: warning: unused parameter ‘buff’ [-Wunused-parameter]
static int decode_bnx_00_16(raw_t *raw, unsigned char *buff, int len)
^~~~
rcv/binex.c:263:66: warning: unused parameter ‘len’ [-Wunused-parameter]
static int decode_bnx_00_16(raw_t *raw, unsigned char *buff, int len)
^~~
rcv/binex.c: In function ‘decode_bnx_00_17’:
rcv/binex.c:269:36: warning: unused parameter ‘raw’ [-Wunused-parameter]
static int decode_bnx_00_17(raw_t *raw, unsigned char *buff, int len)
^~~
rcv/binex.c:269:56: warning: unused parameter ‘buff’ [-Wunused-parameter]
static int decode_bnx_00_17(raw_t *raw, unsigned char *buff, int len)
^~~~
rcv/binex.c:269:66: warning: unused parameter ‘len’ [-Wunused-parameter]
static int decode_bnx_00_17(raw_t *raw, unsigned char *buff, int len)
^~~
rcv/binex.c: In function ‘decode_bnx_00_18’:
rcv/binex.c:275:36: warning: unused parameter ‘raw’ [-Wunused-parameter]
static int decode_bnx_00_18(raw_t *raw, unsigned char *buff, int len)
^~~
rcv/binex.c:275:56: warning: unused parameter ‘buff’ [-Wunused-parameter]
static int decode_bnx_00_18(raw_t *raw, unsigned char *buff, int len)
^~~~
rcv/binex.c:275:66: warning: unused parameter ‘len’ [-Wunused-parameter]
static int decode_bnx_00_18(raw_t *raw, unsigned char *buff, int len)
^~~
rcv/binex.c: In function ‘decode_bnx_00_19’:
rcv/binex.c:281:36: warning: unused parameter ‘raw’ [-Wunused-parameter]
static int decode_bnx_00_19(raw_t *raw, unsigned char *buff, int len)
^~~
rcv/binex.c:281:56: warning: unused parameter ‘buff’ [-Wunused-parameter]
static int decode_bnx_00_19(raw_t *raw, unsigned char *buff, int len)
^~~~
rcv/binex.c:281:66: warning: unused parameter ‘len’ [-Wunused-parameter]
static int decode_bnx_00_19(raw_t *raw, unsigned char *buff, int len)
^~~
rcv/binex.c: In function ‘decode_bnx_00_1a’:
rcv/binex.c:287:36: warning: unused parameter ‘raw’ [-Wunused-parameter]
static int decode_bnx_00_1a(raw_t *raw, unsigned char *buff, int len)
^~~
rcv/binex.c:287:56: warning: unused parameter ‘buff’ [-Wunused-parameter]
static int decode_bnx_00_1a(raw_t *raw, unsigned char *buff, int len)
^~~~
rcv/binex.c:287:66: warning: unused parameter ‘len’ [-Wunused-parameter]
static int decode_bnx_00_1a(raw_t *raw, unsigned char *buff, int len)
^~~
rcv/binex.c: In function ‘decode_bnx_00_1b’:
rcv/binex.c:293:36: warning: unused parameter ‘raw’ [-Wunused-parameter]
static int decode_bnx_00_1b(raw_t *raw, unsigned char *buff, int len)
^~~
rcv/binex.c:293:56: warning: unused parameter ‘buff’ [-Wunused-parameter]
static int decode_bnx_00_1b(raw_t *raw, unsigned char *buff, int len)
^~~~
rcv/binex.c:293:66: warning: unused parameter ‘len’ [-Wunused-parameter]
static int decode_bnx_00_1b(raw_t *raw, unsigned char *buff, int len)
^~~
rcv/binex.c: In function ‘decode_bnx_00_1c’:
rcv/binex.c:299:36: warning: unused parameter ‘raw’ [-Wunused-parameter]
static int decode_bnx_00_1c(raw_t *raw, unsigned char *buff, int len)
^~~
rcv/binex.c:299:56: warning: unused parameter ‘buff’ [-Wunused-parameter]
static int decode_bnx_00_1c(raw_t *raw, unsigned char *buff, int len)
^~~~
rcv/binex.c:299:66: warning: unused parameter ‘len’ [-Wunused-parameter]
static int decode_bnx_00_1c(raw_t *raw, unsigned char *buff, int len)
^~~
rcv/binex.c: In function ‘decode_bnx_00_1d’:
rcv/binex.c:305:36: warning: unused parameter ‘raw’ [-Wunused-parameter]
static int decode_bnx_00_1d(raw_t *raw, unsigned char *buff, int len)
^~~
rcv/binex.c:305:56: warning: unused parameter ‘buff’ [-Wunused-parameter]
static int decode_bnx_00_1d(raw_t *raw, unsigned char *buff, int len)
^~~~
rcv/binex.c:305:66: warning: unused parameter ‘len’ [-Wunused-parameter]
static int decode_bnx_00_1d(raw_t *raw, unsigned char *buff, int len)
^~~
rcv/binex.c: In function ‘decode_bnx_00_1e’:
rcv/binex.c:311:36: warning: unused parameter ‘raw’ [-Wunused-parameter]
static int decode_bnx_00_1e(raw_t *raw, unsigned char *buff, int len)
^~~
rcv/binex.c:311:56: warning: unused parameter ‘buff’ [-Wunused-parameter]
static int decode_bnx_00_1e(raw_t *raw, unsigned char *buff, int len)
^~~~
rcv/binex.c:311:66: warning: unused parameter ‘len’ [-Wunused-parameter]
static int decode_bnx_00_1e(raw_t *raw, unsigned char *buff, int len)
^~~
rcv/binex.c: In function ‘decode_bnx_00_1f’:
rcv/binex.c:317:36: warning: unused parameter ‘raw’ [-Wunused-parameter]
static int decode_bnx_00_1f(raw_t *raw, unsigned char *buff, int len)
^~~
rcv/binex.c:317:56: warning: unused parameter ‘buff’ [-Wunused-parameter]
static int decode_bnx_00_1f(raw_t *raw, unsigned char *buff, int len)
^~~~
rcv/binex.c:317:66: warning: unused parameter ‘len’ [-Wunused-parameter]
static int decode_bnx_00_1f(raw_t *raw, unsigned char *buff, int len)
^~~
rcv/binex.c: In function ‘decode_bnx_00_20’:
rcv/binex.c:323:36: warning: unused parameter ‘raw’ [-Wunused-parameter]
static int decode_bnx_00_20(raw_t *raw, unsigned char *buff, int len)
^~~
rcv/binex.c:323:56: warning: unused parameter ‘buff’ [-Wunused-parameter]
static int decode_bnx_00_20(raw_t *raw, unsigned char *buff, int len)
^~~~
rcv/binex.c:323:66: warning: unused parameter ‘len’ [-Wunused-parameter]
static int decode_bnx_00_20(raw_t *raw, unsigned char *buff, int len)
^~~
rcv/binex.c: In function ‘decode_bnx_00_21’:
rcv/binex.c:329:36: warning: unused parameter ‘raw’ [-Wunused-parameter]
static int decode_bnx_00_21(raw_t *raw, unsigned char *buff, int len)
^~~
rcv/binex.c:329:56: warning: unused parameter ‘buff’ [-Wunused-parameter]
static int decode_bnx_00_21(raw_t *raw, unsigned char *buff, int len)
^~~~
rcv/binex.c:329:66: warning: unused parameter ‘len’ [-Wunused-parameter]
static int decode_bnx_00_21(raw_t *raw, unsigned char *buff, int len)
^~~
rcv/binex.c: In function ‘decode_bnx_00_22’:
rcv/binex.c:335:36: warning: unused parameter ‘raw’ [-Wunused-parameter]
static int decode_bnx_00_22(raw_t *raw, unsigned char *buff, int len)
^~~
rcv/binex.c:335:56: warning: unused parameter ‘buff’ [-Wunused-parameter]
static int decode_bnx_00_22(raw_t *raw, unsigned char *buff, int len)
^~~~
rcv/binex.c:335:66: warning: unused parameter ‘len’ [-Wunused-parameter]
static int decode_bnx_00_22(raw_t *raw, unsigned char *buff, int len)
^~~
rcv/binex.c: In function ‘decode_bnx_00_7f’:
rcv/binex.c:341:36: warning: unused parameter ‘raw’ [-Wunused-parameter]
static int decode_bnx_00_7f(raw_t *raw, unsigned char *buff, int len)
^~~
rcv/binex.c:341:56: warning: unused parameter ‘buff’ [-Wunused-parameter]
static int decode_bnx_00_7f(raw_t *raw, unsigned char *buff, int len)
^~~~
rcv/binex.c:341:66: warning: unused parameter ‘len’ [-Wunused-parameter]
static int decode_bnx_00_7f(raw_t *raw, unsigned char *buff, int len)
^~~
rcv/binex.c: In function ‘decode_bnx_00’:
rcv/binex.c:349:5: warning: ‘static’ is not at beginning of declaration [-Wold-style-declaration]
const static double gpst0[]={1980,1,6,0,0,0};
^~~~~
rcv/binex.c: In function ‘decode_bnx_01_00’:
rcv/binex.c:406:36: warning: unused parameter ‘raw’ [-Wunused-parameter]
static int decode_bnx_01_00(raw_t *raw, unsigned char *buff, int len)
^~~
rcv/binex.c:406:56: warning: unused parameter ‘buff’ [-Wunused-parameter]
static int decode_bnx_01_00(raw_t *raw, unsigned char *buff, int len)
^~~~
rcv/binex.c:406:66: warning: unused parameter ‘len’ [-Wunused-parameter]
static int decode_bnx_01_00(raw_t *raw, unsigned char *buff, int len)
^~~
rcv/binex.c: In function ‘decode_bnx_02’:
rcv/binex.c:802:33: warning: unused parameter ‘raw’ [-Wunused-parameter]
static int decode_bnx_02(raw_t *raw, unsigned char *buff, int len)
^~~
rcv/binex.c:802:53: warning: unused parameter ‘buff’ [-Wunused-parameter]
static int decode_bnx_02(raw_t *raw, unsigned char *buff, int len)
^~~~
rcv/binex.c:802:63: warning: unused parameter ‘len’ [-Wunused-parameter]
static int decode_bnx_02(raw_t *raw, unsigned char *buff, int len)
^~~
rcv/binex.c: In function ‘decode_bnx_03’:
rcv/binex.c:808:33: warning: unused parameter ‘raw’ [-Wunused-parameter]
static int decode_bnx_03(raw_t *raw, unsigned char *buff, int len)
^~~
rcv/binex.c:808:53: warning: unused parameter ‘buff’ [-Wunused-parameter]
static int decode_bnx_03(raw_t *raw, unsigned char *buff, int len)
^~~~
rcv/binex.c:808:63: warning: unused parameter ‘len’ [-Wunused-parameter]
static int decode_bnx_03(raw_t *raw, unsigned char *buff, int len)
^~~
rcv/binex.c: In function ‘decode_bnx_7d’:
rcv/binex.c:814:33: warning: unused parameter ‘raw’ [-Wunused-parameter]
static int decode_bnx_7d(raw_t *raw, unsigned char *buff, int len)
^~~
rcv/binex.c:814:53: warning: unused parameter ‘buff’ [-Wunused-parameter]
static int decode_bnx_7d(raw_t *raw, unsigned char *buff, int len)
^~~~
rcv/binex.c:814:63: warning: unused parameter ‘len’ [-Wunused-parameter]
static int decode_bnx_7d(raw_t *raw, unsigned char *buff, int len)
^~~
rcv/binex.c: In function ‘decode_bnx_7e’:
rcv/binex.c:820:33: warning: unused parameter ‘raw’ [-Wunused-parameter]
static int decode_bnx_7e(raw_t *raw, unsigned char *buff, int len)
^~~
rcv/binex.c:820:53: warning: unused parameter ‘buff’ [-Wunused-parameter]
static int decode_bnx_7e(raw_t *raw, unsigned char *buff, int len)
^~~~
rcv/binex.c:820:63: warning: unused parameter ‘len’ [-Wunused-parameter]
static int decode_bnx_7e(raw_t *raw, unsigned char *buff, int len)
^~~
rcv/binex.c: In function ‘decode_bnx_7f_00’:
rcv/binex.c:826:36: warning: unused parameter ‘raw’ [-Wunused-parameter]
static int decode_bnx_7f_00(raw_t *raw, unsigned char *buff, int len)
^~~
rcv/binex.c:826:56: warning: unused parameter ‘buff’ [-Wunused-parameter]
static int decode_bnx_7f_00(raw_t *raw, unsigned char *buff, int len)
^~~~
rcv/binex.c:826:66: warning: unused parameter ‘len’ [-Wunused-parameter]
static int decode_bnx_7f_00(raw_t *raw, unsigned char *buff, int len)
^~~
rcv/binex.c: In function ‘decode_bnx_7f_01’:
rcv/binex.c:832:36: warning: unused parameter ‘raw’ [-Wunused-parameter]
static int decode_bnx_7f_01(raw_t *raw, unsigned char *buff, int len)
^~~
rcv/binex.c:832:56: warning: unused parameter ‘buff’ [-Wunused-parameter]
static int decode_bnx_7f_01(raw_t *raw, unsigned char *buff, int len)
^~~~
rcv/binex.c:832:66: warning: unused parameter ‘len’ [-Wunused-parameter]
static int decode_bnx_7f_01(raw_t *raw, unsigned char *buff, int len)
^~~
rcv/binex.c: In function ‘decode_bnx_7f_02’:
rcv/binex.c:838:36: warning: unused parameter ‘raw’ [-Wunused-parameter]
static int decode_bnx_7f_02(raw_t *raw, unsigned char *buff, int len)
^~~
rcv/binex.c:838:56: warning: unused parameter ‘buff’ [-Wunused-parameter]
static int decode_bnx_7f_02(raw_t *raw, unsigned char *buff, int len)
^~~~
rcv/binex.c:838:66: warning: unused parameter ‘len’ [-Wunused-parameter]
static int decode_bnx_7f_02(raw_t *raw, unsigned char *buff, int len)
^~~
rcv/binex.c: In function ‘decode_bnx_7f_03’:
rcv/binex.c:844:36: warning: unused parameter ‘raw’ [-Wunused-parameter]
static int decode_bnx_7f_03(raw_t *raw, unsigned char *buff, int len)
^~~
rcv/binex.c:844:56: warning: unused parameter ‘buff’ [-Wunused-parameter]
static int decode_bnx_7f_03(raw_t *raw, unsigned char *buff, int len)
^~~~
rcv/binex.c:844:66: warning: unused parameter ‘len’ [-Wunused-parameter]
static int decode_bnx_7f_03(raw_t *raw, unsigned char *buff, int len)
^~~
rcv/binex.c: In function ‘decode_bnx_7f_04’:
rcv/binex.c:850:36: warning: unused parameter ‘raw’ [-Wunused-parameter]
static int decode_bnx_7f_04(raw_t *raw, unsigned char *buff, int len)
^~~
rcv/binex.c:850:56: warning: unused parameter ‘buff’ [-Wunused-parameter]
static int decode_bnx_7f_04(raw_t *raw, unsigned char *buff, int len)
^~~~
rcv/binex.c:850:66: warning: unused parameter ‘len’ [-Wunused-parameter]
static int decode_bnx_7f_04(raw_t *raw, unsigned char *buff, int len)
^~~
rcv/binex.c: In function ‘decode_bnx_7f_05’:
rcv/binex.c:1039:5: warning: missing initializer for field ‘eventime’ of ‘obsd_t {aka struct <anonymous>}’ [-Wmissing-field-initializers]
obsd_t data={{0}};
^~~~~~
In file included from rcv/binex.c:18:0:
./rtklib.h:529:13: note: ‘eventime’ declared here
gtime_t eventime; /* time of event (GPST) */
^~~~~~~~
rcv/binex.c: In function ‘decode_bnx_7f’:
rcv/binex.c:1101:5: warning: ‘static’ is not at beginning of declaration [-Wold-style-declaration]
const static double gpst0[]={1980,1,6,0,0,0};
^~~~~
At top level:
rcv/binex.c:20:19: warning: ‘rcsid’ defined but not used [-Wunused-const-variable=]
static const char rcsid[]="$Id:$";
^~~~~
gcc -c -pipe -Wall -ansi -pedantic -Wno-unused-but-set-variable -DTRACE -g -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fPIC -Wall -W -D_REENTRANT -D_RTLDLL -DNO_STRICT -DTRACE -DENAGLO -DENAQZS -DENAGAL -DENACMP -DENAIRN -DNFREQ=3 -DNEXOBS=3 -DEXTLEX -DQT_NO_DEBUG -I. -I/usr/lib/qt/mkspecs/linux-g++ -o crescent.o rcv/crescent.c
rcv/crescent.c:42:19: warning: ‘rcsid’ defined but not used [-Wunused-const-variable=]
static const char rcsid[]="$Id: crescent.c,v 1.2 2008/07/14 00:05:05 TTAKA Exp $";
^~~~~
gcc -c -pipe -Wall -ansi -pedantic -Wno-unused-but-set-variable -DTRACE -g -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fPIC -Wall -W -D_REENTRANT -D_RTLDLL -DNO_STRICT -DTRACE -DENAGLO -DENAQZS -DENAGAL -DENACMP -DENAIRN -DNFREQ=3 -DNEXOBS=3 -DEXTLEX -DQT_NO_DEBUG -I. -I/usr/lib/qt/mkspecs/linux-g++ -o gw10.o rcv/gw10.c
rcv/gw10.c:46:19: warning: ‘rcsid’ defined but not used [-Wunused-const-variable=]
static const char rcsid[]="$Id:$";
^~~~~
gcc -c -pipe -Wall -ansi -pedantic -Wno-unused-but-set-variable -DTRACE -g -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fPIC -Wall -W -D_REENTRANT -D_RTLDLL -DNO_STRICT -DTRACE -DENAGLO -DENAQZS -DENAGAL -DENACMP -DENAIRN -DNFREQ=3 -DNEXOBS=3 -DEXTLEX -DQT_NO_DEBUG -I. -I/usr/lib/qt/mkspecs/linux-g++ -o javad.o rcv/javad.c
rcv/javad.c: In function ‘decode_GA’:
rcv/javad.c:395:29: warning: unused parameter ‘raw’ [-Wunused-parameter]
static int decode_GA(raw_t *raw)
^~~
rcv/javad.c: In function ‘decode_NA’:
rcv/javad.c:402:29: warning: unused parameter ‘raw’ [-Wunused-parameter]
static int decode_NA(raw_t *raw)
^~~
rcv/javad.c: In function ‘decode_EA’:
rcv/javad.c:409:29: warning: unused parameter ‘raw’ [-Wunused-parameter]
static int decode_EA(raw_t *raw)
^~~
rcv/javad.c: In function ‘decode_WA’:
rcv/javad.c:416:29: warning: unused parameter ‘raw’ [-Wunused-parameter]
static int decode_WA(raw_t *raw)
^~~
rcv/javad.c: In function ‘decode_QA’:
rcv/javad.c:423:29: warning: unused parameter ‘raw’ [-Wunused-parameter]
static int decode_QA(raw_t *raw)
^~~
rcv/javad.c: In function ‘decode_NU’:
rcv/javad.c:736:29: warning: unused parameter ‘raw’ [-Wunused-parameter]
static int decode_NU(raw_t *raw)
^~~
rcv/javad.c: In function ‘decode_EU’:
rcv/javad.c:743:29: warning: unused parameter ‘raw’ [-Wunused-parameter]
static int decode_EU(raw_t *raw)
^~~
rcv/javad.c: In function ‘decode_WU’:
rcv/javad.c:750:29: warning: unused parameter ‘raw’ [-Wunused-parameter]
static int decode_WU(raw_t *raw)
^~~
rcv/javad.c: In function ‘decode_QU’:
rcv/javad.c:757:29: warning: unused parameter ‘raw’ [-Wunused-parameter]
static int decode_QU(raw_t *raw)
^~~
rcv/javad.c: In function ‘decode_L1nav’:
rcv/javad.c:784:50: warning: unused parameter ‘len’ [-Wunused-parameter]
static int decode_L1nav(unsigned char *buff, int len, int sat, raw_t *raw)
^~~
rcv/javad.c: In function ‘decode_L2nav’:
rcv/javad.c:846:71: warning: unused parameter ‘raw’ [-Wunused-parameter]
static int decode_L2nav(unsigned char *buff, int len, int sat, raw_t *raw)
^~~
rcv/javad.c: In function ‘decode_L5nav’:
rcv/javad.c:873:71: warning: unused parameter ‘raw’ [-Wunused-parameter]
static int decode_L5nav(unsigned char *buff, int len, int sat, raw_t *raw)
^~~
rcv/javad.c: In function ‘decode_L1Cnav’:
rcv/javad.c:900:41: warning: unused parameter ‘buff’ [-Wunused-parameter]
static int decode_L1Cnav(unsigned char *buff, int len, int sat, raw_t *raw)
^~~~
rcv/javad.c:900:72: warning: unused parameter ‘raw’ [-Wunused-parameter]
static int decode_L1Cnav(unsigned char *buff, int len, int sat, raw_t *raw)
^~~
rcv/javad.c: In function ‘decode_LD’:
rcv/javad.c:976:29: warning: unused parameter ‘raw’ [-Wunused-parameter]
static int decode_LD(raw_t *raw)
^~~
gcc -c -pipe -Wall -ansi -pedantic -Wno-unused-but-set-variable -DTRACE -g -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fPIC -Wall -W -D_REENTRANT -D_RTLDLL -DNO_STRICT -DTRACE -DENAGLO -DENAQZS -DENAGAL -DENACMP -DENAIRN -DNFREQ=3 -DNEXOBS=3 -DEXTLEX -DQT_NO_DEBUG -I. -I/usr/lib/qt/mkspecs/linux-g++ -o novatel.o rcv/novatel.c
At top level:
rcv/javad.c:35:19: warning: ‘rcsid’ defined but not used [-Wunused-const-variable=]
static const char rcsid[]="$Id:$";
^~~~~
gcc -c -pipe -Wall -ansi -pedantic -Wno-unused-but-set-variable -DTRACE -g -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fPIC -Wall -W -D_REENTRANT -D_RTLDLL -DNO_STRICT -DTRACE -DENAGLO -DENAQZS -DENAGAL -DENACMP -DENAIRN -DNFREQ=3 -DNEXOBS=3 -DEXTLEX -DQT_NO_DEBUG -I. -I/usr/lib/qt/mkspecs/linux-g++ -o nvs.o rcv/nvs.c
rcv/novatel.c:53:19: warning: ‘rcsid’ defined but not used [-Wunused-const-variable=]
static const char rcsid[]="$Id: novatel.c,v 1.2 2008/07/14 00:05:05 TTAKA Exp $";
^~~~~
rcv/nvs.c: In function ‘decode_gloephem’:
rcv/nvs.c:250:32: warning: unused parameter ‘sat’ [-Wunused-parameter]
static int decode_gloephem(int sat, raw_t *raw)
^~~
At top level:
rcv/nvs.c:39:19: warning: ‘rcsid’ defined but not used [-Wunused-const-variable=]
static const char rcsid[]="$Id: nvs.c,v 1.0 2012/01/30 00:05:05 MBAVA Exp $";
^~~~~
gcc -c -pipe -Wall -ansi -pedantic -Wno-unused-but-set-variable -DTRACE -g -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fPIC -Wall -W -D_REENTRANT -D_RTLDLL -DNO_STRICT -DTRACE -DENAGLO -DENAQZS -DENAGAL -DENACMP -DENAIRN -DNFREQ=3 -DNEXOBS=3 -DEXTLEX -DQT_NO_DEBUG -I. -I/usr/lib/qt/mkspecs/linux-g++ -o rcvlex.o rcv/rcvlex.c
rcv/rcvlex.c:31:19: warning: ‘rcsid’ defined but not used [-Wunused-const-variable=]
static const char rcsid[]="$Id:$";
^~~~~
gcc -c -pipe -Wall -ansi -pedantic -Wno-unused-but-set-variable -DTRACE -g -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fPIC -Wall -W -D_REENTRANT -D_RTLDLL -DNO_STRICT -DTRACE -DENAGLO -DENAQZS -DENAGAL -DENACMP -DENAIRN -DNFREQ=3 -DNEXOBS=3 -DEXTLEX -DQT_NO_DEBUG -I. -I/usr/lib/qt/mkspecs/linux-g++ -o rt17.o rcv/rt17.c
rcv/rt17.c: In function ‘DecodeBeidouEphemeris’:
rcv/rt17.c:810:41: warning: unused parameter ‘Raw’ [-Wunused-parameter]
static int DecodeBeidouEphemeris(raw_t *Raw)
^~~
rcv/rt17.c: In function ‘DecodeGalileoEphemeris’:
rcv/rt17.c:942:42: warning: unused parameter ‘Raw’ [-Wunused-parameter]
static int DecodeGalileoEphemeris(raw_t *Raw)
^~~
rcv/rt17.c: In function ‘DecodeGLONASSEphemeris’:
rcv/rt17.c:1047:42: warning: unused parameter ‘Raw’ [-Wunused-parameter]
static int DecodeGLONASSEphemeris(raw_t *Raw)
^~~
rcv/rt17.c: In function ‘DecodeQZSSEphemeris’:
rcv/rt17.c:1419:39: warning: unused parameter ‘Raw’ [-Wunused-parameter]
static int DecodeQZSSEphemeris(raw_t *Raw)
^~~
At top level:
rcv/rt17.c:298:19: warning: ‘rcsid’ defined but not used [-Wunused-const-variable=]
static const char rcsid[]="$Id:$";
^~~~~
gcc -c -pipe -Wall -ansi -pedantic -Wno-unused-but-set-variable -DTRACE -g -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fPIC -Wall -W -D_REENTRANT -D_RTLDLL -DNO_STRICT -DTRACE -DENAGLO -DENAQZS -DENAGAL -DENACMP -DENAIRN -DNFREQ=3 -DNEXOBS=3 -DEXTLEX -DQT_NO_DEBUG -I. -I/usr/lib/qt/mkspecs/linux-g++ -o septentrio.o rcv/septentrio.c
rcv/septentrio.c:2018:12: warning: ‘decode_sbslongcorrh’ defined but not used [-Wunused-function]
static int decode_sbslongcorrh(raw_t* raw)
^~~~~~~~~~~~~~~~~~~
rcv/septentrio.c:1973:12: warning: ‘decode_sbsigpmask’ defined but not used [-Wunused-function]
static int decode_sbsigpmask(raw_t *raw) /* TODO: verify this function */
^~~~~~~~~~~~~~~~~
rcv/septentrio.c:1918:12: warning: ‘decode_sbsionodelay’ defined but not used [-Wunused-function]
static int decode_sbsionodelay(raw_t *raw)
^~~~~~~~~~~~~~~~~~~
rcv/septentrio.c:1888:12: warning: ‘decode_sbsfastcorrdegr’ defined but not used [-Wunused-function]
static int decode_sbsfastcorrdegr(raw_t *raw)
^~~~~~~~~~~~~~~~~~~~~~
rcv/septentrio.c:1855:12: warning: ‘decode_sbsintegriy’ defined but not used [-Wunused-function]
static int decode_sbsintegriy(raw_t *raw)
^~~~~~~~~~~~~~~~~~
rcv/septentrio.c:1815:12: warning: ‘decode_sbsprnmask’ defined but not used [-Wunused-function]
static int decode_sbsprnmask(raw_t *raw)
^~~~~~~~~~~~~~~~~
rcv/septentrio.c:1751:12: warning: ‘decode_sbsfast’ defined but not used [-Wunused-function]
static int decode_sbsfast(raw_t *raw)
^~~~~~~~~~~~~~
rcv/septentrio.c:1495:12: warning: ‘decode_cmpraw’ defined but not used [-Wunused-function]
static int decode_cmpraw(raw_t *raw){
^~~~~~~~~~~~~
rcv/septentrio.c:1116:12: warning: ‘decode_qzssnav’ defined but not used [-Wunused-function]
static int decode_qzssnav(raw_t *raw){
^~~~~~~~~~~~~~
rcv/septentrio.c:1042:12: warning: ‘decode_cmpnav’ defined but not used [-Wunused-function]
static int decode_cmpnav(raw_t *raw){
^~~~~~~~~~~~~
rcv/septentrio.c:573:16: warning: ‘adjweek’ defined but not used [-Wunused-function]
static gtime_t adjweek(gtime_t time, double tow)
^~~~~~~
rcv/septentrio.c:43:19: warning: ‘rcsid’ defined but not used [-Wunused-const-variable=]
static const char rcsid[]="$Id: Septentrio SBF,v 1.1 2016/02/11 FT $";
^~~~~
gcc -c -pipe -Wall -ansi -pedantic -Wno-unused-but-set-variable -DTRACE -g -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fPIC -Wall -W -D_REENTRANT -D_RTLDLL -DNO_STRICT -DTRACE -DENAGLO -DENAQZS -DENAGAL -DENACMP -DENAIRN -DNFREQ=3 -DNEXOBS=3 -DEXTLEX -DQT_NO_DEBUG -I. -I/usr/lib/qt/mkspecs/linux-g++ -o skytraq.o rcv/skytraq.c
rcv/skytraq.c:52:19: warning: ‘rcsid’ defined but not used [-Wunused-const-variable=]
static const char rcsid[]="$Id:$";
^~~~~
gcc -c -pipe -Wall -ansi -pedantic -Wno-unused-but-set-variable -DTRACE -g -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fPIC -Wall -W -D_REENTRANT -D_RTLDLL -DNO_STRICT -DTRACE -DENAGLO -DENAQZS -DENAGAL -DENACMP -DENAIRN -DNFREQ=3 -DNEXOBS=3 -DEXTLEX -DQT_NO_DEBUG -I. -I/usr/lib/qt/mkspecs/linux-g++ -o ss2.o rcv/ss2.c
rcv/ss2.c:28:19: warning: ‘rcsid’ defined but not used [-Wunused-const-variable=]
static const char rcsid[]="$Id: ss2.c,v 1.2 2008/07/14 00:05:05 TTAKA Exp $";
^~~~~
gcc -c -pipe -Wall -ansi -pedantic -Wno-unused-but-set-variable -DTRACE -g -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fPIC -Wall -W -D_REENTRANT -D_RTLDLL -DNO_STRICT -DTRACE -DENAGLO -DENAQZS -DENAGAL -DENACMP -DENAIRN -DNFREQ=3 -DNEXOBS=3 -DEXTLEX -DQT_NO_DEBUG -I. -I/usr/lib/qt/mkspecs/linux-g++ -o ublox.o rcv/ublox.c
gcc -c -pipe -Wall -ansi -pedantic -Wno-unused-but-set-variable -DTRACE -g -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fPIC -Wall -W -D_REENTRANT -D_RTLDLL -DNO_STRICT -DTRACE -DENAGLO -DENAQZS -DENAGAL -DENACMP -DENAIRN -DNFREQ=3 -DNEXOBS=3 -DEXTLEX -DQT_NO_DEBUG -I. -I/usr/lib/qt/mkspecs/linux-g++ -o cmr.o rcv/cmr.c
rcv/ublox.c:89:19: warning: ‘rcsid’ defined but not used [-Wunused-const-variable=]
static const char rcsid[]="$Id: ublox.c,v 1.2 2008/07/14 00:05:05 TTAKA Exp $";
^~~~~
rcv/cmr.c:423:19: warning: ‘rcsid’ defined but not used [-Wunused-const-variable=]
static const char rcsid[]="$Id:$";
^~~~~
rm -f libRTKLib.a
ar cqs libRTKLib.a rtkcmn.o convkml.o convrnx.o convgpx.o datum.o download.o ephemeris.o geoid.o gis.o ionex.o lambda.o options.o pntpos.o postpos.o ppp.o ppp_ar.o ppp_corr.o preceph.o qzslex.o rcvraw.o rinex.o rtcm.o rtcm2.o rtcm3.o rtcm3e.o rtkpos.o rtksvr.o sbas.o solution.o stream.o streamsvr.o tides.o tle.o binex.o crescent.o gw10.o javad.o novatel.o nvs.o rcvlex.o rt17.o septentrio.o skytraq.o ss2.o ublox.o cmr.o
make[1]: Leaving directory '/mnt/cd7c8fe2-0fea-413c-be99-fcf387c77815/git/RTKLIB/src'
✘ patrick@LG  /mnt/cd7c8fe2-0fea-413c-be99-fcf387c77815/git/RTKLIB   reach  ls
app bin data gitcommiteachfile.py Makefile RTKLIB.kdev4 RTKLib.pro style.sh util
astyle.sh brd doc lib README.md RTKLib.pri src test
patrick@LG  /mnt/cd7c8fe2-0fea-413c-be99-fcf387c77815/git/RTKLIB   reach  cd
✘ patrick@LG  /mnt/cd7c8fe2-0fea-413c-be99-fcf387c77815/git/RTKLIB   reach  make -j4
cd src/ && ( test -e Makefile || /usr/bin/qmake -o Makefile /mnt/cd7c8fe2-0fea-413c-be99-fcf387c77815/git/RTKLIB/src/src.pro ) && make -f Makefile
cd app/ && ( test -e Makefile || /usr/bin/qmake -o Makefile /mnt/cd7c8fe2-0fea-413c-be99-fcf387c77815/git/RTKLIB/app/app.pro ) && make -f Makefile
make[1]: Entering directory '/mnt/cd7c8fe2-0fea-413c-be99-fcf387c77815/git/RTKLIB/src'
make[1]: Nothing to be done for 'first'.
make[1]: Leaving directory '/mnt/cd7c8fe2-0fea-413c-be99-fcf387c77815/git/RTKLIB/src'
make[1]: Entering directory '/mnt/cd7c8fe2-0fea-413c-be99-fcf387c77815/git/RTKLIB/app'
cd rtknavi_qt/ && ( test -e Makefile || /usr/bin/qmake -o Makefile /mnt/cd7c8fe2-0fea-413c-be99-fcf387c77815/git/RTKLIB/app/rtknavi_qt/rtknavi_qt.pro ) && make -f Makefile
cd rtkplot_qt/ && ( test -e Makefile || /usr/bin/qmake -o Makefile /mnt/cd7c8fe2-0fea-413c-be99-fcf387c77815/git/RTKLIB/app/rtkplot_qt/rtkplot_qt.pro ) && make -f Makefile
cd rtkget_qt/ && ( test -e Makefile || /usr/bin/qmake -o Makefile /mnt/cd7c8fe2-0fea-413c-be99-fcf387c77815/git/RTKLIB/app/rtkget_qt/rtkget_qt.pro ) && make -f Makefile
cd rtkpost_qt/ && ( test -e Makefile || /usr/bin/qmake -o Makefile /mnt/cd7c8fe2-0fea-413c-be99-fcf387c77815/git/RTKLIB/app/rtkpost_qt/rtkpost_qt.pro ) && make -f Makefile
make[2]: Entering directory '/mnt/cd7c8fe2-0fea-413c-be99-fcf387c77815/git/RTKLIB/app/rtknavi_qt'
/usr/bin/uic instrdlg.ui -o ui_instrdlg.h
/usr/bin/uic logstrdlg.ui -o ui_logstrdlg.h
/usr/bin/uic navimain.ui -o ui_navimain.h
make[2]: Entering directory '/mnt/cd7c8fe2-0fea-413c-be99-fcf387c77815/git/RTKLIB/app/rtkget_qt'
/usr/bin/uic getmain.ui -o ui_getmain.h
/usr/bin/uic getoptdlg.ui -o ui_getoptdlg.h
make[2]: Entering directory '/mnt/cd7c8fe2-0fea-413c-be99-fcf387c77815/git/RTKLIB/app/rtkplot_qt'
/usr/bin/uic ../appcmn_qt/aboutdlg.ui -o ui_aboutdlg.h
/usr/bin/uic naviopt.ui -o ui_naviopt.h
/usr/bin/uic staoptdlg.ui -o ui_staoptdlg.h
/usr/bin/uic conndlg.ui -o ui_conndlg.h
/usr/bin/uic ../appcmn_qt/aboutdlg.ui -o ui_aboutdlg.h
/usr/bin/uic geview.ui -o ui_geview.h
/usr/bin/uic ../appcmn_qt/keydlg.ui -o ui_keydlg.h
/usr/bin/uic mondlg.ui -o ui_mondlg.h
/usr/bin/uic ../appcmn_qt/viewer.ui -o ui_viewer.h
/usr/bin/uic outstrdlg.ui -o ui_outstrdlg.h
/usr/bin/uic mapdlg.ui -o ui_mapdlg.h
/usr/bin/uic ../appcmn_qt/vieweropt.ui -o ui_vieweropt.h
/usr/bin/uic rcvoptdlg.ui -o ui_rcvoptdlg.h
/usr/bin/uic ../appcmn_qt/timedlg.ui -o ui_timedlg.h
/usr/bin/uic plotmain.ui -o ui_plotmain.h
g++ -c -pipe -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -Wall -W -D_REENTRANT -fPIC -D_RTLDLL -DNO_STRICT -DTRACE -DENAGLO -DENAQZS -DENAGAL -DENACMP -DENAIRN -DNFREQ=3 -DNEXOBS=3 -DEXTLEX -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -I../../src -I../appcmn_qt -isystem /usr/include/qt -isystem /usr/include/qt/QtWidgets -isystem /usr/include/qt/QtGui -isystem /usr/include/qt/QtCore -I. -isystem /usr/include/libdrm -I. -I/usr/lib/qt/mkspecs/linux-g++ -o main.o main.cpp
/usr/bin/uic ../appcmn_qt/aboutdlg.ui -o ui_aboutdlg.h
/usr/bin/uic ../appcmn_qt/cmdoptdlg.ui -o ui_cmdoptdlg.h
/usr/bin/uic ../appcmn_qt/fileoptdlg.ui -o ui_fileoptdlg.h
/usr/bin/uic plotopt.ui -o ui_plotopt.h
/usr/bin/uic ../appcmn_qt/ftpoptdlg.ui -o ui_ftpoptdlg.h
/usr/bin/uic pntdlg.ui -o ui_pntdlg.h
/usr/bin/uic satdlg.ui -o ui_satdlg.h
/usr/bin/uic skydlg.ui -o ui_skydlg.h
/usr/bin/uic ../appcmn_qt/keydlg.ui -o ui_keydlg.h
/usr/bin/uic ../appcmn_qt/maskoptdlg.ui -o ui_maskoptdlg.h
/usr/bin/uic ../appcmn_qt/refdlg.ui -o ui_refdlg.h
/usr/bin/uic ../appcmn_qt/refdlg.ui -o ui_refdlg.h
/usr/bin/uic ../appcmn_qt/viewer.ui -o ui_viewer.h
/usr/bin/uic ../appcmn_qt/vieweropt.ui -o ui_vieweropt.h
/usr/bin/uic ../appcmn_qt/serioptdlg.ui -o ui_serioptdlg.h
/usr/bin/uic ../appcmn_qt/cmdoptdlg.ui -o ui_cmdoptdlg.h
/usr/bin/uic ../appcmn_qt/viewer.ui -o ui_viewer.h
/usr/bin/uic ../appcmn_qt/fileoptdlg.ui -o ui_fileoptdlg.h
/usr/bin/uic ../appcmn_qt/serioptdlg.ui -o ui_serioptdlg.h
/usr/bin/uic ../appcmn_qt/vieweropt.ui -o ui_vieweropt.h
make[2]: Entering directory '/mnt/cd7c8fe2-0fea-413c-be99-fcf387c77815/git/RTKLIB/app/rtkpost_qt'
/usr/bin/uic extopt.ui -o ui_extopt.h
/usr/bin/uic ../appcmn_qt/tcpoptdlg.ui -o ui_tcpoptdlg.h
/usr/bin/uic ../appcmn_qt/tcpoptdlg.ui -o ui_tcpoptdlg.h
/usr/bin/uic ../appcmn_qt/keydlg.ui -o ui_keydlg.h
/usr/bin/uic markdlg.ui -o ui_markdlg.h
/usr/bin/uic kmzconv.ui -o ui_kmzconv.h
/usr/bin/uic ../appcmn_qt/console.ui -o ui_console.h
g++ -c -pipe -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -Wall -W -D_REENTRANT -fPIC -DQT5 -D_RTLDLL -DNO_STRICT -DTRACE -DENAGLO -DENAQZS -DENAGAL -DENACMP -DENAIRN -DNFREQ=3 -DNEXOBS=3 -DEXTLEX -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_SERIALPORT_LIB -DQT_CORE_LIB -I. -I../../src -I../appcmn_qt -I../rtkplot_qt -isystem /usr/include/qt -isystem /usr/include/qt/QtWidgets -isystem /usr/include/qt/QtGui -isystem /usr/include/qt/QtSerialPort -isystem /usr/include/qt/QtCore -I. -isystem /usr/include/libdrm -I. -I/usr/lib/qt/mkspecs/linux-g++ -o aboutdlg.o ../appcmn_qt/aboutdlg.cpp
/usr/bin/uic ../appcmn_qt/tspandlg.ui -o ui_tspandlg.h
/usr/bin/uic postmain.ui -o ui_postmain.h
/usr/bin/uic fileseldlg.ui -o ui_fileseldlg.h
/usr/bin/uic ../appcmn_qt/gmview.ui -o ui_gmview.h
/usr/bin/uic vmapdlg.ui -o ui_vmapdlg.h
/usr/bin/uic postopt.ui -o ui_postopt.h
g++ -c -pipe -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -Wall -W -D_REENTRANT -fPIC -DQT5 -DQWEBENGINE -D_RTLDLL -DNO_STRICT -DTRACE -DENAGLO -DENAQZS -DENAGAL -DENACMP -DENAIRN -DNFREQ=3 -DNEXOBS=3 -DEXTLEX -DQT_NO_DEBUG -DQT_WEBENGINEWIDGETS_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_WEBENGINECORE_LIB -DQT_QUICK_LIB -DQT_GUI_LIB -DQT_XML_LIB -DQT_SERIALPORT_LIB -DQT_WEBCHANNEL_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_POSITIONING_LIB -DQT_CORE_LIB -I. -I../../src -I../appcmn_qt -I../rtkplot_qt -isystem /usr/include/qt -isystem /usr/include/qt/QtWebEngineWidgets -isystem /usr/include/qt/QtPrintSupport -isystem /usr/include/qt/QtWidgets -isystem /usr/include/qt/QtWebEngineCore -isystem /usr/include/qt/QtQuick -isystem /usr/include/qt/QtGui -isystem /usr/include/qt/QtXml -isystem /usr/include/qt/QtSerialPort -isystem /usr/include/qt/QtWebChannel -isystem /usr/include/qt/QtQml -isystem /usr/include/qt/QtNetwork -isystem /usr/include/qt/QtPositioning -isystem /usr/include/qt/QtCore -I. -isystem /usr/include/libdrm -I. -I/usr/lib/qt/mkspecs/linux-g++ -o aboutdlg.o ../appcmn_qt/aboutdlg.cpp
/usr/bin/uic ../appcmn_qt/keydlg.ui -o ui_keydlg.h
/usr/bin/uic ../appcmn_qt/maskoptdlg.ui -o ui_maskoptdlg.h
/usr/bin/uic ../appcmn_qt/refdlg.ui -o ui_refdlg.h
/usr/bin/uic ../appcmn_qt/viewer.ui -o ui_viewer.h
/usr/bin/uic ../appcmn_qt/vieweropt.ui -o ui_vieweropt.h
/usr/bin/uic ../appcmn_qt/aboutdlg.ui -o ui_aboutdlg.h
/usr/bin/uic ../appcmn_qt/timedlg.ui -o ui_timedlg.h
g++ -c -pipe -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -Wall -W -D_REENTRANT -fPIC -DQT5 -D_RTLDLL -DNO_STRICT -DTRACE -DENAGLO -DENAQZS -DENAGAL -DENACMP -DENAIRN -DNFREQ=3 -DNEXOBS=3 -DEXTLEX -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -I../../src -I../appcmn_qt -isystem /usr/include/qt -isystem /usr/include/qt/QtWidgets -isystem /usr/include/qt/QtGui -isystem /usr/include/qt/QtCore -I. -isystem /usr/include/libdrm -I. -I/usr/lib/qt/mkspecs/linux-g++ -o extopt.o extopt.cpp
g++ -c -pipe -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -Wall -W -D_REENTRANT -fPIC -DQT5 -DQWEBENGINE -D_RTLDLL -DNO_STRICT -DTRACE -DENAGLO -DENAQZS -DENAGAL -DENACMP -DENAIRN -DNFREQ=3 -DNEXOBS=3 -DEXTLEX -DQT_NO_DEBUG -DQT_WEBENGINEWIDGETS_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_WEBENGINECORE_LIB -DQT_QUICK_LIB -DQT_GUI_LIB -DQT_XML_LIB -DQT_SERIALPORT_LIB -DQT_WEBCHANNEL_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_POSITIONING_LIB -DQT_CORE_LIB -I. -I../../src -I../appcmn_qt -I../rtkplot_qt -isystem /usr/include/qt -isystem /usr/include/qt/QtWebEngineWidgets -isystem /usr/include/qt/QtPrintSupport -isystem /usr/include/qt/QtWidgets -isystem /usr/include/qt/QtWebEngineCore -isystem /usr/include/qt/QtQuick -isystem /usr/include/qt/QtGui -isystem /usr/include/qt/QtXml -isystem /usr/include/qt/QtSerialPort -isystem /usr/include/qt/QtWebChannel -isystem /usr/include/qt/QtQml -isystem /usr/include/qt/QtNetwork -isystem /usr/include/qt/QtPositioning -isystem /usr/include/qt/QtCore -I. -isystem /usr/include/libdrm -I. -I/usr/lib/qt/mkspecs/linux-g++ -o conndlg.o conndlg.cpp
g++ -c -pipe -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -Wall -W -D_REENTRANT -fPIC -D_RTLDLL -DNO_STRICT -DTRACE -DENAGLO -DENAQZS -DENAGAL -DENACMP -DENAIRN -DNFREQ=3 -DNEXOBS=3 -DEXTLEX -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -I../../src -I../appcmn_qt -isystem /usr/include/qt -isystem /usr/include/qt/QtWidgets -isystem /usr/include/qt/QtGui -isystem /usr/include/qt/QtCore -I. -isystem /usr/include/libdrm -I. -I/usr/lib/qt/mkspecs/linux-g++ -o getmain.o getmain.cpp
g++ -c -pipe -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -Wall -W -D_REENTRANT -fPIC -DQT5 -D_RTLDLL -DNO_STRICT -DTRACE -DENAGLO -DENAQZS -DENAGAL -DENACMP -DENAIRN -DNFREQ=3 -DNEXOBS=3 -DEXTLEX -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_SERIALPORT_LIB -DQT_CORE_LIB -I. -I../../src -I../appcmn_qt -I../rtkplot_qt -isystem /usr/include/qt -isystem /usr/include/qt/QtWidgets -isystem /usr/include/qt/QtGui -isystem /usr/include/qt/QtSerialPort -isystem /usr/include/qt/QtCore -I. -isystem /usr/include/libdrm -I. -I/usr/lib/qt/mkspecs/linux-g++ -o cmdoptdlg.o ../appcmn_qt/cmdoptdlg.cpp
g++ -c -pipe -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -Wall -W -D_REENTRANT -fPIC -DQT5 -D_RTLDLL -DNO_STRICT -DTRACE -DENAGLO -DENAQZS -DENAGAL -DENACMP -DENAIRN -DNFREQ=3 -DNEXOBS=3 -DEXTLEX -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_SERIALPORT_LIB -DQT_CORE_LIB -I. -I../../src -I../appcmn_qt -I../rtkplot_qt -isystem /usr/include/qt -isystem /usr/include/qt/QtWidgets -isystem /usr/include/qt/QtGui -isystem /usr/include/qt/QtSerialPort -isystem /usr/include/qt/QtCore -I. -isystem /usr/include/libdrm -I. -I/usr/lib/qt/mkspecs/linux-g++ -o fileoptdlg.o ../appcmn_qt/fileoptdlg.cpp
getmain.cpp: In member function ‘void MainForm::LoadUrl(QString)’:
getmain.cpp:644:21: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings]
char *sel[]={"*"};
^
g++ -c -pipe -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -Wall -W -D_REENTRANT -fPIC -DQT5 -D_RTLDLL -DNO_STRICT -DTRACE -DENAGLO -DENAQZS -DENAGAL -DENACMP -DENAIRN -DNFREQ=3 -DNEXOBS=3 -DEXTLEX -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -I../../src -I../appcmn_qt -isystem /usr/include/qt -isystem /usr/include/qt/QtWidgets -isystem /usr/include/qt/QtGui -isystem /usr/include/qt/QtCore -I. -isystem /usr/include/libdrm -I. -I/usr/lib/qt/mkspecs/linux-g++ -o kmzconv.o kmzconv.cpp
g++ -c -pipe -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -Wall -W -D_REENTRANT -fPIC -DQT5 -DQWEBENGINE -D_RTLDLL -DNO_STRICT -DTRACE -DENAGLO -DENAQZS -DENAGAL -DENACMP -DENAIRN -DNFREQ=3 -DNEXOBS=3 -DEXTLEX -DQT_NO_DEBUG -DQT_WEBENGINEWIDGETS_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_WEBENGINECORE_LIB -DQT_QUICK_LIB -DQT_GUI_LIB -DQT_XML_LIB -DQT_SERIALPORT_LIB -DQT_WEBCHANNEL_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_POSITIONING_LIB -DQT_CORE_LIB -I. -I../../src -I../appcmn_qt -I../rtkplot_qt -isystem /usr/include/qt -isystem /usr/include/qt/QtWebEngineWidgets -isystem /usr/include/qt/QtPrintSupport -isystem /usr/include/qt/QtWidgets -isystem /usr/include/qt/QtWebEngineCore -isystem /usr/include/qt/QtQuick -isystem /usr/include/qt/QtGui -isystem /usr/include/qt/QtXml -isystem /usr/include/qt/QtSerialPort -isystem /usr/include/qt/QtWebChannel -isystem /usr/include/qt/QtQml -isystem /usr/include/qt/QtNetwork -isystem /usr/include/qt/QtPositioning -isystem /usr/include/qt/QtCore -I. -isystem /usr/include/libdrm -I. -I/usr/lib/qt/mkspecs/linux-g++ -o geview.o geview.cpp
g++ -c -pipe -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -Wall -W -D_REENTRANT -fPIC -DQT5 -D_RTLDLL -DNO_STRICT -DTRACE -DENAGLO -DENAQZS -DENAGAL -DENACMP -DENAIRN -DNFREQ=3 -DNEXOBS=3 -DEXTLEX -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_SERIALPORT_LIB -DQT_CORE_LIB -I. -I../../src -I../appcmn_qt -I../rtkplot_qt -isystem /usr/include/qt -isystem /usr/include/qt/QtWidgets -isystem /usr/include/qt/QtGui -isystem /usr/include/qt/QtSerialPort -isystem /usr/include/qt/QtCore -I. -isystem /usr/include/libdrm -I. -I/usr/lib/qt/mkspecs/linux-g++ -o ftpoptdlg.o ../appcmn_qt/ftpoptdlg.cpp
g++ -c -pipe -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -Wall -W -D_REENTRANT -fPIC -D_RTLDLL -DNO_STRICT -DTRACE -DENAGLO -DENAQZS -DENAGAL -DENACMP -DENAIRN -DNFREQ=3 -DNEXOBS=3 -DEXTLEX -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -I../../src -I../appcmn_qt -isystem /usr/include/qt -isystem /usr/include/qt/QtWidgets -isystem /usr/include/qt/QtGui -isystem /usr/include/qt/QtCore -I. -isystem /usr/include/libdrm -I. -I/usr/lib/qt/mkspecs/linux-g++ -o getoptdlg.o getoptdlg.cpp
g++ -c -pipe -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -Wall -W -D_REENTRANT -fPIC -DQT5 -D_RTLDLL -DNO_STRICT -DTRACE -DENAGLO -DENAQZS -DENAGAL -DENACMP -DENAIRN -DNFREQ=3 -DNEXOBS=3 -DEXTLEX -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -I../../src -I../appcmn_qt -isystem /usr/include/qt -isystem /usr/include/qt/QtWidgets -isystem /usr/include/qt/QtGui -isystem /usr/include/qt/QtCore -I. -isystem /usr/include/libdrm -I. -I/usr/lib/qt/mkspecs/linux-g++ -o postmain.o postmain.cpp
g++ -c -pipe -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -Wall -W -D_REENTRANT -fPIC -DQT5 -DQWEBENGINE -D_RTLDLL -DNO_STRICT -DTRACE -DENAGLO -DENAQZS -DENAGAL -DENACMP -DENAIRN -DNFREQ=3 -DNEXOBS=3 -DEXTLEX -DQT_NO_DEBUG -DQT_WEBENGINEWIDGETS_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_WEBENGINECORE_LIB -DQT_QUICK_LIB -DQT_GUI_LIB -DQT_XML_LIB -DQT_SERIALPORT_LIB -DQT_WEBCHANNEL_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_POSITIONING_LIB -DQT_CORE_LIB -I. -I../../src -I../appcmn_qt -I../rtkplot_qt -isystem /usr/include/qt -isystem /usr/include/qt/QtWebEngineWidgets -isystem /usr/include/qt/QtPrintSupport -isystem /usr/include/qt/QtWidgets -isystem /usr/include/qt/QtWebEngineCore -isystem /usr/include/qt/QtQuick -isystem /usr/include/qt/QtGui -isystem /usr/include/qt/QtXml -isystem /usr/include/qt/QtSerialPort -isystem /usr/include/qt/QtWebChannel -isystem /usr/include/qt/QtQml -isystem /usr/include/qt/QtNetwork -isystem /usr/include/qt/QtPositioning -isystem /usr/include/qt/QtCore -I. -isystem /usr/include/libdrm -I. -I/usr/lib/qt/mkspecs/linux-g++ -o mapdlg.o mapdlg.cpp
g++ -c -pipe -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -Wall -W -D_REENTRANT -fPIC -DQT5 -D_RTLDLL -DNO_STRICT -DTRACE -DENAGLO -DENAQZS -DENAGAL -DENACMP -DENAIRN -DNFREQ=3 -DNEXOBS=3 -DEXTLEX -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_SERIALPORT_LIB -DQT_CORE_LIB -I. -I../../src -I../appcmn_qt -I../rtkplot_qt -isystem /usr/include/qt -isystem /usr/include/qt/QtWidgets -isystem /usr/include/qt/QtGui -isystem /usr/include/qt/QtSerialPort -isystem /usr/include/qt/QtCore -I. -isystem /usr/include/libdrm -I. -I/usr/lib/qt/mkspecs/linux-g++ -o keydlg.o ../appcmn_qt/keydlg.cpp
g++ -c -pipe -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -Wall -W -D_REENTRANT -fPIC -D_RTLDLL -DNO_STRICT -DTRACE -DENAGLO -DENAQZS -DENAGAL -DENACMP -DENAIRN -DNFREQ=3 -DNEXOBS=3 -DEXTLEX -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -I../../src -I../appcmn_qt -isystem /usr/include/qt -isystem /usr/include/qt/QtWidgets -isystem /usr/include/qt/QtGui -isystem /usr/include/qt/QtCore -I. -isystem /usr/include/libdrm -I. -I/usr/lib/qt/mkspecs/linux-g++ -o staoptdlg.o staoptdlg.cpp
postmain.cpp: In member function ‘virtual void ProcessingThread::run()’:
postmain.cpp:165:26: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings]
showmsg("aborted");
^
postmain.cpp: In member function ‘void MainForm::BtnExecClick()’:
postmain.cpp:484:52: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings]
showmsg("error : no rinex obs file (rover)");
^
postmain.cpp:488:59: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings]
showmsg("error : no rinex obs file (base station)");
^
postmain.cpp:492:41: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings]
showmsg("error : no output file");
^
postmain.cpp:504:92: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings]
showmsg("error : invalid extension of output file (%s)",qPrintable(OutputFile_Text));
^
postmain.cpp:507:15: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings]
showmsg("");
^
postmain.cpp: In member function ‘void MainForm::ProcessingFinished(int)’:
postmain.cpp:536:23: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings]
showmsg("done");
^
postmain.cpp: In member function ‘void MainForm::BtnAbortClick()’:
postmain.cpp:552:22: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings]
showmsg("aborted");
^
postmain.cpp: In member function ‘void MainForm::ExecProc()’:
postmain.cpp:858:44: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings]
showmsg("error: no navigation data");
^
postmain.cpp:886:25: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings]
showmsg("reading...");
^
g++ -c -pipe -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -Wall -W -D_REENTRANT -fPIC -DQT5 -DQWEBENGINE -D_RTLDLL -DNO_STRICT -DTRACE -DENAGLO -DENAQZS -DENAGAL -DENACMP -DENAIRN -DNFREQ=3 -DNEXOBS=3 -DEXTLEX -DQT_NO_DEBUG -DQT_WEBENGINEWIDGETS_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_WEBENGINECORE_LIB -DQT_QUICK_LIB -DQT_GUI_LIB -DQT_XML_LIB -DQT_SERIALPORT_LIB -DQT_WEBCHANNEL_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_POSITIONING_LIB -DQT_CORE_LIB -I. -I../../src -I../appcmn_qt -I../rtkplot_qt -isystem /usr/include/qt -isystem /usr/include/qt/QtWebEngineWidgets -isystem /usr/include/qt/QtPrintSupport -isystem /usr/include/qt/QtWidgets -isystem /usr/include/qt/QtWebEngineCore -isystem /usr/include/qt/QtQuick -isystem /usr/include/qt/QtGui -isystem /usr/include/qt/QtXml -isystem /usr/include/qt/QtSerialPort -isystem /usr/include/qt/QtWebChannel -isystem /usr/include/qt/QtQml -isystem /usr/include/qt/QtNetwork -isystem /usr/include/qt/QtPositioning -isystem /usr/include/qt/QtCore -I. -isystem /usr/include/libdrm -I. -I/usr/lib/qt/mkspecs/linux-g++ -o plotcmn.o plotcmn.cpp
g++ -c -pipe -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -Wall -W -D_REENTRANT -fPIC -DQT5 -D_RTLDLL -DNO_STRICT -DTRACE -DENAGLO -DENAQZS -DENAGAL -DENACMP -DENAIRN -DNFREQ=3 -DNEXOBS=3 -DEXTLEX -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_SERIALPORT_LIB -DQT_CORE_LIB -I. -I../../src -I../appcmn_qt -I../rtkplot_qt -isystem /usr/include/qt -isystem /usr/include/qt/QtWidgets -isystem /usr/include/qt/QtGui -isystem /usr/include/qt/QtSerialPort -isystem /usr/include/qt/QtCore -I. -isystem /usr/include/libdrm -I. -I/usr/lib/qt/mkspecs/linux-g++ -o maskoptdlg.o ../appcmn_qt/maskoptdlg.cpp
g++ -c -pipe -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -Wall -W -D_REENTRANT -fPIC -D_RTLDLL -DNO_STRICT -DTRACE -DENAGLO -DENAQZS -DENAGAL -DENACMP -DENAIRN -DNFREQ=3 -DNEXOBS=3 -DEXTLEX -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -I../../src -I../appcmn_qt -isystem /usr/include/qt -isystem /usr/include/qt/QtWidgets -isystem /usr/include/qt/QtGui -isystem /usr/include/qt/QtCore -I. -isystem /usr/include/libdrm -I. -I/usr/lib/qt/mkspecs/linux-g++ -o aboutdlg.o ../appcmn_qt/aboutdlg.cpp
plotcmn.cpp: In member function ‘QString Plot::LatLonStr(const double*, int)’:
plotcmn.cpp:468:32: error: too few arguments to function ‘void deg2dms(double, double*, int)’
deg2dms(pos[0]*R2D,dms1);
^
In file included from plotmain.h:11:0,
from plotcmn.cpp:10:
../../src/rtklib.h:1487:13: note: declared here
EXPORT void deg2dms (double deg, double *dms, int ndec);
^~~~~~~
plotcmn.cpp:469:32: error: too few arguments to function ‘void deg2dms(double, double*, int)’
deg2dms(pos[1]*R2D,dms2);
^
In file included from plotmain.h:11:0,
from plotcmn.cpp:10:
../../src/rtklib.h:1487:13: note: declared here
EXPORT void deg2dms (double deg, double *dms, int ndec);
^~~~~~~
make[2]: *** [Makefile:1517: plotcmn.o] Error 1
make[2]: Leaving directory '/mnt/cd7c8fe2-0fea-413c-be99-fcf387c77815/git/RTKLIB/app/rtkplot_qt'
make[1]: *** [Makefile:100: sub-rtkplot_qt-make_first] Error 2
make[1]: *** Waiting for unfinished jobs....
g++ -c -pipe -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -Wall -W -D_REENTRANT -fPIC -D_RTLDLL -DNO_STRICT -DTRACE -DENAGLO -DENAQZS -DENAGAL -DENACMP -DENAIRN -DNFREQ=3 -DNEXOBS=3 -DEXTLEX -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -I../../src -I../appcmn_qt -isystem /usr/include/qt -isystem /usr/include/qt/QtWidgets -isystem /usr/include/qt/QtGui -isystem /usr/include/qt/QtCore -I. -isystem /usr/include/libdrm -I. -I/usr/lib/qt/mkspecs/linux-g++ -o keydlg.o ../appcmn_qt/keydlg.cpp
g++ -c -pipe -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -Wall -W -D_REENTRANT -fPIC -D_RTLDLL -DNO_STRICT -DTRACE -DENAGLO -DENAQZS -DENAGAL -DENACMP -DENAIRN -DNFREQ=3 -DNEXOBS=3 -DEXTLEX -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -I../../src -I../appcmn_qt -isystem /usr/include/qt -isystem /usr/include/qt/QtWidgets -isystem /usr/include/qt/QtGui -isystem /usr/include/qt/QtCore -I. -isystem /usr/include/libdrm -I. -I/usr/lib/qt/mkspecs/linux-g++ -o viewer.o ../appcmn_qt/viewer.cpp
g++ -c -pipe -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -Wall -W -D_REENTRANT -fPIC -DQT5 -D_RTLDLL -DNO_STRICT -DTRACE -DENAGLO -DENAQZS -DENAGAL -DENACMP -DENAIRN -DNFREQ=3 -DNEXOBS=3 -DEXTLEX -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_SERIALPORT_LIB -DQT_CORE_LIB -I. -I../../src -I../appcmn_qt -I../rtkplot_qt -isystem /usr/include/qt -isystem /usr/include/qt/QtWidgets -isystem /usr/include/qt/QtGui -isystem /usr/include/qt/QtSerialPort -isystem /usr/include/qt/QtCore -I. -isystem /usr/include/libdrm -I. -I/usr/lib/qt/mkspecs/linux-g++ -o refdlg.o ../appcmn_qt/refdlg.cpp
g++ -c -pipe -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -Wall -W -D_REENTRANT -fPIC -DQT5 -D_RTLDLL -DNO_STRICT -DTRACE -DENAGLO -DENAQZS -DENAGAL -DENACMP -DENAIRN -DNFREQ=3 -DNEXOBS=3 -DEXTLEX -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -I../../src -I../appcmn_qt -isystem /usr/include/qt -isystem /usr/include/qt/QtWidgets -isystem /usr/include/qt/QtGui -isystem /usr/include/qt/QtCore -I. -isystem /usr/include/libdrm -I. -I/usr/lib/qt/mkspecs/linux-g++ -o postopt.o postopt.cpp
g++ -c -pipe -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -Wall -W -D_REENTRANT -fPIC -D_RTLDLL -DNO_STRICT -DTRACE -DENAGLO -DENAQZS -DENAGAL -DENACMP -DENAIRN -DNFREQ=3 -DNEXOBS=3 -DEXTLEX -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -I../../src -I../appcmn_qt -isystem /usr/include/qt -isystem /usr/include/qt/QtWidgets -isystem /usr/include/qt/QtGui -isystem /usr/include/qt/QtCore -I. -isystem /usr/include/libdrm -I. -I/usr/lib/qt/mkspecs/linux-g++ -o vieweropt.o ../appcmn_qt/vieweropt.cpp
g++ -c -pipe -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -Wall -W -D_REENTRANT -fPIC -D_RTLDLL -DNO_STRICT -DTRACE -DENAGLO -DENAQZS -DENAGAL -DENACMP -DENAIRN -DNFREQ=3 -DNEXOBS=3 -DEXTLEX -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -I../../src -I../appcmn_qt -isystem /usr/include/qt -isystem /usr/include/qt/QtWidgets -isystem /usr/include/qt/QtGui -isystem /usr/include/qt/QtCore -I. -isystem /usr/include/libdrm -I. -I/usr/lib/qt/mkspecs/linux-g++ -o timedlg.o ../appcmn_qt/timedlg.cpp
g++ -c -pipe -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -Wall -W -D_REENTRANT -fPIC -DQT5 -D_RTLDLL -DNO_STRICT -DTRACE -DENAGLO -DENAQZS -DENAGAL -DENACMP -DENAIRN -DNFREQ=3 -DNEXOBS=3 -DEXTLEX -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_SERIALPORT_LIB -DQT_CORE_LIB -I. -I../../src -I../appcmn_qt -I../rtkplot_qt -isystem /usr/include/qt -isystem /usr/include/qt/QtWidgets -isystem /usr/include/qt/QtGui -isystem /usr/include/qt/QtSerialPort -isystem /usr/include/qt/QtCore -I. -isystem /usr/include/libdrm -I. -I/usr/lib/qt/mkspecs/linux-g++ -o serioptdlg.o ../appcmn_qt/serioptdlg.cpp
/usr/bin/rcc -name rtkget_qt rtkget_qt.qrc -o qrc_rtkget_qt.cpp
g++ -c -pipe -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -Wall -W -D_REENTRANT -fPIC -DQT5 -D_RTLDLL -DNO_STRICT -DTRACE -DENAGLO -DENAQZS -DENAGAL -DENACMP -DENAIRN -DNFREQ=3 -DNEXOBS=3 -DEXTLEX -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_SERIALPORT_LIB -DQT_CORE_LIB -I. -I../../src -I../appcmn_qt -I../rtkplot_qt -isystem /usr/include/qt -isystem /usr/include/qt/QtWidgets -isystem /usr/include/qt/QtGui -isystem /usr/include/qt/QtSerialPort -isystem /usr/include/qt/QtCore -I. -isystem /usr/include/libdrm -I. -I/usr/lib/qt/mkspecs/linux-g++ -o tcpoptdlg.o ../appcmn_qt/tcpoptdlg.cpp
g++ -pipe -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -Wall -W -dM -E -o moc_predefs.h /usr/lib/qt/mkspecs/features/data/dummy.cpp
g++ -c -pipe -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -Wall -W -D_REENTRANT -fPIC -D_RTLDLL -DNO_STRICT -DTRACE -DENAGLO -DENAQZS -DENAGAL -DENACMP -DENAIRN -DNFREQ=3 -DNEXOBS=3 -DEXTLEX -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -I../../src -I../appcmn_qt -isystem /usr/include/qt -isystem /usr/include/qt/QtWidgets -isystem /usr/include/qt/QtGui -isystem /usr/include/qt/QtCore -I. -isystem /usr/include/libdrm -I. -I/usr/lib/qt/mkspecs/linux-g++ -o qrc_rtkget_qt.o qrc_rtkget_qt.cpp
/usr/bin/moc -D_RTLDLL -DNO_STRICT -DTRACE -DENAGLO -DENAQZS -DENAGAL -DENACMP -DENAIRN -DNFREQ=3 -DNEXOBS=3 -DEXTLEX -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB --include ./moc_predefs.h -I/usr/lib/qt/mkspecs/linux-g++ -I/mnt/cd7c8fe2-0fea-413c-be99-fcf387c77815/git/RTKLIB/app/rtkget_qt -I/mnt/cd7c8fe2-0fea-413c-be99-fcf387c77815/git/RTKLIB/src -I/mnt/cd7c8fe2-0fea-413c-be99-fcf387c77815/git/RTKLIB/app/appcmn_qt -I/usr/include/qt -I/usr/include/qt/QtWidgets -I/usr/include/qt/QtGui -I/usr/include/qt/QtCore -I/usr/include/c++/6.3.1 -I/usr/include/c++/6.3.1/x86_64-pc-linux-gnu -I/usr/include/c++/6.3.1/backward -I/usr/lib/gcc/x86_64-pc-linux-gnu/6.3.1/include -I/usr/local/include -I/usr/lib/gcc/x86_64-pc-linux-gnu/6.3.1/include-fixed -I/usr/include getmain.h -o moc_getmain.cpp
/usr/bin/moc -D_RTLDLL -DNO_STRICT -DTRACE -DENAGLO -DENAQZS -DENAGAL -DENACMP -DENAIRN -DNFREQ=3 -DNEXOBS=3 -DEXTLEX -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB --include ./moc_predefs.h -I/usr/lib/qt/mkspecs/linux-g++ -I/mnt/cd7c8fe2-0fea-413c-be99-fcf387c77815/git/RTKLIB/app/rtkget_qt -I/mnt/cd7c8fe2-0fea-413c-be99-fcf387c77815/git/RTKLIB/src -I/mnt/cd7c8fe2-0fea-413c-be99-fcf387c77815/git/RTKLIB/app/appcmn_qt -I/usr/include/qt -I/usr/include/qt/QtWidgets -I/usr/include/qt/QtGui -I/usr/include/qt/QtCore -I/usr/include/c++/6.3.1 -I/usr/include/c++/6.3.1/x86_64-pc-linux-gnu -I/usr/include/c++/6.3.1/backward -I/usr/lib/gcc/x86_64-pc-linux-gnu/6.3.1/include -I/usr/local/include -I/usr/lib/gcc/x86_64-pc-linux-gnu/6.3.1/include-fixed -I/usr/include getoptdlg.h -o moc_getoptdlg.cpp
/usr/bin/moc -D_RTLDLL -DNO_STRICT -DTRACE -DENAGLO -DENAQZS -DENAGAL -DENACMP -DENAIRN -DNFREQ=3 -DNEXOBS=3 -DEXTLEX -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB --include ./moc_predefs.h -I/usr/lib/qt/mkspecs/linux-g++ -I/mnt/cd7c8fe2-0fea-413c-be99-fcf387c77815/git/RTKLIB/app/rtkget_qt -I/mnt/cd7c8fe2-0fea-413c-be99-fcf387c77815/git/RTKLIB/src -I/mnt/cd7c8fe2-0fea-413c-be99-fcf387c77815/git/RTKLIB/app/appcmn_qt -I/usr/include/qt -I/usr/include/qt/QtWidgets -I/usr/include/qt/QtGui -I/usr/include/qt/QtCore -I/usr/include/c++/6.3.1 -I/usr/include/c++/6.3.1/x86_64-pc-linux-gnu -I/usr/include/c++/6.3.1/backward -I/usr/lib/gcc/x86_64-pc-linux-gnu/6.3.1/include -I/usr/local/include -I/usr/lib/gcc/x86_64-pc-linux-gnu/6.3.1/include-fixed -I/usr/include staoptdlg.h -o moc_staoptdlg.cpp
g++ -c -pipe -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -Wall -W -D_REENTRANT -fPIC -DQT5 -D_RTLDLL -DNO_STRICT -DTRACE -DENAGLO -DENAQZS -DENAGAL -DENACMP -DENAIRN -DNFREQ=3 -DNEXOBS=3 -DEXTLEX -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_SERIALPORT_LIB -DQT_CORE_LIB -I. -I../../src -I../appcmn_qt -I../rtkplot_qt -isystem /usr/include/qt -isystem /usr/include/qt/QtWidgets -isystem /usr/include/qt/QtGui -isystem /usr/include/qt/QtSerialPort -isystem /usr/include/qt/QtCore -I. -isystem /usr/include/libdrm -I. -I/usr/lib/qt/mkspecs/linux-g++ -o viewer.o ../appcmn_qt/viewer.cpp
/usr/bin/moc -D_RTLDLL -DNO_STRICT -DTRACE -DENAGLO -DENAQZS -DENAGAL -DENACMP -DENAIRN -DNFREQ=3 -DNEXOBS=3 -DEXTLEX -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB --include ./moc_predefs.h -I/usr/lib/qt/mkspecs/linux-g++ -I/mnt/cd7c8fe2-0fea-413c-be99-fcf387c77815/git/RTKLIB/app/rtkget_qt -I/mnt/cd7c8fe2-0fea-413c-be99-fcf387c77815/git/RTKLIB/src -I/mnt/cd7c8fe2-0fea-413c-be99-fcf387c77815/git/RTKLIB/app/appcmn_qt -I/usr/include/qt -I/usr/include/qt/QtWidgets -I/usr/include/qt/QtGui -I/usr/include/qt/QtCore -I/usr/include/c++/6.3.1 -I/usr/include/c++/6.3.1/x86_64-pc-linux-gnu -I/usr/include/c++/6.3.1/backward -I/usr/lib/gcc/x86_64-pc-linux-gnu/6.3.1/include -I/usr/local/include -I/usr/lib/gcc/x86_64-pc-linux-gnu/6.3.1/include-fixed -I/usr/include ../appcmn_qt/aboutdlg.h -o moc_aboutdlg.cpp
/usr/bin/moc -D_RTLDLL -DNO_STRICT -DTRACE -DENAGLO -DENAQZS -DENAGAL -DENACMP -DENAIRN -DNFREQ=3 -DNEXOBS=3 -DEXTLEX -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB --include ./moc_predefs.h -I/usr/lib/qt/mkspecs/linux-g++ -I/mnt/cd7c8fe2-0fea-413c-be99-fcf387c77815/git/RTKLIB/app/rtkget_qt -I/mnt/cd7c8fe2-0fea-413c-be99-fcf387c77815/git/RTKLIB/src -I/mnt/cd7c8fe2-0fea-413c-be99-fcf387c77815/git/RTKLIB/app/appcmn_qt -I/usr/include/qt -I/usr/include/qt/QtWidgets -I/usr/include/qt/QtGui -I/usr/include/qt/QtCore -I/usr/include/c++/6.3.1 -I/usr/include/c++/6.3.1/x86_64-pc-linux-gnu -I/usr/include/c++/6.3.1/backward -I/usr/lib/gcc/x86_64-pc-linux-gnu/6.3.1/include -I/usr/local/include -I/usr/lib/gcc/x86_64-pc-linux-gnu/6.3.1/include-fixed -I/usr/include ../appcmn_qt/keydlg.h -o moc_keydlg.cpp
/usr/bin/moc -D_RTLDLL -DNO_STRICT -DTRACE -DENAGLO -DENAQZS -DENAGAL -DENACMP -DENAIRN -DNFREQ=3 -DNEXOBS=3 -DEXTLEX -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB --include ./moc_predefs.h -I/usr/lib/qt/mkspecs/linux-g++ -I/mnt/cd7c8fe2-0fea-413c-be99-fcf387c77815/git/RTKLIB/app/rtkget_qt -I/mnt/cd7c8fe2-0fea-413c-be99-fcf387c77815/git/RTKLIB/src -I/mnt/cd7c8fe2-0fea-413c-be99-fcf387c77815/git/RTKLIB/app/appcmn_qt -I/usr/include/qt -I/usr/include/qt/QtWidgets -I/usr/include/qt/QtGui -I/usr/include/qt/QtCore -I/usr/include/c++/6.3.1 -I/usr/include/c++/6.3.1/x86_64-pc-linux-gnu -I/usr/include/c++/6.3.1/backward -I/usr/lib/gcc/x86_64-pc-linux-gnu/6.3.1/include -I/usr/local/include -I/usr/lib/gcc/x86_64-pc-linux-gnu/6.3.1/include-fixed -I/usr/include ../appcmn_qt/viewer.h -o moc_viewer.cpp
/usr/bin/moc -D_RTLDLL -DNO_STRICT -DTRACE -DENAGLO -DENAQZS -DENAGAL -DENACMP -DENAIRN -DNFREQ=3 -DNEXOBS=3 -DEXTLEX -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB --include ./moc_predefs.h -I/usr/lib/qt/mkspecs/linux-g++ -I/mnt/cd7c8fe2-0fea-413c-be99-fcf387c77815/git/RTKLIB/app/rtkget_qt -I/mnt/cd7c8fe2-0fea-413c-be99-fcf387c77815/git/RTKLIB/src -I/mnt/cd7c8fe2-0fea-413c-be99-fcf387c77815/git/RTKLIB/app/appcmn_qt -I/usr/include/qt -I/usr/include/qt/QtWidgets -I/usr/include/qt/QtGui -I/usr/include/qt/QtCore -I/usr/include/c++/6.3.1 -I/usr/include/c++/6.3.1/x86_64-pc-linux-gnu -I/usr/include/c++/6.3.1/backward -I/usr/lib/gcc/x86_64-pc-linux-gnu/6.3.1/include -I/usr/local/include -I/usr/lib/gcc/x86_64-pc-linux-gnu/6.3.1/include-fixed -I/usr/include ../appcmn_qt/vieweropt.h -o moc_vieweropt.cpp
/usr/bin/moc -D_RTLDLL -DNO_STRICT -DTRACE -DENAGLO -DENAQZS -DENAGAL -DENACMP -DENAIRN -DNFREQ=3 -DNEXOBS=3 -DEXTLEX -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB --include ./moc_predefs.h -I/usr/lib/qt/mkspecs/linux-g++ -I/mnt/cd7c8fe2-0fea-413c-be99-fcf387c77815/git/RTKLIB/app/rtkget_qt -I/mnt/cd7c8fe2-0fea-413c-be99-fcf387c77815/git/RTKLIB/src -I/mnt/cd7c8fe2-0fea-413c-be99-fcf387c77815/git/RTKLIB/app/appcmn_qt -I/usr/include/qt -I/usr/include/qt/QtWidgets -I/usr/include/qt/QtGui -I/usr/include/qt/QtCore -I/usr/include/c++/6.3.1 -I/usr/include/c++/6.3.1/x86_64-pc-linux-gnu -I/usr/include/c++/6.3.1/backward -I/usr/lib/gcc/x86_64-pc-linux-gnu/6.3.1/include -I/usr/local/include -I/usr/lib/gcc/x86_64-pc-linux-gnu/6.3.1/include-fixed -I/usr/include ../appcmn_qt/timedlg.h -o moc_timedlg.cpp
g++ -c -pipe -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -Wall -W -D_REENTRANT -fPIC -D_RTLDLL -DNO_STRICT -DTRACE -DENAGLO -DENAQZS -DENAGAL -DENACMP -DENAIRN -DNFREQ=3 -DNEXOBS=3 -DEXTLEX -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -I../../src -I../appcmn_qt -isystem /usr/include/qt -isystem /usr/include/qt/QtWidgets -isystem /usr/include/qt/QtGui -isystem /usr/include/qt/QtCore -I. -isystem /usr/include/libdrm -I. -I/usr/lib/qt/mkspecs/linux-g++ -o moc_getmain.o moc_getmain.cpp
g++ -c -pipe -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -Wall -W -D_REENTRANT -fPIC -DQT5 -D_RTLDLL -DNO_STRICT -DTRACE -DENAGLO -DENAQZS -DENAGAL -DENACMP -DENAIRN -DNFREQ=3 -DNEXOBS=3 -DEXTLEX -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_SERIALPORT_LIB -DQT_CORE_LIB -I. -I../../src -I../appcmn_qt -I../rtkplot_qt -isystem /usr/include/qt -isystem /usr/include/qt/QtWidgets -isystem /usr/include/qt/QtGui -isystem /usr/include/qt/QtSerialPort -isystem /usr/include/qt/QtCore -I. -isystem /usr/include/libdrm -I. -I/usr/lib/qt/mkspecs/linux-g++ -o vieweropt.o ../appcmn_qt/vieweropt.cpp
g++ -c -pipe -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -Wall -W -D_REENTRANT -fPIC -DQT5 -D_RTLDLL -DNO_STRICT -DTRACE -DENAGLO -DENAQZS -DENAGAL -DENACMP -DENAIRN -DNFREQ=3 -DNEXOBS=3 -DEXTLEX -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -I../../src -I../appcmn_qt -isystem /usr/include/qt -isystem /usr/include/qt/QtWidgets -isystem /usr/include/qt/QtGui -isystem /usr/include/qt/QtCore -I. -isystem /usr/include/libdrm -I. -I/usr/lib/qt/mkspecs/linux-g++ -o rtkpost.o rtkpost.cpp
g++ -c -pipe -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -Wall -W -D_REENTRANT -fPIC -DQT5 -D_RTLDLL -DNO_STRICT -DTRACE -DENAGLO -DENAQZS -DENAGAL -DENACMP -DENAIRN -DNFREQ=3 -DNEXOBS=3 -DEXTLEX -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_SERIALPORT_LIB -DQT_CORE_LIB -I. -I../../src -I../appcmn_qt -I../rtkplot_qt -isystem /usr/include/qt -isystem /usr/include/qt/QtWidgets -isystem /usr/include/qt/QtGui -isystem /usr/include/qt/QtSerialPort -isystem /usr/include/qt/QtCore -I. -isystem /usr/include/libdrm -I. -I/usr/lib/qt/mkspecs/linux-g++ -o instrdlg.o instrdlg.cpp
g++ -c -pipe -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -Wall -W -D_REENTRANT -fPIC -D_RTLDLL -DNO_STRICT -DTRACE -DENAGLO -DENAQZS -DENAGAL -DENACMP -DENAIRN -DNFREQ=3 -DNEXOBS=3 -DEXTLEX -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -I../../src -I../appcmn_qt -isystem /usr/include/qt -isystem /usr/include/qt/QtWidgets -isystem /usr/include/qt/QtGui -isystem /usr/include/qt/QtCore -I. -isystem /usr/include/libdrm -I. -I/usr/lib/qt/mkspecs/linux-g++ -o moc_getoptdlg.o moc_getoptdlg.cpp
g++ -c -pipe -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -Wall -W -D_REENTRANT -fPIC -DQT5 -D_RTLDLL -DNO_STRICT -DTRACE -DENAGLO -DENAQZS -DENAGAL -DENACMP -DENAIRN -DNFREQ=3 -DNEXOBS=3 -DEXTLEX -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_SERIALPORT_LIB -DQT_CORE_LIB -I. -I../../src -I../appcmn_qt -I../rtkplot_qt -isystem /usr/include/qt -isystem /usr/include/qt/QtWidgets -isystem /usr/include/qt/QtGui -isystem /usr/include/qt/QtSerialPort -isystem /usr/include/qt/QtCore -I. -isystem /usr/include/libdrm -I. -I/usr/lib/qt/mkspecs/linux-g++ -o logstrdlg.o logstrdlg.cpp
g++ -c -pipe -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -Wall -W -D_REENTRANT -fPIC -DQT5 -D_RTLDLL -DNO_STRICT -DTRACE -DENAGLO -DENAQZS -DENAGAL -DENACMP -DENAIRN -DNFREQ=3 -DNEXOBS=3 -DEXTLEX -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -I../../src -I../appcmn_qt -isystem /usr/include/qt -isystem /usr/include/qt/QtWidgets -isystem /usr/include/qt/QtGui -isystem /usr/include/qt/QtCore -I. -isystem /usr/include/libdrm -I. -I/usr/lib/qt/mkspecs/linux-g++ -o aboutdlg.o ../appcmn_qt/aboutdlg.cpp
g++ -c -pipe -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -Wall -W -D_REENTRANT -fPIC -D_RTLDLL -DNO_STRICT -DTRACE -DENAGLO -DENAQZS -DENAGAL -DENACMP -DENAIRN -DNFREQ=3 -DNEXOBS=3 -DEXTLEX -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -I../../src -I../appcmn_qt -isystem /usr/include/qt -isystem /usr/include/qt/QtWidgets -isystem /usr/include/qt/QtGui -isystem /usr/include/qt/QtCore -I. -isystem /usr/include/libdrm -I. -I/usr/lib/qt/mkspecs/linux-g++ -o moc_staoptdlg.o moc_staoptdlg.cpp
g++ -c -pipe -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -Wall -W -D_REENTRANT -fPIC -DQT5 -D_RTLDLL -DNO_STRICT -DTRACE -DENAGLO -DENAQZS -DENAGAL -DENACMP -DENAIRN -DNFREQ=3 -DNEXOBS=3 -DEXTLEX -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -I../../src -I../appcmn_qt -isystem /usr/include/qt -isystem /usr/include/qt/QtWidgets -isystem /usr/include/qt/QtGui -isystem /usr/include/qt/QtCore -I. -isystem /usr/include/libdrm -I. -I/usr/lib/qt/mkspecs/linux-g++ -o keydlg.o ../appcmn_qt/keydlg.cpp
g++ -c -pipe -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -Wall -W -D_REENTRANT -fPIC -DQT5 -D_RTLDLL -DNO_STRICT -DTRACE -DENAGLO -DENAQZS -DENAGAL -DENACMP -DENAIRN -DNFREQ=3 -DNEXOBS=3 -DEXTLEX -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_SERIALPORT_LIB -DQT_CORE_LIB -I. -I../../src -I../appcmn_qt -I../rtkplot_qt -isystem /usr/include/qt -isystem /usr/include/qt/QtWidgets -isystem /usr/include/qt/QtGui -isystem /usr/include/qt/QtSerialPort -isystem /usr/include/qt/QtCore -I. -isystem /usr/include/libdrm -I. -I/usr/lib/qt/mkspecs/linux-g++ -o main.o main.cpp
g++ -c -pipe -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -Wall -W -D_REENTRANT -fPIC -DQT5 -D_RTLDLL -DNO_STRICT -DTRACE -DENAGLO -DENAQZS -DENAGAL -DENACMP -DENAIRN -DNFREQ=3 -DNEXOBS=3 -DEXTLEX -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_SERIALPORT_LIB -DQT_CORE_LIB -I. -I../../src -I../appcmn_qt -I../rtkplot_qt -isystem /usr/include/qt -isystem /usr/include/qt/QtWidgets -isystem /usr/include/qt/QtGui -isystem /usr/include/qt/QtSerialPort -isystem /usr/include/qt/QtCore -I. -isystem /usr/include/libdrm -I. -I/usr/lib/qt/mkspecs/linux-g++ -o mondlg.o mondlg.cpp
g++ -c -pipe -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -Wall -W -D_REENTRANT -fPIC -D_RTLDLL -DNO_STRICT -DTRACE -DENAGLO -DENAQZS -DENAGAL -DENACMP -DENAIRN -DNFREQ=3 -DNEXOBS=3 -DEXTLEX -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -I../../src -I../appcmn_qt -isystem /usr/include/qt -isystem /usr/include/qt/QtWidgets -isystem /usr/include/qt/QtGui -isystem /usr/include/qt/QtCore -I. -isystem /usr/include/libdrm -I. -I/usr/lib/qt/mkspecs/linux-g++ -o moc_aboutdlg.o moc_aboutdlg.cpp
g++ -c -pipe -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -Wall -W -D_REENTRANT -fPIC -D_RTLDLL -DNO_STRICT -DTRACE -DENAGLO -DENAQZS -DENAGAL -DENACMP -DENAIRN -DNFREQ=3 -DNEXOBS=3 -DEXTLEX -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -I../../src -I../appcmn_qt -isystem /usr/include/qt -isystem /usr/include/qt/QtWidgets -isystem /usr/include/qt/QtGui -isystem /usr/include/qt/QtCore -I. -isystem /usr/include/libdrm -I. -I/usr/lib/qt/mkspecs/linux-g++ -o moc_keydlg.o moc_keydlg.cpp
g++ -c -pipe -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -Wall -W -D_REENTRANT -fPIC -DQT5 -D_RTLDLL -DNO_STRICT -DTRACE -DENAGLO -DENAQZS -DENAGAL -DENACMP -DENAIRN -DNFREQ=3 -DNEXOBS=3 -DEXTLEX -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_SERIALPORT_LIB -DQT_CORE_LIB -I. -I../../src -I../appcmn_qt -I../rtkplot_qt -isystem /usr/include/qt -isystem /usr/include/qt/QtWidgets -isystem /usr/include/qt/QtGui -isystem /usr/include/qt/QtSerialPort -isystem /usr/include/qt/QtCore -I. -isystem /usr/include/libdrm -I. -I/usr/lib/qt/mkspecs/linux-g++ -o navimain.o navimain.cpp
g++ -c -pipe -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -Wall -W -D_REENTRANT -fPIC -DQT5 -D_RTLDLL -DNO_STRICT -DTRACE -DENAGLO -DENAQZS -DENAGAL -DENACMP -DENAIRN -DNFREQ=3 -DNEXOBS=3 -DEXTLEX -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -I../../src -I../appcmn_qt -isystem /usr/include/qt -isystem /usr/include/qt/QtWidgets -isystem /usr/include/qt/QtGui -isystem /usr/include/qt/QtCore -I. -isystem /usr/include/libdrm -I. -I/usr/lib/qt/mkspecs/linux-g++ -o maskoptdlg.o ../appcmn_qt/maskoptdlg.cpp
^[[A^[[Bg++ -c -pipe -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -Wall -W -D_REENTRANT -fPIC -D_RTLDLL -DNO_STRICT -DTRACE -DENAGLO -DENAQZS -DENAGAL -DENACMP -DENAIRN -DNFREQ=3 -DNEXOBS=3 -DEXTLEX -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -I../../src -I../appcmn_qt -isystem /usr/include/qt -isystem /usr/include/qt/QtWidgets -isystem /usr/include/qt/QtGui -isystem /usr/include/qt/QtCore -I. -isystem /usr/include/libdrm -I. -I/usr/lib/qt/mkspecs/linux-g++ -o moc_viewer.o moc_viewer.cpp
g++ -c -pipe -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -Wall -W -D_REENTRANT -fPIC -DQT5 -D_RTLDLL -DNO_STRICT -DTRACE -DENAGLO -DENAQZS -DENAGAL -DENACMP -DENAIRN -DNFREQ=3 -DNEXOBS=3 -DEXTLEX -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -I../../src -I../appcmn_qt -isystem /usr/include/qt -isystem /usr/include/qt/QtWidgets -isystem /usr/include/qt/QtGui -isystem /usr/include/qt/QtCore -I. -isystem /usr/include/libdrm -I. -I/usr/lib/qt/mkspecs/linux-g++ -o refdlg.o ../appcmn_qt/refdlg.cpp
navimain.cpp: In member function ‘void MainWindow::SvrStart()’:
navimain.cpp:1094:35: error: invalid conversion from ‘int’ to ‘char**’ [-fpermissive]
cmds,rcvopts,NmeaCycle,NmeaReq,nmeapos,&PrcOpt,solopt,
^~~~~~~~~
navimain.cpp:1095:30: error: invalid conversion from ‘double*’ to ‘int’ [-fpermissive]
&monistr)) {
^
navimain.cpp:1095:30: error: cannot convert ‘prcopt_t*’ to ‘const double*’ for argument ‘13’ to ‘int rtksvrstart(rtksvr_t*, int, int, int*, char**, int*, int, char**, char**, char**, int, int, const double*, prcopt_t*, solopt_t*, stream_t*, char*)’
navimain.cpp: In member function ‘void MainWindow::SaveLog()’:
navimain.cpp:2035:17: warning: missing initializer for member ‘gtime_t::sec’ [-Wmissing-field-initializers]
sol_t sol={0};
^
navimain.cpp:2035:17: warning: missing initializer for member ‘sol_t::eventime’ [-Wmissing-field-initializers]
navimain.cpp:2035:17: warning: missing initializer for member ‘sol_t::rr’ [-Wmissing-field-initializers]
navimain.cpp:2035:17: warning: missing initializer for member ‘sol_t::qr’ [-Wmissing-field-initializers]
navimain.cpp:2035:17: warning: missing initializer for member ‘sol_t::dtr’ [-Wmissing-field-initializers]
navimain.cpp:2035:17: warning: missing initializer for member ‘sol_t::type’ [-Wmissing-field-initializers]
navimain.cpp:2035:17: warning: missing initializer for member ‘sol_t::stat’ [-Wmissing-field-initializers]
navimain.cpp:2035:17: warning: missing initializer for member ‘sol_t::ns’ [-Wmissing-field-initializers]
navimain.cpp:2035:17: warning: missing initializer for member ‘sol_t::age’ [-Wmissing-field-initializers]
navimain.cpp:2035:17: warning: missing initializer for member ‘sol_t::ratio’ [-Wmissing-field-initializers]
navimain.cpp:2035:17: warning: missing initializer for member ‘sol_t::prev_ratio1’ [-Wmissing-field-initializers]
navimain.cpp:2035:17: warning: missing initializer for member ‘sol_t::prev_ratio2’ [-Wmissing-field-initializers]
navimain.cpp:2035:17: warning: missing initializer for member ‘sol_t::thres’ [-Wmissing-field-initializers]
navimain.cpp:2035:17: warning: missing initializer for member ‘sol_t::dop’ [-Wmissing-field-initializers]
navimain.cpp:2035:17: warning: missing initializer for member ‘sol_t::nSV’ [-Wmissing-field-initializers]
navimain.cpp:2035:17: warning: missing initializer for member ‘sol_t::idSV’ [-Wmissing-field-initializers]
navimain.cpp:2035:17: warning: missing initializer for member ‘sol_t::typeSV’ [-Wmissing-field-initializers]
navimain.cpp:2035:17: warning: missing initializer for member ‘sol_t::carPh’ [-Wmissing-field-initializers]
navimain.cpp:2035:17: warning: missing initializer for member ‘sol_t::psRan’ [-Wmissing-field-initializers]
navimain.cpp:2035:17: warning: missing initializer for member ‘sol_t::freqD’ [-Wmissing-field-initializers]
navimain.cpp:2035:17: warning: missing initializer for member ‘sol_t::snr’ [-Wmissing-field-initializers]
navimain.cpp:2035:17: warning: missing initializer for member ‘sol_t::azim’ [-Wmissing-field-initializers]
navimain.cpp:2035:17: warning: missing initializer for member ‘sol_t::elev’ [-Wmissing-field-initializers]
make[2]: *** [Makefile:1521: navimain.o] Error 1
make[2]: *** Waiting for unfinished jobs....
g++ -c -pipe -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -Wall -W -D_REENTRANT -fPIC -DQT5 -D_RTLDLL -DNO_STRICT -DTRACE -DENAGLO -DENAQZS -DENAGAL -DENACMP -DENAIRN -DNFREQ=3 -DNEXOBS=3 -DEXTLEX -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -I../../src -I../appcmn_qt -isystem /usr/include/qt -isystem /usr/include/qt/QtWidgets -isystem /usr/include/qt/QtGui -isystem /usr/include/qt/QtCore -I. -isystem /usr/include/libdrm -I. -I/usr/lib/qt/mkspecs/linux-g++ -o viewer.o ../appcmn_qt/viewer.cpp
g++ -c -pipe -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -Wall -W -D_REENTRANT -fPIC -D_RTLDLL -DNO_STRICT -DTRACE -DENAGLO -DENAQZS -DENAGAL -DENACMP -DENAIRN -DNFREQ=3 -DNEXOBS=3 -DEXTLEX -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -I../../src -I../appcmn_qt -isystem /usr/include/qt -isystem /usr/include/qt/QtWidgets -isystem /usr/include/qt/QtGui -isystem /usr/include/qt/QtCore -I. -isystem /usr/include/libdrm -I. -I/usr/lib/qt/mkspecs/linux-g++ -o moc_vieweropt.o moc_vieweropt.cpp
g++ -c -pipe -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -Wall -W -D_REENTRANT -fPIC -DQT5 -D_RTLDLL -DNO_STRICT -DTRACE -DENAGLO -DENAQZS -DENAGAL -DENACMP -DENAIRN -DNFREQ=3 -DNEXOBS=3 -DEXTLEX -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -I../../src -I../appcmn_qt -isystem /usr/include/qt -isystem /usr/include/qt/QtWidgets -isystem /usr/include/qt/QtGui -isystem /usr/include/qt/QtCore -I. -isystem /usr/include/libdrm -I. -I/usr/lib/qt/mkspecs/linux-g++ -o vieweropt.o ../appcmn_qt/vieweropt.cpp
g++ -c -pipe -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -Wall -W -D_REENTRANT -fPIC -D_RTLDLL -DNO_STRICT -DTRACE -DENAGLO -DENAQZS -DENAGAL -DENACMP -DENAIRN -DNFREQ=3 -DNEXOBS=3 -DEXTLEX -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -I../../src -I../appcmn_qt -isystem /usr/include/qt -isystem /usr/include/qt/QtWidgets -isystem /usr/include/qt/QtGui -isystem /usr/include/qt/QtCore -I. -isystem /usr/include/libdrm -I. -I/usr/lib/qt/mkspecs/linux-g++ -o moc_timedlg.o moc_timedlg.cpp
g++ -c -pipe -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -Wall -W -D_REENTRANT -fPIC -DQT5 -D_RTLDLL -DNO_STRICT -DTRACE -DENAGLO -DENAQZS -DENAGAL -DENACMP -DENAIRN -DNFREQ=3 -DNEXOBS=3 -DEXTLEX -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -I../../src -I../appcmn_qt -isystem /usr/include/qt -isystem /usr/include/qt/QtWidgets -isystem /usr/include/qt/QtGui -isystem /usr/include/qt/QtCore -I. -isystem /usr/include/libdrm -I. -I/usr/lib/qt/mkspecs/linux-g++ -o timedlg.o ../appcmn_qt/timedlg.cpp
make[2]: Leaving directory '/mnt/cd7c8fe2-0fea-413c-be99-fcf387c77815/git/RTKLIB/app/rtknavi_qt'
make[1]: *** [Makefile:50: sub-rtknavi_qt-make_first] Error 2
/usr/bin/rcc -name rtkpost_qt rtkpost_qt.qrc -o qrc_rtkpost_qt.cpp
g++ -pipe -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -Wall -W -dM -E -o moc_predefs.h /usr/lib/qt/mkspecs/features/data/dummy.cpp
g++ -c -pipe -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -Wall -W -D_REENTRANT -fPIC -DQT5 -D_RTLDLL -DNO_STRICT -DTRACE -DENAGLO -DENAQZS -DENAGAL -DENACMP -DENAIRN -DNFREQ=3 -DNEXOBS=3 -DEXTLEX -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -I../../src -I../appcmn_qt -isystem /usr/include/qt -isystem /usr/include/qt/QtWidgets -isystem /usr/include/qt/QtGui -isystem /usr/include/qt/QtCore -I. -isystem /usr/include/libdrm -I. -I/usr/lib/qt/mkspecs/linux-g++ -o qrc_rtkpost_qt.o qrc_rtkpost_qt.cpp
/usr/bin/moc -DQT5 -D_RTLDLL -DNO_STRICT -DTRACE -DENAGLO -DENAQZS -DENAGAL -DENACMP -DENAIRN -DNFREQ=3 -DNEXOBS=3 -DEXTLEX -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB --include ./moc_predefs.h -I/usr/lib/qt/mkspecs/linux-g++ -I/mnt/cd7c8fe2-0fea-413c-be99-fcf387c77815/git/RTKLIB/app/rtkpost_qt -I/mnt/cd7c8fe2-0fea-413c-be99-fcf387c77815/git/RTKLIB/src -I/mnt/cd7c8fe2-0fea-413c-be99-fcf387c77815/git/RTKLIB/app/appcmn_qt -I/usr/include/qt -I/usr/include/qt/QtWidgets -I/usr/include/qt/QtGui -I/usr/include/qt/QtCore -I/usr/include/c++/6.3.1 -I/usr/include/c++/6.3.1/x86_64-pc-linux-gnu -I/usr/include/c++/6.3.1/backward -I/usr/lib/gcc/x86_64-pc-linux-gnu/6.3.1/include -I/usr/local/include -I/usr/lib/gcc/x86_64-pc-linux-gnu/6.3.1/include-fixed -I/usr/include extopt.h -o moc_extopt.cpp
/usr/bin/moc -DQT5 -D_RTLDLL -DNO_STRICT -DTRACE -DENAGLO -DENAQZS -DENAGAL -DENACMP -DENAIRN -DNFREQ=3 -DNEXOBS=3 -DEXTLEX -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB --include ./moc_predefs.h -I/usr/lib/qt/mkspecs/linux-g++ -I/mnt/cd7c8fe2-0fea-413c-be99-fcf387c77815/git/RTKLIB/app/rtkpost_qt -I/mnt/cd7c8fe2-0fea-413c-be99-fcf387c77815/git/RTKLIB/src -I/mnt/cd7c8fe2-0fea-413c-be99-fcf387c77815/git/RTKLIB/app/appcmn_qt -I/usr/include/qt -I/usr/include/qt/QtWidgets -I/usr/include/qt/QtGui -I/usr/include/qt/QtCore -I/usr/include/c++/6.3.1 -I/usr/include/c++/6.3.1/x86_64-pc-linux-gnu -I/usr/include/c++/6.3.1/backward -I/usr/lib/gcc/x86_64-pc-linux-gnu/6.3.1/include -I/usr/local/include -I/usr/lib/gcc/x86_64-pc-linux-gnu/6.3.1/include-fixed -I/usr/include kmzconv.h -o moc_kmzconv.cpp
/usr/bin/moc -DQT5 -D_RTLDLL -DNO_STRICT -DTRACE -DENAGLO -DENAQZS -DENAGAL -DENACMP -DENAIRN -DNFREQ=3 -DNEXOBS=3 -DEXTLEX -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB --include ./moc_predefs.h -I/usr/lib/qt/mkspecs/linux-g++ -I/mnt/cd7c8fe2-0fea-413c-be99-fcf387c77815/git/RTKLIB/app/rtkpost_qt -I/mnt/cd7c8fe2-0fea-413c-be99-fcf387c77815/git/RTKLIB/src -I/mnt/cd7c8fe2-0fea-413c-be99-fcf387c77815/git/RTKLIB/app/appcmn_qt -I/usr/include/qt -I/usr/include/qt/QtWidgets -I/usr/include/qt/QtGui -I/usr/include/qt/QtCore -I/usr/include/c++/6.3.1 -I/usr/include/c++/6.3.1/x86_64-pc-linux-gnu -I/usr/include/c++/6.3.1/backward -I/usr/lib/gcc/x86_64-pc-linux-gnu/6.3.1/include -I/usr/local/include -I/usr/lib/gcc/x86_64-pc-linux-gnu/6.3.1/include-fixed -I/usr/include postmain.h -o moc_postmain.cpp
/usr/bin/moc -DQT5 -D_RTLDLL -DNO_STRICT -DTRACE -DENAGLO -DENAQZS -DENAGAL -DENACMP -DENAIRN -DNFREQ=3 -DNEXOBS=3 -DEXTLEX -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB --include ./moc_predefs.h -I/usr/lib/qt/mkspecs/linux-g++ -I/mnt/cd7c8fe2-0fea-413c-be99-fcf387c77815/git/RTKLIB/app/rtkpost_qt -I/mnt/cd7c8fe2-0fea-413c-be99-fcf387c77815/git/RTKLIB/src -I/mnt/cd7c8fe2-0fea-413c-be99-fcf387c77815/git/RTKLIB/app/appcmn_qt -I/usr/include/qt -I/usr/include/qt/QtWidgets -I/usr/include/qt/QtGui -I/usr/include/qt/QtCore -I/usr/include/c++/6.3.1 -I/usr/include/c++/6.3.1/x86_64-pc-linux-gnu -I/usr/include/c++/6.3.1/backward -I/usr/lib/gcc/x86_64-pc-linux-gnu/6.3.1/include -I/usr/local/include -I/usr/lib/gcc/x86_64-pc-linux-gnu/6.3.1/include-fixed -I/usr/include postopt.h -o moc_postopt.cpp
/usr/bin/moc -DQT5 -D_RTLDLL -DNO_STRICT -DTRACE -DENAGLO -DENAQZS -DENAGAL -DENACMP -DENAIRN -DNFREQ=3 -DNEXOBS=3 -DEXTLEX -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB --include ./moc_predefs.h -I/usr/lib/qt/mkspecs/linux-g++ -I/mnt/cd7c8fe2-0fea-413c-be99-fcf387c77815/git/RTKLIB/app/rtkpost_qt -I/mnt/cd7c8fe2-0fea-413c-be99-fcf387c77815/git/RTKLIB/src -I/mnt/cd7c8fe2-0fea-413c-be99-fcf387c77815/git/RTKLIB/app/appcmn_qt -I/usr/include/qt -I/usr/include/qt/QtWidgets -I/usr/include/qt/QtGui -I/usr/include/qt/QtCore -I/usr/include/c++/6.3.1 -I/usr/include/c++/6.3.1/x86_64-pc-linux-gnu -I/usr/include/c++/6.3.1/backward -I/usr/lib/gcc/x86_64-pc-linux-gnu/6.3.1/include -I/usr/local/include -I/usr/lib/gcc/x86_64-pc-linux-gnu/6.3.1/include-fixed -I/usr/include ../appcmn_qt/keydlg.h -o moc_keydlg.cpp
/usr/bin/moc -DQT5 -D_RTLDLL -DNO_STRICT -DTRACE -DENAGLO -DENAQZS -DENAGAL -DENACMP -DENAIRN -DNFREQ=3 -DNEXOBS=3 -DEXTLEX -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB --include ./moc_predefs.h -I/usr/lib/qt/mkspecs/linux-g++ -I/mnt/cd7c8fe2-0fea-413c-be99-fcf387c77815/git/RTKLIB/app/rtkpost_qt -I/mnt/cd7c8fe2-0fea-413c-be99-fcf387c77815/git/RTKLIB/src -I/mnt/cd7c8fe2-0fea-413c-be99-fcf387c77815/git/RTKLIB/app/appcmn_qt -I/usr/include/qt -I/usr/include/qt/QtWidgets -I/usr/include/qt/QtGui -I/usr/include/qt/QtCore -I/usr/include/c++/6.3.1 -I/usr/include/c++/6.3.1/x86_64-pc-linux-gnu -I/usr/include/c++/6.3.1/backward -I/usr/lib/gcc/x86_64-pc-linux-gnu/6.3.1/include -I/usr/local/include -I/usr/lib/gcc/x86_64-pc-linux-gnu/6.3.1/include-fixed -I/usr/include ../appcmn_qt/maskoptdlg.h -o moc_maskoptdlg.cpp
g++ -Wl,-O1 -Wl,-O1,--sort-common,--as-needed,-z,relro -o rtkget_qt main.o getmain.o getoptdlg.o staoptdlg.o aboutdlg.o keydlg.o viewer.o vieweropt.o timedlg.o qrc_rtkget_qt.o moc_getmain.o moc_getoptdlg.o moc_staoptdlg.o moc_aboutdlg.o moc_keydlg.o moc_viewer.o moc_vieweropt.o moc_timedlg.o -lpng ../../src/libRTKLib.a -lQt5Widgets -lQt5Gui -lQt5Core -lGL -lpthread
/usr/bin/moc -DQT5 -D_RTLDLL -DNO_STRICT -DTRACE -DENAGLO -DENAQZS -DENAGAL -DENACMP -DENAIRN -DNFREQ=3 -DNEXOBS=3 -DEXTLEX -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB --include ./moc_predefs.h -I/usr/lib/qt/mkspecs/linux-g++ -I/mnt/cd7c8fe2-0fea-413c-be99-fcf387c77815/git/RTKLIB/app/rtkpost_qt -I/mnt/cd7c8fe2-0fea-413c-be99-fcf387c77815/git/RTKLIB/src -I/mnt/cd7c8fe2-0fea-413c-be99-fcf387c77815/git/RTKLIB/app/appcmn_qt -I/usr/include/qt -I/usr/include/qt/QtWidgets -I/usr/include/qt/QtGui -I/usr/include/qt/QtCore -I/usr/include/c++/6.3.1 -I/usr/include/c++/6.3.1/x86_64-pc-linux-gnu -I/usr/include/c++/6.3.1/backward -I/usr/lib/gcc/x86_64-pc-linux-gnu/6.3.1/include -I/usr/local/include -I/usr/lib/gcc/x86_64-pc-linux-gnu/6.3.1/include-fixed -I/usr/include ../appcmn_qt/refdlg.h -o moc_refdlg.cpp
/usr/bin/moc -DQT5 -D_RTLDLL -DNO_STRICT -DTRACE -DENAGLO -DENAQZS -DENAGAL -DENACMP -DENAIRN -DNFREQ=3 -DNEXOBS=3 -DEXTLEX -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB --include ./moc_predefs.h -I/usr/lib/qt/mkspecs/linux-g++ -I/mnt/cd7c8fe2-0fea-413c-be99-fcf387c77815/git/RTKLIB/app/rtkpost_qt -I/mnt/cd7c8fe2-0fea-413c-be99-fcf387c77815/git/RTKLIB/src -I/mnt/cd7c8fe2-0fea-413c-be99-fcf387c77815/git/RTKLIB/app/appcmn_qt -I/usr/include/qt -I/usr/include/qt/QtWidgets -I/usr/include/qt/QtGui -I/usr/include/qt/QtCore -I/usr/include/c++/6.3.1 -I/usr/include/c++/6.3.1/x86_64-pc-linux-gnu -I/usr/include/c++/6.3.1/backward -I/usr/lib/gcc/x86_64-pc-linux-gnu/6.3.1/include -I/usr/local/include -I/usr/lib/gcc/x86_64-pc-linux-gnu/6.3.1/include-fixed -I/usr/include ../appcmn_qt/viewer.h -o moc_viewer.cpp
/usr/bin/moc -DQT5 -D_RTLDLL -DNO_STRICT -DTRACE -DENAGLO -DENAQZS -DENAGAL -DENACMP -DENAIRN -DNFREQ=3 -DNEXOBS=3 -DEXTLEX -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB --include ./moc_predefs.h -I/usr/lib/qt/mkspecs/linux-g++ -I/mnt/cd7c8fe2-0fea-413c-be99-fcf387c77815/git/RTKLIB/app/rtkpost_qt -I/mnt/cd7c8fe2-0fea-413c-be99-fcf387c77815/git/RTKLIB/src -I/mnt/cd7c8fe2-0fea-413c-be99-fcf387c77815/git/RTKLIB/app/appcmn_qt -I/usr/include/qt -I/usr/include/qt/QtWidgets -I/usr/include/qt/QtGui -I/usr/include/qt/QtCore -I/usr/include/c++/6.3.1 -I/usr/include/c++/6.3.1/x86_64-pc-linux-gnu -I/usr/include/c++/6.3.1/backward -I/usr/lib/gcc/x86_64-pc-linux-gnu/6.3.1/include -I/usr/local/include -I/usr/lib/gcc/x86_64-pc-linux-gnu/6.3.1/include-fixed -I/usr/include ../appcmn_qt/vieweropt.h -o moc_vieweropt.cpp
/usr/bin/moc -DQT5 -D_RTLDLL -DNO_STRICT -DTRACE -DENAGLO -DENAQZS -DENAGAL -DENACMP -DENAIRN -DNFREQ=3 -DNEXOBS=3 -DEXTLEX -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB --include ./moc_predefs.h -I/usr/lib/qt/mkspecs/linux-g++ -I/mnt/cd7c8fe2-0fea-413c-be99-fcf387c77815/git/RTKLIB/app/rtkpost_qt -I/mnt/cd7c8fe2-0fea-413c-be99-fcf387c77815/git/RTKLIB/src -I/mnt/cd7c8fe2-0fea-413c-be99-fcf387c77815/git/RTKLIB/app/appcmn_qt -I/usr/include/qt -I/usr/include/qt/QtWidgets -I/usr/include/qt/QtGui -I/usr/include/qt/QtCore -I/usr/include/c++/6.3.1 -I/usr/include/c++/6.3.1/x86_64-pc-linux-gnu -I/usr/include/c++/6.3.1/backward -I/usr/lib/gcc/x86_64-pc-linux-gnu/6.3.1/include -I/usr/local/include -I/usr/lib/gcc/x86_64-pc-linux-gnu/6.3.1/include-fixed -I/usr/include ../appcmn_qt/aboutdlg.h -o moc_aboutdlg.cpp
/usr/bin/moc -DQT5 -D_RTLDLL -DNO_STRICT -DTRACE -DENAGLO -DENAQZS -DENAGAL -DENACMP -DENAIRN -DNFREQ=3 -DNEXOBS=3 -DEXTLEX -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB --include ./moc_predefs.h -I/usr/lib/qt/mkspecs/linux-g++ -I/mnt/cd7c8fe2-0fea-413c-be99-fcf387c77815/git/RTKLIB/app/rtkpost_qt -I/mnt/cd7c8fe2-0fea-413c-be99-fcf387c77815/git/RTKLIB/src -I/mnt/cd7c8fe2-0fea-413c-be99-fcf387c77815/git/RTKLIB/app/appcmn_qt -I/usr/include/qt -I/usr/include/qt/QtWidgets -I/usr/include/qt/QtGui -I/usr/include/qt/QtCore -I/usr/include/c++/6.3.1 -I/usr/include/c++/6.3.1/x86_64-pc-linux-gnu -I/usr/include/c++/6.3.1/backward -I/usr/lib/gcc/x86_64-pc-linux-gnu/6.3.1/include -I/usr/local/include -I/usr/lib/gcc/x86_64-pc-linux-gnu/6.3.1/include-fixed -I/usr/include ../appcmn_qt/timedlg.h -o moc_timedlg.cpp
make[2]: Leaving directory '/mnt/cd7c8fe2-0fea-413c-be99-fcf387c77815/git/RTKLIB/app/rtkget_qt'
g++ -c -pipe -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -Wall -W -D_REENTRANT -fPIC -DQT5 -D_RTLDLL -DNO_STRICT -DTRACE -DENAGLO -DENAQZS -DENAGAL -DENACMP -DENAIRN -DNFREQ=3 -DNEXOBS=3 -DEXTLEX -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -I../../src -I../appcmn_qt -isystem /usr/include/qt -isystem /usr/include/qt/QtWidgets -isystem /usr/include/qt/QtGui -isystem /usr/include/qt/QtCore -I. -isystem /usr/include/libdrm -I. -I/usr/lib/qt/mkspecs/linux-g++ -o moc_extopt.o moc_extopt.cpp
g++ -c -pipe -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -Wall -W -D_REENTRANT -fPIC -DQT5 -D_RTLDLL -DNO_STRICT -DTRACE -DENAGLO -DENAQZS -DENAGAL -DENACMP -DENAIRN -DNFREQ=3 -DNEXOBS=3 -DEXTLEX -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -I../../src -I../appcmn_qt -isystem /usr/include/qt -isystem /usr/include/qt/QtWidgets -isystem /usr/include/qt/QtGui -isystem /usr/include/qt/QtCore -I. -isystem /usr/include/libdrm -I. -I/usr/lib/qt/mkspecs/linux-g++ -o moc_kmzconv.o moc_kmzconv.cpp
g++ -c -pipe -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -Wall -W -D_REENTRANT -fPIC -DQT5 -D_RTLDLL -DNO_STRICT -DTRACE -DENAGLO -DENAQZS -DENAGAL -DENACMP -DENAIRN -DNFREQ=3 -DNEXOBS=3 -DEXTLEX -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -I../../src -I../appcmn_qt -isystem /usr/include/qt -isystem /usr/include/qt/QtWidgets -isystem /usr/include/qt/QtGui -isystem /usr/include/qt/QtCore -I. -isystem /usr/include/libdrm -I. -I/usr/lib/qt/mkspecs/linux-g++ -o moc_postmain.o moc_postmain.cpp
g++ -c -pipe -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -Wall -W -D_REENTRANT -fPIC -DQT5 -D_RTLDLL -DNO_STRICT -DTRACE -DENAGLO -DENAQZS -DENAGAL -DENACMP -DENAIRN -DNFREQ=3 -DNEXOBS=3 -DEXTLEX -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -I../../src -I../appcmn_qt -isystem /usr/include/qt -isystem /usr/include/qt/QtWidgets -isystem /usr/include/qt/QtGui -isystem /usr/include/qt/QtCore -I. -isystem /usr/include/libdrm -I. -I/usr/lib/qt/mkspecs/linux-g++ -o moc_postopt.o moc_postopt.cpp
g++ -c -pipe -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -Wall -W -D_REENTRANT -fPIC -DQT5 -D_RTLDLL -DNO_STRICT -DTRACE -DENAGLO -DENAQZS -DENAGAL -DENACMP -DENAIRN -DNFREQ=3 -DNEXOBS=3 -DEXTLEX -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -I../../src -I../appcmn_qt -isystem /usr/include/qt -isystem /usr/include/qt/QtWidgets -isystem /usr/include/qt/QtGui -isystem /usr/include/qt/QtCore -I. -isystem /usr/include/libdrm -I. -I/usr/lib/qt/mkspecs/linux-g++ -o moc_keydlg.o moc_keydlg.cpp
g++ -c -pipe -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -Wall -W -D_REENTRANT -fPIC -DQT5 -D_RTLDLL -DNO_STRICT -DTRACE -DENAGLO -DENAQZS -DENAGAL -DENACMP -DENAIRN -DNFREQ=3 -DNEXOBS=3 -DEXTLEX -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -I../../src -I../appcmn_qt -isystem /usr/include/qt -isystem /usr/include/qt/QtWidgets -isystem /usr/include/qt/QtGui -isystem /usr/include/qt/QtCore -I. -isystem /usr/include/libdrm -I. -I/usr/lib/qt/mkspecs/linux-g++ -o moc_maskoptdlg.o moc_maskoptdlg.cpp
g++ -c -pipe -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -Wall -W -D_REENTRANT -fPIC -DQT5 -D_RTLDLL -DNO_STRICT -DTRACE -DENAGLO -DENAQZS -DENAGAL -DENACMP -DENAIRN -DNFREQ=3 -DNEXOBS=3 -DEXTLEX -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -I../../src -I../appcmn_qt -isystem /usr/include/qt -isystem /usr/include/qt/QtWidgets -isystem /usr/include/qt/QtGui -isystem /usr/include/qt/QtCore -I. -isystem /usr/include/libdrm -I. -I/usr/lib/qt/mkspecs/linux-g++ -o moc_refdlg.o moc_refdlg.cpp
g++ -c -pipe -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -Wall -W -D_REENTRANT -fPIC -DQT5 -D_RTLDLL -DNO_STRICT -DTRACE -DENAGLO -DENAQZS -DENAGAL -DENACMP -DENAIRN -DNFREQ=3 -DNEXOBS=3 -DEXTLEX -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -I../../src -I../appcmn_qt -isystem /usr/include/qt -isystem /usr/include/qt/QtWidgets -isystem /usr/include/qt/QtGui -isystem /usr/include/qt/QtCore -I. -isystem /usr/include/libdrm -I. -I/usr/lib/qt/mkspecs/linux-g++ -o moc_viewer.o moc_viewer.cpp
g++ -c -pipe -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -Wall -W -D_REENTRANT -fPIC -DQT5 -D_RTLDLL -DNO_STRICT -DTRACE -DENAGLO -DENAQZS -DENAGAL -DENACMP -DENAIRN -DNFREQ=3 -DNEXOBS=3 -DEXTLEX -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -I../../src -I../appcmn_qt -isystem /usr/include/qt -isystem /usr/include/qt/QtWidgets -isystem /usr/include/qt/QtGui -isystem /usr/include/qt/QtCore -I. -isystem /usr/include/libdrm -I. -I/usr/lib/qt/mkspecs/linux-g++ -o moc_vieweropt.o moc_vieweropt.cpp
g++ -c -pipe -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -Wall -W -D_REENTRANT -fPIC -DQT5 -D_RTLDLL -DNO_STRICT -DTRACE -DENAGLO -DENAQZS -DENAGAL -DENACMP -DENAIRN -DNFREQ=3 -DNEXOBS=3 -DEXTLEX -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -I../../src -I../appcmn_qt -isystem /usr/include/qt -isystem /usr/include/qt/QtWidgets -isystem /usr/include/qt/QtGui -isystem /usr/include/qt/QtCore -I. -isystem /usr/include/libdrm -I. -I/usr/lib/qt/mkspecs/linux-g++ -o moc_aboutdlg.o moc_aboutdlg.cpp
g++ -c -pipe -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -Wall -W -D_REENTRANT -fPIC -DQT5 -D_RTLDLL -DNO_STRICT -DTRACE -DENAGLO -DENAQZS -DENAGAL -DENACMP -DENAIRN -DNFREQ=3 -DNEXOBS=3 -DEXTLEX -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -I../../src -I../appcmn_qt -isystem /usr/include/qt -isystem /usr/include/qt/QtWidgets -isystem /usr/include/qt/QtGui -isystem /usr/include/qt/QtCore -I. -isystem /usr/include/libdrm -I. -I/usr/lib/qt/mkspecs/linux-g++ -o moc_timedlg.o moc_timedlg.cpp
g++ -Wl,-O1 -Wl,-O1,--sort-common,--as-needed,-z,relro -o rtkpost_qt extopt.o kmzconv.o postmain.o postopt.o rtkpost.o aboutdlg.o keydlg.o maskoptdlg.o refdlg.o viewer.o vieweropt.o timedlg.o qrc_rtkpost_qt.o moc_extopt.o moc_kmzconv.o moc_postmain.o moc_postopt.o moc_keydlg.o moc_maskoptdlg.o moc_refdlg.o moc_viewer.o moc_vieweropt.o moc_aboutdlg.o moc_timedlg.o -lpng ../../src/libRTKLib.a -lQt5Widgets -lQt5Gui -lQt5Core -lGL -lpthread
../../src/libRTKLib.a(solution.o): In function `outsols':
/mnt/cd7c8fe2-0fea-413c-be99-fcf387c77815/git/RTKLIB/src/solution.c:1544: undefined reference to `outerb'
collect2: error: ld returned 1 exit status
make[2]: *** [Makefile:409: rtkpost_qt] Error 1
make[2]: Leaving directory '/mnt/cd7c8fe2-0fea-413c-be99-fcf387c77815/git/RTKLIB/app/rtkpost_qt'
make[1]: *** [Makefile:125: sub-rtkpost_qt-make_first] Error 2
make[1]: Leaving directory '/mnt/cd7c8fe2-0fea-413c-be99-fcf387c77815/git/RTKLIB/app'
make: *** [Makefile:69: sub-app-make_first] Error 2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment