Closed mamac closed 6 years ago
You need to have wxGTK installed not only wxBase.
/Ake
On 2018-06-06 22:12, Jean-Marc Beaune wrote:
Hi, I just downloaded the latest code from master branch but when I do 'make install', vscpworks is not created in /usr/local/bin. Do I need to set it with .configure?
Thank you, JM
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/grodansparadis/vscp/issues/243, or mute the thread https://github.com/notifications/unsubscribe-auth/ABS8I8OT3RBSoRJTco47MymJNL2PR-Oqks5t6DezgaJpZM4UdSsn.
-- Stay Hungry - Stay Foolish! PGP: EF7161865D3E1CCE61E2F43464B570FEC2BE58AA Åke Hedman Brattbergavägen 17, 82050 LOS, SWEDEN http://www.akehedman.se http://www.vscp.org http://www.grodansparadis.com
Can you please remind me which version? Thank you
3.0 and higher should work.
On 2018-06-07 11:42, Jean-Marc Beaune wrote:
Can you please remind me which version? Thank you
— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/grodansparadis/vscp/issues/243#issuecomment-395359612, or mute the thread https://github.com/notifications/unsubscribe-auth/ABS8I36Jr3Lo3fTsuZbBdkAid2gRNJZHks5t6PWMgaJpZM4UdSsn.
-- Stay Hungry - Stay Foolish! PGP: EF7161865D3E1CCE61E2F43464B570FEC2BE58AA Åke Hedman Brattbergavägen 17, 82050 LOS, SWEDEN http://www.akehedman.se http://www.vscp.org http://www.grodansparadis.com
That's what I though, I have wxgtk 3 installed:
gentoo-jm /home/vscp/vscp # emerge -s wxgtk
[ Results for search key : wxgtk ] Searching...
[ Applications found : 1 ]
I can't see anything special in the make log, any hint?
I rebuilt wxGTK3. Now I notice a lot of warnings during the build of VSCP:
cc1plus: warning: /usr/local/include: not a directory
And still vscpworks binary is missing...
Is it there (/usr/local/include)?
What do you get from
wx_config --libs wx-config --cppflags Output from vscp ./configure?
/usr/local/include is not a directory.
gentoo-jm ~/vscp $ wx-config --list
Default config is gtk3-unicode-3.0-gtk3
Default config will be used for output Alternate matches: gtk2-unicode-3.0
gentoo-jm ~ # wx-config --libs -L/usr/lib64 -pthread -lwx_gtk3u_xrc-3.0-gtk3 -lwx_gtk3u_html-3.0-gtk3 -lwx_gtk3u_qa-3.0-gtk3 -lwx_gtk3u_adv-3.0-gtk3 -lwx_gtk3u_core-3.0-gtk3 -lwx_baseu_xml-3.0-gtk3 -lwx_baseu_net-3.0-gtk3 -lwx_baseu-3.0-gtk3
gentoo-jm ~ # wx-config --cppflags -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK
vscp@gentoo-jm ~/vscp $ ./configure checking whether to enable debugging... no checking for g++... g++ checking whether the C++ compiler works... yes checking for C++ compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C++ compiler... yes checking whether g++ accepts -g... yes checking for gawk... gawk checking for bison... bison -y checking for gcc... gcc checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking how to run the C preprocessor... gcc -E checking for flex... flex checking lex output file root... lex.yy checking lex library... -lfl checking whether yytext is a pointer... yes checking for a BSD-compatible install... /usr/bin/install -c checking whether ln -s works... yes checking whether make sets $(MAKE)... yes checking for ranlib... ranlib checking for dlsym in -ldl... yes checking for pthread_create in -lpthread... yes checking for MD5_Init in -lcrypto... yes checking for sin in -lm... yes checking for clock_gettime in -lrt... yes checking for gzopen in -lz... yes checking for SSL_free in -lssl... yes checking for dirent.h that defines DIR... yes checking for library containing opendir... none required checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking for ANSI C header files... yes checking for sys/wait.h that is POSIX.1 compatible... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking OS.h usability... no checking OS.h presence... no checking for OS.h... no checking arpa/inet.h usability... yes checking arpa/inet.h presence... yes checking for arpa/inet.h... yes checking fcntl.h usability... yes checking fcntl.h presence... yes checking for fcntl.h... yes checking for inttypes.h... (cached) yes checking limits.h usability... yes checking limits.h presence... yes checking for limits.h... yes checking locale.h usability... yes checking locale.h presence... yes checking for locale.h... yes checking netdb.h usability... yes checking netdb.h presence... yes checking for netdb.h... yes checking netinet/in.h usability... yes checking netinet/in.h presence... yes checking for netinet/in.h... yes checking sgtty.h usability... yes checking sgtty.h presence... yes checking for sgtty.h... yes checking stddef.h usability... yes checking stddef.h presence... yes checking for stddef.h... yes checking for stdint.h... (cached) yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for strings.h... (cached) yes checking sys/file.h usability... yes checking sys/file.h presence... yes checking for sys/file.h... yes checking sys/ioctl.h usability... yes checking sys/ioctl.h presence... yes checking for sys/ioctl.h... yes checking sys/socket.h usability... yes checking sys/socket.h presence... yes checking for sys/socket.h... yes checking sys/time.h usability... yes checking sys/time.h presence... yes checking for sys/time.h... yes checking sys/timeb.h usability... yes checking sys/timeb.h presence... yes checking for sys/timeb.h... yes checking syslog.h usability... yes checking syslog.h presence... yes checking for syslog.h... yes checking termios.h usability... yes checking termios.h presence... yes checking for termios.h... yes checking for unistd.h... (cached) yes checking openssl/md5.h usability... yes checking openssl/md5.h presence... yes checking for openssl/md5.h... yes checking for stdbool.h that conforms to C99... yes checking for _Bool... yes checking for an ANSI C-conforming const... yes checking for inline... inline checking for mode_t... yes checking for off_t... yes checking for pid_t... yes checking for size_t... yes checking whether time.h and sys/time.h may both be included... yes checking whether struct tm is in sys/time.h or time.h... time.h checking for working volatile... yes checking vfork.h usability... no checking vfork.h presence... no checking for vfork.h... no checking for fork... yes checking for vfork... yes checking for working fork... yes checking for working vfork... (cached) yes checking whether gcc needs -traditional... no checking for stdlib.h... (cached) yes checking for GNU libc compatible malloc... yes checking for working memcmp... yes checking for stdlib.h... (cached) yes checking for GNU libc compatible realloc... yes checking sys/select.h usability... yes checking sys/select.h presence... yes checking for sys/select.h... yes checking for sys/socket.h... (cached) yes checking types of arguments for select... int,fd_set ,struct timeval checking return type of signal handlers... void checking whether lstat correctly handles trailing slash... yes checking whether stat accepts an empty string... no checking for strftime... yes checking for working strtod... yes checking for vprintf... yes checking for _doprnt... no checking for alarm... yes checking for bzero... yes checking for dup2... yes checking for floor... yes checking for gethostbyname... yes checking for gethostname... yes checking for gethrtime... no checking for gettimeofday... yes checking for inet_ntoa... yes checking for memchr... yes checking for memmove... yes checking for memset... yes checking for mkfifo... yes checking for pow... yes checking for select... yes checking for setlocale... yes checking for socket... yes checking for sqrt... yes checking for strcasecmp... yes checking for strchr... yes checking for strcspn... yes checking for strdup... yes checking for strerror... yes checking for strncasecmp... yes checking for strpbrk... yes checking for strrchr... yes checking for strspn... yes checking for strstr... yes checking for strtol... yes checking for strtoul... yes checking size of long... 8 variable $VSCPDIR is set to: /srv/vscp checking for unicode wx-libs ... checking for wx-config... /usr/bin/wx-config checking for wxWidgets version >= 3.0.0... yes (version 3.0.3) checking for wxWidgets static library... no checking for wx_gtk2* wxWidgets libs... Warning: No config found to match: /usr/lib64/wx/config/gtk3-unicode-3.0-gtk3 --unicode=yes --debug=no --static --libs base xml net in /usr/lib64/wx/config If you require this configuration, please install the desired library build. If this is part of an automated configuration test and no other errors occur, you may safely ignore it. You may use wx-config --list to see all configs available in the default prefix.
Warning: No config found to match: /usr/lib64/wx/config/gtk3-unicode-3.0-gtk3 --unicode=yes --debug=no --static --libs
in /usr/lib64/wx/config
If you require this configuration, please install the desired
library build. If this is part of an automated configuration
test and no other errors occur, you may safely ignore it.
You may use wx-config --list to see all configs available in
the default prefix.
configure: creating ./config.status config.status: creating Makefile config.status: creating m4/Makefile config.status: WARNING: 'm4/Makefile.in' seems to ignore the --datarootdir setting config.status: creating src/vscp/vscpcmd/Makefile config.status: creating src/vscp/vscpworks/Makefile config.status: creating src/vscp/daemon/linux/Makefile config.status: creating src/vscp/uvscpd/Makefile config.status: creating src/vscp/vscp-mkpasswd/Makefile config.status: creating src/vscp/drivers/level1/logger/linux/Makefile config.status: creating src/vscp/drivers/level1/can232/linux/Makefile config.status: creating src/vscp/drivers/level1/xap/linux/Makefile config.status: creating src/vscp/drivers/level1/socketcan/linux/Makefile config.status: creating src/vscp/drivers/level1/can4vscp/linux/Makefile config.status: creating src/vscp/drivers/level2/logger/linux/Makefile config.status: creating src/vscp/drivers/level2/lmsensors/linux/Makefile config.status: creating src/vscp/drivers/level2/mqtt/linux/Makefile config.status: creating src/vscp/drivers/level2/socketcan/linux/Makefile config.status: creating src/vscp/drivers/level2/tcpdrv/linux/Makefile config.status: creating src/vscp/drivers/level2/rawethernet/linux/Makefile config.status: creating src/vscp/drivers/level2/wire1/linux/Makefile config.status: creating src/vscp/drivers/level2/sim/linux/Makefile config.status: creating src/vscp/linuxvscpl1/Makefile config.status: creating src/vscp/helperlib/linux/Makefile config.status: creating config.h config.status: config.h is unchanged LIBS : -lssl -lz -lrt -lm -lcrypto -lpthread -ldl WXLIBS : EXTRALIBS : -lssl -lz -lrt -lm -lcrypto -lpthread -ldl CPPFLAGS : CXXFLAGS : CFLAGS : PROJ_SUBDIRS : src/vscp/drivers/level1/can4vscp/linux src/vscp/drivers/level2/wire1/linux src/vscp/drivers/level1/logger/linux src/vscp/drivers/level1/can232/linux src/vscp/drivers/level1/xap/linux src/vscp/drivers/level1/socketcan/linux src/vscp/drivers/level2/logger/linux src/vscp/drivers/level2/lmsensors/linux src/vscp/drivers/level2/socketcan/linux src/vscp/drivers/level2/mqtt/linux src/vscp/drivers/level2/tcpdrv/linux src/vscp/drivers/level2/rawethernet/linux src/vscp/linuxvscpl1 src/vscp/helperlib/linux src/vscp/daemon/linux src/vscp/vscp-mkpasswd src/vscp/uvscpd src/vscp/vscpcmd src/vscp/drivers/level2/sim/linux
VSCP configuration
VSCP version : 13.0.0.13 Aluminium (13.0.0) System : Linux gentoo-jm 4.12.5-gentoo #1 SMP Tue Aug 22 23:23:10 CEST 2017 x86_64 Intel(R) Core(TM) i5-6300U CPU @ 2.40GHz GenuineIntel GNU/Linux Architecture : x86_64 VSCP GUI Build : no VSCP install dir : /srv/vscp no build flavour : release linking for wxWidgets : shared
You can tune the compiler flags in vscp-config. To build VSCP and friends, type 'make' followed by 'make install'
use --enable-debug to build a debug version; release is default. use --enable-static to include a static version of wxWidgets.
"make" -- builds VSCP & Friends. "make install" -- builds VSCP & Friends and install system. "make install-conf" -- install/restore configuration files. "make web-install" -- install/restore web demo content including websocket examples. "make deb" -- builds VSCP & Friends Debian install files. "make clean" -- clean project.
Looks OK. Strange.
Does all other binaries build except vscp works?
If you go init src/vscp/vscpworks and issue "make clean; make" what output do you get?
On 2018-06-08 23:05, Jean-Marc Beaune wrote:
/usr/local/include is not a directory.
gentoo-jm ~/vscp $ wx-config --list
|Default config is gtk3-unicode-3.0-gtk3 |
Default config will be used for output Alternate matches: gtk2-unicode-3.0
gentoo-jm ~ # wx-config --libs -L/usr/lib64 -pthread -lwx_gtk3u_xrc-3.0-gtk3 -lwx_gtk3u_html-3.0-gtk3 -lwx_gtk3u_qa-3.0-gtk3 -lwx_gtk3u_adv-3.0-gtk3 -lwx_gtk3u_core-3.0-gtk3 -lwx_baseu_xml-3.0-gtk3 -lwx_baseu_net-3.0-gtk3 -lwx_baseu-3.0-gtk3
gentoo-jm ~ # wx-config --cppflags -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK
vscp@gentoo-jm ~/vscp $ ./configure checking whether to enable debugging... no checking for g++... g++ checking whether the C++ compiler works... yes checking for C++ compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C++ compiler... yes checking whether g++ accepts -g... yes checking for gawk... gawk checking for bison... bison -y checking for gcc... gcc checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking how to run the C preprocessor... gcc -E checking for flex... flex checking lex output file root... lex.yy checking lex library... -lfl checking whether yytext is a pointer... yes checking for a BSD-compatible install... /usr/bin/install -c checking whether ln -s works... yes checking whether make sets $(MAKE)... yes checking for ranlib... ranlib checking for dlsym in -ldl... yes checking for pthread_create in -lpthread... yes checking for MD5_Init in -lcrypto... yes checking for sin in -lm... yes checking for clock_gettime in -lrt... yes checking for gzopen in -lz... yes checking for SSL_free in -lssl... yes checking for dirent.h that defines DIR... yes checking for library containing opendir... none required checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking for ANSI C header files... yes checking for sys/wait.h that is POSIX.1 compatible... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking OS.h usability... no checking OS.h presence... no checking for OS.h... no checking arpa/inet.h usability... yes checking arpa/inet.h presence... yes checking for arpa/inet.h... yes checking fcntl.h usability... yes checking fcntl.h presence... yes checking for fcntl.h... yes checking for inttypes.h... (cached) yes checking limits.h usability... yes checking limits.h presence... yes checking for limits.h... yes checking locale.h usability... yes checking locale.h presence... yes checking for locale.h... yes checking netdb.h usability... yes checking netdb.h presence... yes checking for netdb.h... yes checking netinet/in.h usability... yes checking netinet/in.h presence... yes checking for netinet/in.h... yes checking sgtty.h usability... yes checking sgtty.h presence... yes checking for sgtty.h... yes checking stddef.h usability... yes checking stddef.h presence... yes checking for stddef.h... yes checking for stdint.h... (cached) yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for strings.h... (cached) yes checking sys/file.h usability... yes checking sys/file.h presence... yes checking for sys/file.h... yes checking sys/ioctl.h usability... yes checking sys/ioctl.h presence... yes checking for sys/ioctl.h... yes checking sys/socket.h usability... yes checking sys/socket.h presence... yes checking for sys/socket.h... yes checking sys/time.h usability... yes checking sys/time.h presence... yes checking for sys/time.h... yes checking sys/timeb.h usability... yes checking sys/timeb.h presence... yes checking for sys/timeb.h... yes checking syslog.h usability... yes checking syslog.h presence... yes checking for syslog.h... yes checking termios.h usability... yes checking termios.h presence... yes checking for termios.h... yes checking for unistd.h... (cached) yes checking openssl/md5.h usability... yes checking openssl/md5.h presence... yes checking for openssl/md5.h... yes checking for stdbool.h that conforms to C99... yes checking for _Bool... yes checking for an ANSI C-conforming const... yes checking for inline... inline checking for mode_t... yes checking for off_t... yes checking for pid_t... yes checking for size_t... yes checking whether time.h and sys/time.h may both be included... yes checking whether struct tm is in sys/time.h or time.h... time.h checking for working volatile... yes checking vfork.h usability... no checking vfork.h presence... no checking for vfork.h... no checking for fork... yes checking for vfork... yes checking for working fork... yes checking for working vfork... (cached) yes checking whether gcc needs -traditional... no checking for stdlib.h... (cached) yes checking for GNU libc compatible malloc... yes checking for working memcmp... yes checking for stdlib.h... (cached) yes checking for GNU libc compatible realloc... yes checking sys/select.h usability... yes checking sys/select.h presence... yes checking for sys/select.h... yes checking for sys/socket.h... (cached) yes checking types of arguments for select... int,fd_set /,struct timeval * checking return type of signal handlers... void checking whether lstat correctly handles trailing slash... yes checking whether stat accepts an empty string... no checking for strftime... yes checking for working strtod... yes checking for vprintf... yes checking for _doprnt... no checking for alarm... yes checking for bzero... yes checking for dup2... yes checking for floor... yes checking for gethostbyname... yes checking for gethostname... yes checking for gethrtime... no checking for gettimeofday... yes checking for inet_ntoa... yes checking for memchr... yes checking for memmove... yes checking for memset... yes checking for mkfifo... yes checking for pow... yes checking for select... yes checking for setlocale... yes checking for socket... yes checking for sqrt... yes checking for strcasecmp... yes checking for strchr... yes checking for strcspn... yes checking for strdup... yes checking for strerror... yes checking for strncasecmp... yes checking for strpbrk... yes checking for strrchr... yes checking for strspn... yes checking for strstr... yes checking for strtol... yes checking for strtoul... yes checking size of long... 8 variable $VSCPDIR is set to: /srv/vscp checking for unicode wx-libs ... checking for wx-config... /usr/bin/wx-config checking for wxWidgets version >= 3.0.0... yes (version 3.0.3) checking for wxWidgets static library... no checking for wx_gtk2/ wxWidgets libs... Warning: No config found to match: /usr/lib64/wx/config/gtk3-unicode-3.0-gtk3 --unicode=yes --debug=no --static --libs base xml net in /usr/lib64/wx/config If you require this configuration, please install the desired library build. If this is part of an automated configuration test and no other errors occur, you may safely ignore it. You may use wx-config --list to see all configs available in the default prefix.
|Warning: No config found to match: /usr/lib64/wx/config/gtk3-unicode-3.0-gtk3 --unicode=yes --debug=no --static --libs in /usr/lib64/wx/config If you require this configuration, please install the desired library build. If this is part of an automated configuration test and no other errors occur, you may safely ignore it. You may use wx-config --list to see all configs available in the default prefix. |
configure: creating ./config.status config.status: creating Makefile config.status: creating m4/Makefile config.status: WARNING: 'm4/Makefile.in' seems to ignore the --datarootdir setting config.status: creating src/vscp/vscpcmd/Makefile config.status: creating src/vscp/vscpworks/Makefile config.status: creating src/vscp/daemon/linux/Makefile config.status: creating src/vscp/uvscpd/Makefile config.status: creating src/vscp/vscp-mkpasswd/Makefile config.status: creating src/vscp/drivers/level1/logger/linux/Makefile config.status: creating src/vscp/drivers/level1/can232/linux/Makefile config.status: creating src/vscp/drivers/level1/xap/linux/Makefile config.status: creating src/vscp/drivers/level1/socketcan/linux/Makefile config.status: creating src/vscp/drivers/level1/can4vscp/linux/Makefile config.status: creating src/vscp/drivers/level2/logger/linux/Makefile config.status: creating src/vscp/drivers/level2/lmsensors/linux/Makefile config.status: creating src/vscp/drivers/level2/mqtt/linux/Makefile config.status: creating src/vscp/drivers/level2/socketcan/linux/Makefile config.status: creating src/vscp/drivers/level2/tcpdrv/linux/Makefile config.status: creating src/vscp/drivers/level2/rawethernet/linux/Makefile config.status: creating src/vscp/drivers/level2/wire1/linux/Makefile config.status: creating src/vscp/drivers/level2/sim/linux/Makefile config.status: creating src/vscp/linuxvscpl1/Makefile config.status: creating src/vscp/helperlib/linux/Makefile config.status: creating config.h config.status: config.h is unchanged LIBS : -lssl -lz -lrt -lm -lcrypto -lpthread -ldl WXLIBS : EXTRALIBS : -lssl -lz -lrt -lm -lcrypto -lpthread -ldl CPPFLAGS : CXXFLAGS : CFLAGS : PROJ_SUBDIRS : src/vscp/drivers/level1/can4vscp/linux src/vscp/drivers/level2/wire1/linux src/vscp/drivers/level1/logger/linux src/vscp/drivers/level1/can232/linux src/vscp/drivers/level1/xap/linux src/vscp/drivers/level1/socketcan/linux src/vscp/drivers/level2/logger/linux src/vscp/drivers/level2/lmsensors/linux src/vscp/drivers/level2/socketcan/linux src/vscp/drivers/level2/mqtt/linux src/vscp/drivers/level2/tcpdrv/linux src/vscp/drivers/level2/rawethernet/linux src/vscp/linuxvscpl1 src/vscp/helperlib/linux src/vscp/daemon/linux src/vscp/vscp-mkpasswd src/vscp/uvscpd src/vscp/vscpcmd src/vscp/drivers/level2/sim/linux
|VSCP configuration |
VSCP version : 13.0.0.13 Aluminium (13.0.0) System : Linux gentoo-jm 4.12.5-gentoo #1 https://github.com/grodansparadis/vscp/issues/1 SMP Tue Aug 22 23:23:10 CEST 2017 x86_64 Intel(R) Core(TM) i5-6300U CPU @ 2.40GHz GenuineIntel GNU/Linux Architecture : x86_64 VSCP GUI Build : no VSCP install dir : /srv/vscp no build flavour : release linking for wxWidgets : shared
You can tune the compiler flags in vscp-config. To build VSCP and friends, type 'make' followed by 'make install'
use --enable-debug to build a debug version; release is default. use --enable-static to include a static version of wxWidgets.
"make" -- builds VSCP & Friends. "make install" -- builds VSCP & Friends and install system. "make install-conf" -- install/restore configuration files. "make web-install" -- install/restore web demo content including websocket examples. "make deb" -- builds VSCP & Friends Debian install files. "make clean" -- clean project.
— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/grodansparadis/vscp/issues/243#issuecomment-395889990, or mute the thread https://github.com/notifications/unsubscribe-auth/ABS8I-CNH10gVHQPLAgOz0rqByqrODaxks5t6ucDgaJpZM4UdSsn.
-- Stay Hungry - Stay Foolish! PGP: EF7161865D3E1CCE61E2F43464B570FEC2BE58AA Åke Hedman Brattbergavägen 17, 82050 LOS, SWEDEN http://www.akehedman.se http://www.vscp.org http://www.grodansparadis.com
Only files below are created:
$ ls -l /usr/local/bin/ total 1108 -rwxr-xr-x 1 root root 42880 Jun 11 20:36 uvscpd -rwxr-xr-x 1 root root 706360 Jun 11 20:36 vscpcmd -rwxr-xr-x 1 root root 380688 Jun 11 20:36 vscp-mkpasswd
I'll go in src/vscp/vscpworks and do "make clean; make" , I'll send the output.
Here is the output when I make vscpworks only:
vscp@gentoo-jm ~/vscp/src/vscp/vscpworks $ make g++ -std=c++11 -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK -pthread -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK -DwxUSE_GUI=1 -DMG_ENABLE_THREADS -DMG_ENABLE_IPV6 -DMG_ENABLE_SSL -DMG_ENABLE_GETADDRINFO -I. -I../common -I../../common -c vscpworks.cpp -o vscpworks.o cc1plus: warning: /usr/local/include: not a directory g++ -std=c++11 -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK -pthread -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK -DwxUSE_GUI=1 -DMG_ENABLE_THREADS -DMG_ENABLE_IPV6 -DMG_ENABLE_SSL -DMG_ENABLE_GETADDRINFO -I. -I../common -I../../common -c dlgvscpmsg.cpp -o dlgvscpmsg.o cc1plus: warning: /usr/local/include: not a directory g++ -std=c++11 -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK -pthread -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK -DwxUSE_GUI=1 -DMG_ENABLE_THREADS -DMG_ENABLE_IPV6 -DMG_ENABLE_SSL -DMG_ENABLE_GETADDRINFO -I. -I../common -I../../common -c frmmain.cpp -o frmmain.o cc1plus: warning: /usr/local/include: not a directory g++ -std=c++11 -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK -pthread -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK -DwxUSE_GUI=1 -DMG_ENABLE_THREADS -DMG_ENABLE_IPV6 -DMG_ENABLE_SSL -DMG_ENABLE_GETADDRINFO -I. -I../common -I../../common -c frmvscpsession.cpp -o frmvscpsession.o cc1plus: warning: /usr/local/include: not a directory g++ -std=c++11 -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK -pthread -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK -DwxUSE_GUI=1 -DMG_ENABLE_THREADS -DMG_ENABLE_IPV6 -DMG_ENABLE_SSL -DMG_ENABLE_GETADDRINFO -I. -I../common -I../../common -c dlgnewvscpsession.cpp -o dlgnewvscpsession.o cc1plus: warning: /usr/local/include: not a directory g++ -std=c++11 -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK -pthread -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK -DwxUSE_GUI=1 -DMG_ENABLE_THREADS -DMG_ENABLE_IPV6 -DMG_ENABLE_SSL -DMG_ENABLE_GETADDRINFO -I. -I../common -I../../common -c dlgconfiguration.cpp -o dlgconfiguration.o cc1plus: warning: /usr/local/include: not a directory g++ -std=c++11 -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK -pthread -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK -DwxUSE_GUI=1 -DMG_ENABLE_THREADS -DMG_ENABLE_IPV6 -DMG_ENABLE_SSL -DMG_ENABLE_GETADDRINFO -I. -I../common -I../../common -c dlgvscpinterfacesettings.cpp -o dlgvscpinterfacesettings.o cc1plus: warning: /usr/local/include: not a directory g++ -std=c++11 -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK -pthread -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK -DwxUSE_GUI=1 -DMG_ENABLE_THREADS -DMG_ENABLE_IPV6 -DMG_ENABLE_SSL -DMG_ENABLE_GETADDRINFO -I. -I../common -I../../common -c dlgvscpfilter.cpp -o dlgvscpfilter.o cc1plus: warning: /usr/local/include: not a directory g++ -std=c++11 -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK -pthread -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK -DwxUSE_GUI=1 -DMG_ENABLE_THREADS -DMG_ENABLE_IPV6 -DMG_ENABLE_SSL -DMG_ENABLE_GETADDRINFO -I. -I../common -I../../common -c vscpbootloader.cpp -o vscpbootloader.o cc1plus: warning: /usr/local/include: not a directory g++ -std=c++11 -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK -pthread -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK -DwxUSE_GUI=1 -DMG_ENABLE_THREADS -DMG_ENABLE_IPV6 -DMG_ENABLE_SSL -DMG_ENABLE_GETADDRINFO -I. -I../common -I../../common -c dlgvscptrmit.cpp -o dlgvscptrmit.o cc1plus: warning: /usr/local/include: not a directory g++ -std=c++11 -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK -pthread -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK -DwxUSE_GUI=1 -DMG_ENABLE_THREADS -DMG_ENABLE_IPV6 -DMG_ENABLE_SSL -DMG_ENABLE_GETADDRINFO -I. -I../common -I../../common -c frmdeviceconfig.cpp -o frmdeviceconfig.o cc1plus: warning: /usr/local/include: not a directory g++ -std=c++11 -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK -pthread -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK -DwxUSE_GUI=1 -DMG_ENABLE_THREADS -DMG_ENABLE_IPV6 -DMG_ENABLE_SSL -DMG_ENABLE_GETADDRINFO -I. -I../common -I../../common -c frmscanfordevices.cpp -o frmscanfordevices.o cc1plus: warning: /usr/local/include: not a directory g++ -std=c++11 -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK -pthread -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK -DwxUSE_GUI=1 -DMG_ENABLE_THREADS -DMG_ENABLE_IPV6 -DMG_ENABLE_SSL -DMG_ENABLE_GETADDRINFO -I. -I../common -I../../common -c dlgselectdaemoninterface.cpp -o dlgselectdaemoninterface.o cc1plus: warning: /usr/local/include: not a directory g++ -std=c++11 -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK -pthread -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK -DwxUSE_GUI=1 -DMG_ENABLE_THREADS -DMG_ENABLE_IPV6 -DMG_ENABLE_SSL -DMG_ENABLE_GETADDRINFO -I. -I../common -I../../common -c frmmdfeditor.cpp -o frmmdfeditor.o cc1plus: warning: /usr/local/include: not a directory g++ -std=c++11 -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK -pthread -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK -DwxUSE_GUI=1 -DMG_ENABLE_THREADS -DMG_ENABLE_IPV6 -DMG_ENABLE_SSL -DMG_ENABLE_GETADDRINFO -I. -I../common -I../../common -c dlgabout.cpp -o dlgabout.o cc1plus: warning: /usr/local/include: not a directory g++ -std=c++11 -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK -pthread -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK -DwxUSE_GUI=1 -DMG_ENABLE_THREADS -DMG_ENABLE_IPV6 -DMG_ENABLE_SSL -DMG_ENABLE_GETADDRINFO -I. -I../common -I../../common -c vscptxobj.cpp -o vscptxobj.o cc1plus: warning: /usr/local/include: not a directory g++ -std=c++11 -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK -pthread -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK -DwxUSE_GUI=1 -DMG_ENABLE_THREADS -DMG_ENABLE_IPV6 -DMG_ENABLE_SSL -DMG_ENABLE_GETADDRINFO -I. -I../common -I../../common -c -o gridtable.o gridtable.cpp cc1plus: warning: /usr/local/include: not a directory g++ -std=c++11 -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK -pthread -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK -DwxUSE_GUI=1 -DMG_ENABLE_THREADS -DMG_ENABLE_IPV6 -DMG_ENABLE_SSL -DMG_ENABLE_GETADDRINFO -I. -I../common -I../../common -c dlgeditlevel1dmrow.cpp -o dlgeditlevel1dmrow.o cc1plus: warning: /usr/local/include: not a directory g++ -std=c++11 -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK -pthread -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK -DwxUSE_GUI=1 -DMG_ENABLE_THREADS -DMG_ENABLE_IPV6 -DMG_ENABLE_SSL -DMG_ENABLE_GETADDRINFO -I. -I../common -I../../common -c dlgsetfiltermask.cpp -o dlgsetfiltermask.o cc1plus: warning: /usr/local/include: not a directory g++ -std=c++11 -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK -pthread -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK -DwxUSE_GUI=1 -DMG_ENABLE_THREADS -DMG_ENABLE_IPV6 -DMG_ENABLE_SSL -DMG_ENABLE_GETADDRINFO -I. -I../common -I../../common -c dlgabstractionedit.cpp -o dlgabstractionedit.o cc1plus: warning: /usr/local/include: not a directory g++ -std=c++11 -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK -pthread -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK -DwxUSE_GUI=1 -DMG_ENABLE_THREADS -DMG_ENABLE_IPV6 -DMG_ENABLE_SSL -DMG_ENABLE_GETADDRINFO -I. -I../common -I../../common -c bootdevice.cpp -o bootdevice.o cc1plus: warning: /usr/local/include: not a directory g++ -std=c++11 -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK -pthread -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK -DwxUSE_GUI=1 -DMG_ENABLE_THREADS -DMG_ENABLE_IPV6 -DMG_ENABLE_SSL -DMG_ENABLE_GETADDRINFO -I. -I../common -I../../common -c bootdevice_pic1.cpp -o bootdevice_pic1.o cc1plus: warning: /usr/local/include: not a directory g++ -std=c++11 -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK -pthread -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK -DwxUSE_GUI=1 -DMG_ENABLE_THREADS -DMG_ENABLE_IPV6 -DMG_ENABLE_SSL -DMG_ENABLE_GETADDRINFO -I. -I../common -I../../common -c bootdevice_vscp.cpp -o bootdevice_vscp.o cc1plus: warning: /usr/local/include: not a directory g++ -std=c++11 -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK -pthread -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK -DwxUSE_GUI=1 -DMG_ENABLE_THREADS -DMG_ENABLE_IPV6 -DMG_ENABLE_SSL -DMG_ENABLE_GETADDRINFO -I. -I../common -I../../common -c merlin.cpp -o merlin.o cc1plus: warning: /usr/local/include: not a directory g++ -std=c++11 -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK -pthread -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK -DwxUSE_GUI=1 -DMG_ENABLE_THREADS -DMG_ENABLE_IPV6 -DMG_ENABLE_SSL -DMG_ENABLE_GETADDRINFO -I. -I../common -I../../common -c frmdaemondecisionmartrixeditor.cpp -o frmdaemondecisionmartrixeditor.o cc1plus: warning: /usr/local/include: not a directory g++ -std=c++11 -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK -pthread -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK -DwxUSE_GUI=1 -DMG_ENABLE_THREADS -DMG_ENABLE_IPV6 -DMG_ENABLE_SSL -DMG_ENABLE_GETADDRINFO -I. -I../common -I../../common -c frmdaemonvariableeditor.cpp -o frmdaemonvariableeditor.o cc1plus: warning: /usr/local/include: not a directory g++ -std=c++11 -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK -pthread -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK -DwxUSE_GUI=1 -DMG_ENABLE_THREADS -DMG_ENABLE_IPV6 -DMG_ENABLE_SSL -DMG_ENABLE_GETADDRINFO -I. -I../common -I../../common -c frmsimpleuserinterfacegenerator.cpp -o frmsimpleuserinterfacegenerator.o cc1plus: warning: /usr/local/include: not a directory g++ -std=c++11 -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK -pthread -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK -DwxUSE_GUI=1 -DMG_ENABLE_THREADS -DMG_ENABLE_IPV6 -DMG_ENABLE_SSL -DMG_ENABLE_GETADDRINFO -I. -I../common -I../../common -c dlgclasstypeselect.cpp -o dlgclasstypeselect.o cc1plus: warning: /usr/local/include: not a directory g++ -std=c++11 -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK -pthread -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK -DwxUSE_GUI=1 -DMG_ENABLE_THREADS -DMG_ENABLE_IPV6 -DMG_ENABLE_SSL -DMG_ENABLE_GETADDRINFO -I. -I../common -I../../common -c threadvscpwork.cpp -o threadvscpwork.o cc1plus: warning: /usr/local/include: not a directory g++ -std=c++11 -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK -pthread -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK -DwxUSE_GUI=1 -DMG_ENABLE_THREADS -DMG_ENABLE_IPV6 -DMG_ENABLE_SSL -DMG_ENABLE_GETADDRINFO -I. -I../common -I../../common -c dlgsetmanufactdata.cpp -o dlgsetmanufactdata.o cc1plus: warning: /usr/local/include: not a directory g++ -std=c++11 -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK -pthread -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK -DwxUSE_GUI=1 -DMG_ENABLE_THREADS -DMG_ENABLE_IPV6 -DMG_ENABLE_SSL -DMG_ENABLE_GETADDRINFO -I. -I../common -I../../common -c ../common/canalsuperwrapper.cpp -o canalsuperwrapper.o cc1plus: warning: /usr/local/include: not a directory g++ -std=c++11 -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK -pthread -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK -DwxUSE_GUI=1 -DMG_ENABLE_THREADS -DMG_ENABLE_IPV6 -DMG_ENABLE_SSL -DMG_ENABLE_GETADDRINFO -I. -I../common -I../../common -c ../common/dllwrapper.cpp -o dllwrapper.o cc1plus: warning: /usr/local/include: not a directory g++ -std=c++11 -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK -pthread -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK -DwxUSE_GUI=1 -DMG_ENABLE_THREADS -DMG_ENABLE_IPV6 -DMG_ENABLE_SSL -DMG_ENABLE_GETADDRINFO -I. -I../common -I../../common -c ../common/guid.cpp -o guid.o cc1plus: warning: /usr/local/include: not a directory g++ -std=c++11 -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK -pthread -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK -DwxUSE_GUI=1 -DMG_ENABLE_THREADS -DMG_ENABLE_IPV6 -DMG_ENABLE_SSL -DMG_ENABLE_GETADDRINFO -I. -I../common -I../../common -c ../common/vscphelper.cpp -o vscphelper.o cc1plus: warning: /usr/local/include: not a directory g++ -std=c++11 -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK -pthread -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK -DwxUSE_GUI=1 -DMG_ENABLE_THREADS -DMG_ENABLE_IPV6 -DMG_ENABLE_SSL -DMG_ENABLE_GETADDRINFO -I. -I../common -I../../common -c ../common/vscpeventhelper.cpp -o vscpeventhelper.o cc1plus: warning: /usr/local/include: not a directory g++ -std=c++11 -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK -pthread -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK -DwxUSE_GUI=1 -DMG_ENABLE_THREADS -DMG_ENABLE_IPV6 -DMG_ENABLE_SSL -DMG_ENABLE_GETADDRINFO -I. -I../common -I../../common -c ../common/vscpremotetcpif.cpp -o vscpremotetcpif.o cc1plus: warning: /usr/local/include: not a directory g++ -std=c++11 -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK -pthread -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK -DwxUSE_GUI=1 -DMG_ENABLE_THREADS -DMG_ENABLE_IPV6 -DMG_ENABLE_SSL -DMG_ENABLE_GETADDRINFO -I. -I../common -I../../common -c ../common/mdf.cpp -o mdf.o cc1plus: warning: /usr/local/include: not a directory g++ -std=c++11 -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK -pthread -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK -DwxUSE_GUI=1 -DMG_ENABLE_THREADS -DMG_ENABLE_IPV6 -DMG_ENABLE_SSL -DMG_ENABLE_GETADDRINFO -I. -I../common -I../../common -c ../common/register.cpp -o register.o cc1plus: warning: /usr/local/include: not a directory g++ -std=c++11 -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK -pthread -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK -DwxUSE_GUI=1 -DMG_ENABLE_THREADS -DMG_ENABLE_IPV6 -DMG_ENABLE_SSL -DMG_ENABLE_GETADDRINFO -I. -I../common -I../../common -c ../common/canalconfobj.cpp -o canalconfobj.o cc1plus: warning: /usr/local/include: not a directory g++ -std=c++11 -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK -pthread -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK -DwxUSE_GUI=1 -DMG_ENABLE_THREADS -DMG_ENABLE_IPV6 -DMG_ENABLE_SSL -DMG_ENABLE_GETADDRINFO -I. -I../common -I../../common -c ../common/vscpmulticast.cpp -o vscpmulticast.o cc1plus: warning: /usr/local/include: not a directory cc -std=c99 -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK -pthread -DCBC -I../common -I../../common -c ../../common/sockettcp.c -o sockettcp.o cc1: warning: /usr/local/include: not a directory cc -std=c99 -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK -pthread -DCBC -I../common -I../../common -c ../../common/crc.c -o crc.o cc1: warning: /usr/local/include: not a directory cc -std=c99 -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK -pthread -DCBC -I../common -I../../common -c ../../common/crc8.c -o crc8.o cc1: warning: /usr/local/include: not a directory cc -std=c99 -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK -pthread -DCBC -I../common -I../../common -c ../../common/vscp_aes.c -o vscp_aes.o cc1: warning: /usr/local/include: not a directory cc -std=c99 -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK -pthread -DCBC -I../common -I../../common -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK -DwxUSE_GUI=1 -DMG_ENABLE_THREADS -DMG_ENABLE_IPV6 -DMG_ENABLE_SSL -DMG_ENABLE_GETADDRINFO -I. -I../common -I../../common -c ../../common/sqlite3.c -o sqlite3.o cc1: warning: /usr/local/include: not a directory cc -std=c99 -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK -pthread -DCBC -I../common -I../../common -DMG_ENABLE_THREADS -DMG_ENABLE_IPV6 -DMG_ENABLE_SSL -DMG_ENABLE_GETADDRINFO -c ../../common/mongoose.c -o mongoose.o cc1: warning: /usr/local/include: not a directory cc -std=c99 -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK -pthread -DCBC -I../common -I../../common -c ../../common/fastpbkdf2.c -o fastpbkdf2.o cc1: warning: /usr/local/include: not a directory cc -std=c99 -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK -pthread -DCBC -I../common -I../../common -c ../../common/vscpbase64.c -o vscpbase64.o cc1: warning: /usr/local/include: not a directory cc -std=c99 -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK -pthread -DCBC -I../common -I../../common -c ../../common/vscpmd5.c -o vscpmd5.o cc1: warning: /usr/local/include: not a directory g++ -std=c++11 -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK -pthread -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK -DwxUSE_GUI=1 -DMG_ENABLE_THREADS -DMG_ENABLE_IPV6 -DMG_ENABLE_SSL -DMG_ENABLE_GETADDRINFO -I. -I../common -I../../common -c devicebootloaderwizard.cpp -o devicebootloaderwizard.o cc1plus: warning: /usr/local/include: not a directory g++ -std=c++11 -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK -pthread -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK -DwxUSE_GUI=1 -DMG_ENABLE_THREADS -DMG_ENABLE_IPV6 -DMG_ENABLE_SSL -DMG_ENABLE_GETADDRINFO -I. -I../common -I../../common -c dlgeventfilter.cpp -o dlgeventfilter.o cc1plus: warning: /usr/local/include: not a directory g++ -o vscpworks vscpworks.o dlgvscpmsg.o frmmain.o frmvscpsession.o dlgnewvscpsession.o dlgconfiguration.o dlgvscpinterfacesettings.o dlgvscpfilter.o vscpbootloader.o dlgvscptrmit.o frmdeviceconfig.o frmscanfordevices.o dlgselectdaemoninterface.o frmmdfeditor.o dlgabout.o vscptxobj.o gridtable.o dlgeditlevel1dmrow.o dlgsetfiltermask.o dlgabstractionedit.o bootdevice.o bootdevice_pic1.o bootdevice_vscp.o merlin.o frmdaemondecisionmartrixeditor.o frmdaemonvariableeditor.o frmsimpleuserinterfacegenerator.o dlgclasstypeselect.o threadvscpwork.o dlgsetmanufactdata.o canalsuperwrapper.o dllwrapper.o guid.o vscphelper.o vscpeventhelper.o vscpremotetcpif.o mdf.o register.o canalconfobj.o vscpmulticast.o sockettcp.o crc.o crc8.o vscp_aes.o sqlite3.o mongoose.o fastpbkdf2.o vscpbase64.o vscpmd5.o devicebootloaderwizard.o dlgeventfilter.o -L@top_wxbuilddir@lib -lssl -lz -lrt -lm -lcrypto -lpthread -ldl -L/usr/lib64 -pthread -lwx_gtk3u_xrc-3.0-gtk3 -lwx_gtk3u_html-3.0-gtk3 -lwx_gtk3u_qa-3.0-gtk3 -lwx_gtk3u_adv-3.0-gtk3 -lwx_gtk3u_core-3.0-gtk3 -lwx_baseu_xml-3.0-gtk3 -lwx_baseu_net-3.0-gtk3 -lwx_baseu-3.0-gtk3
Iit looks like vscpworks got still built from this output. I think the lsb says the /usr/local/bin should be the default bindir You can change the builddir etc with flags in the ./configure step "cmake -help" for example "--bindir=DIR"
The "cc1plus: warning: /usr/local/include: not a directory" is a warning. So it should work even with it. But somehow your system indicate to the gnu autoconf that /ysr/local/include is there.
Talking against this is that you as of yourprev. mail get some binaries in /usr/bin which also installs to the "bindir"
/Ake
On 2018-06-11 20:44, Jean-Marc Beaune wrote:
Here is the output when I make vscpworks only:
vscp@gentoo-jm ~/vscp/src/vscp/vscpworks $ make g++ -std=c++11 -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK -pthread -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK -DwxUSE_GUI=1 -DMG_ENABLE_THREADS -DMG_ENABLE_IPV6 -DMG_ENABLE_SSL -DMG_ENABLE_GETADDRINFO -I. -I../common -I../../common -c vscpworks.cpp -o vscpworks.o cc1plus: warning: /usr/local/include: not a directory g++ -std=c++11 -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK -pthread -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK -DwxUSE_GUI=1 -DMG_ENABLE_THREADS -DMG_ENABLE_IPV6 -DMG_ENABLE_SSL -DMG_ENABLE_GETADDRINFO -I. -I../common -I../../common -c dlgvscpmsg.cpp -o dlgvscpmsg.o cc1plus: warning: /usr/local/include: not a directory g++ -std=c++11 -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK -pthread -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK -DwxUSE_GUI=1 -DMG_ENABLE_THREADS -DMG_ENABLE_IPV6 -DMG_ENABLE_SSL -DMG_ENABLE_GETADDRINFO -I. -I../common -I../../common -c frmmain.cpp -o frmmain.o cc1plus: warning: /usr/local/include: not a directory g++ -std=c++11 -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK -pthread -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK -DwxUSE_GUI=1 -DMG_ENABLE_THREADS -DMG_ENABLE_IPV6 -DMG_ENABLE_SSL -DMG_ENABLE_GETADDRINFO -I. -I../common -I../../common -c frmvscpsession.cpp -o frmvscpsession.o cc1plus: warning: /usr/local/include: not a directory g++ -std=c++11 -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK -pthread -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK -DwxUSE_GUI=1 -DMG_ENABLE_THREADS -DMG_ENABLE_IPV6 -DMG_ENABLE_SSL -DMG_ENABLE_GETADDRINFO -I. -I../common -I../../common -c dlgnewvscpsession.cpp -o dlgnewvscpsession.o cc1plus: warning: /usr/local/include: not a directory g++ -std=c++11 -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK -pthread -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK -DwxUSE_GUI=1 -DMG_ENABLE_THREADS -DMG_ENABLE_IPV6 -DMG_ENABLE_SSL -DMG_ENABLE_GETADDRINFO -I. -I../common -I../../common -c dlgconfiguration.cpp -o dlgconfiguration.o cc1plus: warning: /usr/local/include: not a directory g++ -std=c++11 -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK -pthread -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK -DwxUSE_GUI=1 -DMG_ENABLE_THREADS -DMG_ENABLE_IPV6 -DMG_ENABLE_SSL -DMG_ENABLE_GETADDRINFO -I. -I../common -I../../common -c dlgvscpinterfacesettings.cpp -o dlgvscpinterfacesettings.o cc1plus: warning: /usr/local/include: not a directory g++ -std=c++11 -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK -pthread -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK -DwxUSE_GUI=1 -DMG_ENABLE_THREADS -DMG_ENABLE_IPV6 -DMG_ENABLE_SSL -DMG_ENABLE_GETADDRINFO -I. -I../common -I../../common -c dlgvscpfilter.cpp -o dlgvscpfilter.o cc1plus: warning: /usr/local/include: not a directory g++ -std=c++11 -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK -pthread -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK -DwxUSE_GUI=1 -DMG_ENABLE_THREADS -DMG_ENABLE_IPV6 -DMG_ENABLE_SSL -DMG_ENABLE_GETADDRINFO -I. -I../common -I../../common -c vscpbootloader.cpp -o vscpbootloader.o cc1plus: warning: /usr/local/include: not a directory g++ -std=c++11 -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK -pthread -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK -DwxUSE_GUI=1 -DMG_ENABLE_THREADS -DMG_ENABLE_IPV6 -DMG_ENABLE_SSL -DMG_ENABLE_GETADDRINFO -I. -I../common -I../../common -c dlgvscptrmit.cpp -o dlgvscptrmit.o cc1plus: warning: /usr/local/include: not a directory g++ -std=c++11 -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK -pthread -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK -DwxUSE_GUI=1 -DMG_ENABLE_THREADS -DMG_ENABLE_IPV6 -DMG_ENABLE_SSL -DMG_ENABLE_GETADDRINFO -I. -I../common -I../../common -c frmdeviceconfig.cpp -o frmdeviceconfig.o cc1plus: warning: /usr/local/include: not a directory g++ -std=c++11 -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK -pthread -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK -DwxUSE_GUI=1 -DMG_ENABLE_THREADS -DMG_ENABLE_IPV6 -DMG_ENABLE_SSL -DMG_ENABLE_GETADDRINFO -I. -I../common -I../../common -c frmscanfordevices.cpp -o frmscanfordevices.o cc1plus: warning: /usr/local/include: not a directory g++ -std=c++11 -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK -pthread -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK -DwxUSE_GUI=1 -DMG_ENABLE_THREADS -DMG_ENABLE_IPV6 -DMG_ENABLE_SSL -DMG_ENABLE_GETADDRINFO -I. -I../common -I../../common -c dlgselectdaemoninterface.cpp -o dlgselectdaemoninterface.o cc1plus: warning: /usr/local/include: not a directory g++ -std=c++11 -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK -pthread -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK -DwxUSE_GUI=1 -DMG_ENABLE_THREADS -DMG_ENABLE_IPV6 -DMG_ENABLE_SSL -DMG_ENABLE_GETADDRINFO -I. -I../common -I../../common -c frmmdfeditor.cpp -o frmmdfeditor.o cc1plus: warning: /usr/local/include: not a directory g++ -std=c++11 -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK -pthread -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK -DwxUSE_GUI=1 -DMG_ENABLE_THREADS -DMG_ENABLE_IPV6 -DMG_ENABLE_SSL -DMG_ENABLE_GETADDRINFO -I. -I../common -I../../common -c dlgabout.cpp -o dlgabout.o cc1plus: warning: /usr/local/include: not a directory g++ -std=c++11 -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK -pthread -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK -DwxUSE_GUI=1 -DMG_ENABLE_THREADS -DMG_ENABLE_IPV6 -DMG_ENABLE_SSL -DMG_ENABLE_GETADDRINFO -I. -I../common -I../../common -c vscptxobj.cpp -o vscptxobj.o cc1plus: warning: /usr/local/include: not a directory g++ -std=c++11 -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK -pthread -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK -DwxUSE_GUI=1 -DMG_ENABLE_THREADS -DMG_ENABLE_IPV6 -DMG_ENABLE_SSL -DMG_ENABLE_GETADDRINFO -I. -I../common -I../../common -c -o gridtable.o gridtable.cpp cc1plus: warning: /usr/local/include: not a directory g++ -std=c++11 -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK -pthread -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK -DwxUSE_GUI=1 -DMG_ENABLE_THREADS -DMG_ENABLE_IPV6 -DMG_ENABLE_SSL -DMG_ENABLE_GETADDRINFO -I. -I../common -I../../common -c dlgeditlevel1dmrow.cpp -o dlgeditlevel1dmrow.o cc1plus: warning: /usr/local/include: not a directory g++ -std=c++11 -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK -pthread -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK -DwxUSE_GUI=1 -DMG_ENABLE_THREADS -DMG_ENABLE_IPV6 -DMG_ENABLE_SSL -DMG_ENABLE_GETADDRINFO -I. -I../common -I../../common -c dlgsetfiltermask.cpp -o dlgsetfiltermask.o cc1plus: warning: /usr/local/include: not a directory g++ -std=c++11 -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK -pthread -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK -DwxUSE_GUI=1 -DMG_ENABLE_THREADS -DMG_ENABLE_IPV6 -DMG_ENABLE_SSL -DMG_ENABLE_GETADDRINFO -I. -I../common -I../../common -c dlgabstractionedit.cpp -o dlgabstractionedit.o cc1plus: warning: /usr/local/include: not a directory g++ -std=c++11 -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK -pthread -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK -DwxUSE_GUI=1 -DMG_ENABLE_THREADS -DMG_ENABLE_IPV6 -DMG_ENABLE_SSL -DMG_ENABLE_GETADDRINFO -I. -I../common -I../../common -c bootdevice.cpp -o bootdevice.o cc1plus: warning: /usr/local/include: not a directory g++ -std=c++11 -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK -pthread -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK -DwxUSE_GUI=1 -DMG_ENABLE_THREADS -DMG_ENABLE_IPV6 -DMG_ENABLE_SSL -DMG_ENABLE_GETADDRINFO -I. -I../common -I../../common -c bootdevice_pic1.cpp -o bootdevice_pic1.o cc1plus: warning: /usr/local/include: not a directory g++ -std=c++11 -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK -pthread -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK -DwxUSE_GUI=1 -DMG_ENABLE_THREADS -DMG_ENABLE_IPV6 -DMG_ENABLE_SSL -DMG_ENABLE_GETADDRINFO -I. -I../common -I../../common -c bootdevice_vscp.cpp -o bootdevice_vscp.o cc1plus: warning: /usr/local/include: not a directory g++ -std=c++11 -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK -pthread -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK -DwxUSE_GUI=1 -DMG_ENABLE_THREADS -DMG_ENABLE_IPV6 -DMG_ENABLE_SSL -DMG_ENABLE_GETADDRINFO -I. -I../common -I../../common -c merlin.cpp -o merlin.o cc1plus: warning: /usr/local/include: not a directory g++ -std=c++11 -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK -pthread -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK -DwxUSE_GUI=1 -DMG_ENABLE_THREADS -DMG_ENABLE_IPV6 -DMG_ENABLE_SSL -DMG_ENABLE_GETADDRINFO -I. -I../common -I../../common -c frmdaemondecisionmartrixeditor.cpp -o frmdaemondecisionmartrixeditor.o cc1plus: warning: /usr/local/include: not a directory g++ -std=c++11 -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK -pthread -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK -DwxUSE_GUI=1 -DMG_ENABLE_THREADS -DMG_ENABLE_IPV6 -DMG_ENABLE_SSL -DMG_ENABLE_GETADDRINFO -I. -I../common -I../../common -c frmdaemonvariableeditor.cpp -o frmdaemonvariableeditor.o cc1plus: warning: /usr/local/include: not a directory g++ -std=c++11 -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK -pthread -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK -DwxUSE_GUI=1 -DMG_ENABLE_THREADS -DMG_ENABLE_IPV6 -DMG_ENABLE_SSL -DMG_ENABLE_GETADDRINFO -I. -I../common -I../../common -c frmsimpleuserinterfacegenerator.cpp -o frmsimpleuserinterfacegenerator.o cc1plus: warning: /usr/local/include: not a directory g++ -std=c++11 -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK -pthread -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK -DwxUSE_GUI=1 -DMG_ENABLE_THREADS -DMG_ENABLE_IPV6 -DMG_ENABLE_SSL -DMG_ENABLE_GETADDRINFO -I. -I../common -I../../common -c dlgclasstypeselect.cpp -o dlgclasstypeselect.o cc1plus: warning: /usr/local/include: not a directory g++ -std=c++11 -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK -pthread -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK -DwxUSE_GUI=1 -DMG_ENABLE_THREADS -DMG_ENABLE_IPV6 -DMG_ENABLE_SSL -DMG_ENABLE_GETADDRINFO -I. -I../common -I../../common -c threadvscpwork.cpp -o threadvscpwork.o cc1plus: warning: /usr/local/include: not a directory g++ -std=c++11 -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK -pthread -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK -DwxUSE_GUI=1 -DMG_ENABLE_THREADS -DMG_ENABLE_IPV6 -DMG_ENABLE_SSL -DMG_ENABLE_GETADDRINFO -I. -I../common -I../../common -c dlgsetmanufactdata.cpp -o dlgsetmanufactdata.o cc1plus: warning: /usr/local/include: not a directory g++ -std=c++11 -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK -pthread -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK -DwxUSE_GUI=1 -DMG_ENABLE_THREADS -DMG_ENABLE_IPV6 -DMG_ENABLE_SSL -DMG_ENABLE_GETADDRINFO -I. -I../common -I../../common -c ../common/canalsuperwrapper.cpp -o canalsuperwrapper.o cc1plus: warning: /usr/local/include: not a directory g++ -std=c++11 -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK -pthread -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK -DwxUSE_GUI=1 -DMG_ENABLE_THREADS -DMG_ENABLE_IPV6 -DMG_ENABLE_SSL -DMG_ENABLE_GETADDRINFO -I. -I../common -I../../common -c ../common/dllwrapper.cpp -o dllwrapper.o cc1plus: warning: /usr/local/include: not a directory g++ -std=c++11 -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK -pthread -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK -DwxUSE_GUI=1 -DMG_ENABLE_THREADS -DMG_ENABLE_IPV6 -DMG_ENABLE_SSL -DMG_ENABLE_GETADDRINFO -I. -I../common -I../../common -c ../common/guid.cpp -o guid.o cc1plus: warning: /usr/local/include: not a directory g++ -std=c++11 -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK -pthread -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK -DwxUSE_GUI=1 -DMG_ENABLE_THREADS -DMG_ENABLE_IPV6 -DMG_ENABLE_SSL -DMG_ENABLE_GETADDRINFO -I. -I../common -I../../common -c ../common/vscphelper.cpp -o vscphelper.o cc1plus: warning: /usr/local/include: not a directory g++ -std=c++11 -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK -pthread -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK -DwxUSE_GUI=1 -DMG_ENABLE_THREADS -DMG_ENABLE_IPV6 -DMG_ENABLE_SSL -DMG_ENABLE_GETADDRINFO -I. -I../common -I../../common -c ../common/vscpeventhelper.cpp -o vscpeventhelper.o cc1plus: warning: /usr/local/include: not a directory g++ -std=c++11 -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK -pthread -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK -DwxUSE_GUI=1 -DMG_ENABLE_THREADS -DMG_ENABLE_IPV6 -DMG_ENABLE_SSL -DMG_ENABLE_GETADDRINFO -I. -I../common -I../../common -c ../common/vscpremotetcpif.cpp -o vscpremotetcpif.o cc1plus: warning: /usr/local/include: not a directory g++ -std=c++11 -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK -pthread -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK -DwxUSE_GUI=1 -DMG_ENABLE_THREADS -DMG_ENABLE_IPV6 -DMG_ENABLE_SSL -DMG_ENABLE_GETADDRINFO -I. -I../common -I../../common -c ../common/mdf.cpp -o mdf.o cc1plus: warning: /usr/local/include: not a directory g++ -std=c++11 -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK -pthread -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK -DwxUSE_GUI=1 -DMG_ENABLE_THREADS -DMG_ENABLE_IPV6 -DMG_ENABLE_SSL -DMG_ENABLE_GETADDRINFO -I. -I../common -I../../common -c ../common/register.cpp -o register.o cc1plus: warning: /usr/local/include: not a directory g++ -std=c++11 -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK -pthread -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK -DwxUSE_GUI=1 -DMG_ENABLE_THREADS -DMG_ENABLE_IPV6 -DMG_ENABLE_SSL -DMG_ENABLE_GETADDRINFO -I. -I../common -I../../common -c ../common/canalconfobj.cpp -o canalconfobj.o cc1plus: warning: /usr/local/include: not a directory g++ -std=c++11 -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK -pthread -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK -DwxUSE_GUI=1 -DMG_ENABLE_THREADS -DMG_ENABLE_IPV6 -DMG_ENABLE_SSL -DMG_ENABLE_GETADDRINFO -I. -I../common -I../../common -c ../common/vscpmulticast.cpp -o vscpmulticast.o cc1plus: warning: /usr/local/include: not a directory cc -std=c99 -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK -pthread -DCBC -I../common -I../../common -c ../../common/sockettcp.c -o sockettcp.o cc1: warning: /usr/local/include: not a directory cc -std=c99 -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK -pthread -DCBC -I../common -I../../common -c ../../common/crc.c -o crc.o cc1: warning: /usr/local/include: not a directory cc -std=c99 -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK -pthread -DCBC -I../common -I../../common -c ../../common/crc8.c -o crc8.o cc1: warning: /usr/local/include: not a directory cc -std=c99 -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK -pthread -DCBC -I../common -I../../common -c ../../common/vscp_aes.c -o vscp_aes.o cc1: warning: /usr/local/include: not a directory cc -std=c99 -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK -pthread -DCBC -I../common -I../../common -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK -DwxUSE_GUI=1 -DMG_ENABLE_THREADS -DMG_ENABLE_IPV6 -DMG_ENABLE_SSL -DMG_ENABLE_GETADDRINFO -I. -I../common -I../../common -c ../../common/sqlite3.c -o sqlite3.o cc1: warning: /usr/local/include: not a directory cc -std=c99 -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK -pthread -DCBC -I../common -I../../common -DMG_ENABLE_THREADS -DMG_ENABLE_IPV6 -DMG_ENABLE_SSL -DMG_ENABLE_GETADDRINFO -c ../../common/mongoose.c -o mongoose.o cc1: warning: /usr/local/include: not a directory cc -std=c99 -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK -pthread -DCBC -I../common -I../../common -c ../../common/fastpbkdf2.c -o fastpbkdf2.o cc1: warning: /usr/local/include: not a directory cc -std=c99 -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK -pthread -DCBC -I../common -I../../common -c ../../common/vscpbase64.c -o vscpbase64.o cc1: warning: /usr/local/include: not a directory cc -std=c99 -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK -pthread -DCBC -I../common -I../../common -c ../../common/vscpmd5.c -o vscpmd5.o cc1: warning: /usr/local/include: not a directory g++ -std=c++11 -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK -pthread -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK -DwxUSE_GUI=1 -DMG_ENABLE_THREADS -DMG_ENABLE_IPV6 -DMG_ENABLE_SSL -DMG_ENABLE_GETADDRINFO -I. -I../common -I../../common -c devicebootloaderwizard.cpp -o devicebootloaderwizard.o cc1plus: warning: /usr/local/include: not a directory g++ -std=c++11 -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK -pthread -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK -DwxUSE_GUI=1 -DMG_ENABLE_THREADS -DMG_ENABLE_IPV6 -DMG_ENABLE_SSL -DMG_ENABLE_GETADDRINFO -I. -I../common -I../../common -c dlgeventfilter.cpp -o dlgeventfilter.o cc1plus: warning: /usr/local/include: not a directory g++ -o vscpworks vscpworks.o dlgvscpmsg.o frmmain.o frmvscpsession.o dlgnewvscpsession.o dlgconfiguration.o dlgvscpinterfacesettings.o dlgvscpfilter.o vscpbootloader.o dlgvscptrmit.o frmdeviceconfig.o frmscanfordevices.o dlgselectdaemoninterface.o frmmdfeditor.o dlgabout.o vscptxobj.o gridtable.o dlgeditlevel1dmrow.o dlgsetfiltermask.o dlgabstractionedit.o bootdevice.o bootdevice_pic1.o bootdevice_vscp.o merlin.o frmdaemondecisionmartrixeditor.o frmdaemonvariableeditor.o frmsimpleuserinterfacegenerator.o dlgclasstypeselect.o threadvscpwork.o dlgsetmanufactdata.o canalsuperwrapper.o dllwrapper.o guid.o vscphelper.o vscpeventhelper.o vscpremotetcpif.o mdf.o register.o canalconfobj.o vscpmulticast.o sockettcp.o crc.o crc8.o vscp_aes.o sqlite3.o mongoose.o fastpbkdf2.o vscpbase64.o vscpmd5.o devicebootloaderwizard.o dlgeventfilter.o -L@top_wxbuilddir@lib -lssl -lz -lrt -lm -lcrypto -lpthread -ldl -L/usr/lib64 -pthread -lwx_gtk3u_xrc-3.0-gtk3 -lwx_gtk3u_html-3.0-gtk3 -lwx_gtk3u_qa-3.0-gtk3 -lwx_gtk3u_adv-3.0-gtk3 -lwx_gtk3u_core-3.0-gtk3 -lwx_baseu_xml-3.0-gtk3 -lwx_baseu_net-3.0-gtk3 -lwx_baseu-3.0-gtk3
— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/grodansparadis/vscp/issues/243#issuecomment-396345126, or mute the thread https://github.com/notifications/unsubscribe-auth/ABS8I7320PFVMSHbswR9WndzT01BlTUeks5t7rpxgaJpZM4UdSsn.
-- Stay Hungry - Stay Foolish! PGP: EF7161865D3E1CCE61E2F43464B570FEC2BE58AA Åke Hedman Brattbergavägen 17, 82050 LOS, SWEDEN http://www.akehedman.se http://www.vscp.org http://www.grodansparadis.com
Can you try "make install" also in the vscpworks folder
On 2018-06-11 20:44, Jean-Marc Beaune wrote:
Here is the output when I make vscpworks only:
vscp@gentoo-jm ~/vscp/src/vscp/vscpworks $ make g++ -std=c++11 -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK -pthread -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK -DwxUSE_GUI=1 -DMG_ENABLE_THREADS -DMG_ENABLE_IPV6 -DMG_ENABLE_SSL -DMG_ENABLE_GETADDRINFO -I. -I../common -I../../common -c vscpworks.cpp -o vscpworks.o cc1plus: warning: /usr/local/include: not a directory g++ -std=c++11 -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK -pthread -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK -DwxUSE_GUI=1 -DMG_ENABLE_THREADS -DMG_ENABLE_IPV6 -DMG_ENABLE_SSL -DMG_ENABLE_GETADDRINFO -I. -I../common -I../../common -c dlgvscpmsg.cpp -o dlgvscpmsg.o cc1plus: warning: /usr/local/include: not a directory g++ -std=c++11 -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK -pthread -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK -DwxUSE_GUI=1 -DMG_ENABLE_THREADS -DMG_ENABLE_IPV6 -DMG_ENABLE_SSL -DMG_ENABLE_GETADDRINFO -I. -I../common -I../../common -c frmmain.cpp -o frmmain.o cc1plus: warning: /usr/local/include: not a directory g++ -std=c++11 -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK -pthread -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK -DwxUSE_GUI=1 -DMG_ENABLE_THREADS -DMG_ENABLE_IPV6 -DMG_ENABLE_SSL -DMG_ENABLE_GETADDRINFO -I. -I../common -I../../common -c frmvscpsession.cpp -o frmvscpsession.o cc1plus: warning: /usr/local/include: not a directory g++ -std=c++11 -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK -pthread -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK -DwxUSE_GUI=1 -DMG_ENABLE_THREADS -DMG_ENABLE_IPV6 -DMG_ENABLE_SSL -DMG_ENABLE_GETADDRINFO -I. -I../common -I../../common -c dlgnewvscpsession.cpp -o dlgnewvscpsession.o cc1plus: warning: /usr/local/include: not a directory g++ -std=c++11 -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK -pthread -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK -DwxUSE_GUI=1 -DMG_ENABLE_THREADS -DMG_ENABLE_IPV6 -DMG_ENABLE_SSL -DMG_ENABLE_GETADDRINFO -I. -I../common -I../../common -c dlgconfiguration.cpp -o dlgconfiguration.o cc1plus: warning: /usr/local/include: not a directory g++ -std=c++11 -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK -pthread -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK -DwxUSE_GUI=1 -DMG_ENABLE_THREADS -DMG_ENABLE_IPV6 -DMG_ENABLE_SSL -DMG_ENABLE_GETADDRINFO -I. -I../common -I../../common -c dlgvscpinterfacesettings.cpp -o dlgvscpinterfacesettings.o cc1plus: warning: /usr/local/include: not a directory g++ -std=c++11 -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK -pthread -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK -DwxUSE_GUI=1 -DMG_ENABLE_THREADS -DMG_ENABLE_IPV6 -DMG_ENABLE_SSL -DMG_ENABLE_GETADDRINFO -I. -I../common -I../../common -c dlgvscpfilter.cpp -o dlgvscpfilter.o cc1plus: warning: /usr/local/include: not a directory g++ -std=c++11 -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK -pthread -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK -DwxUSE_GUI=1 -DMG_ENABLE_THREADS -DMG_ENABLE_IPV6 -DMG_ENABLE_SSL -DMG_ENABLE_GETADDRINFO -I. -I../common -I../../common -c vscpbootloader.cpp -o vscpbootloader.o cc1plus: warning: /usr/local/include: not a directory g++ -std=c++11 -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK -pthread -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK -DwxUSE_GUI=1 -DMG_ENABLE_THREADS -DMG_ENABLE_IPV6 -DMG_ENABLE_SSL -DMG_ENABLE_GETADDRINFO -I. -I../common -I../../common -c dlgvscptrmit.cpp -o dlgvscptrmit.o cc1plus: warning: /usr/local/include: not a directory g++ -std=c++11 -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK -pthread -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK -DwxUSE_GUI=1 -DMG_ENABLE_THREADS -DMG_ENABLE_IPV6 -DMG_ENABLE_SSL -DMG_ENABLE_GETADDRINFO -I. -I../common -I../../common -c frmdeviceconfig.cpp -o frmdeviceconfig.o cc1plus: warning: /usr/local/include: not a directory g++ -std=c++11 -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK -pthread -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK -DwxUSE_GUI=1 -DMG_ENABLE_THREADS -DMG_ENABLE_IPV6 -DMG_ENABLE_SSL -DMG_ENABLE_GETADDRINFO -I. -I../common -I../../common -c frmscanfordevices.cpp -o frmscanfordevices.o cc1plus: warning: /usr/local/include: not a directory g++ -std=c++11 -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK -pthread -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK -DwxUSE_GUI=1 -DMG_ENABLE_THREADS -DMG_ENABLE_IPV6 -DMG_ENABLE_SSL -DMG_ENABLE_GETADDRINFO -I. -I../common -I../../common -c dlgselectdaemoninterface.cpp -o dlgselectdaemoninterface.o cc1plus: warning: /usr/local/include: not a directory g++ -std=c++11 -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK -pthread -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK -DwxUSE_GUI=1 -DMG_ENABLE_THREADS -DMG_ENABLE_IPV6 -DMG_ENABLE_SSL -DMG_ENABLE_GETADDRINFO -I. -I../common -I../../common -c frmmdfeditor.cpp -o frmmdfeditor.o cc1plus: warning: /usr/local/include: not a directory g++ -std=c++11 -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK -pthread -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK -DwxUSE_GUI=1 -DMG_ENABLE_THREADS -DMG_ENABLE_IPV6 -DMG_ENABLE_SSL -DMG_ENABLE_GETADDRINFO -I. -I../common -I../../common -c dlgabout.cpp -o dlgabout.o cc1plus: warning: /usr/local/include: not a directory g++ -std=c++11 -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK -pthread -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK -DwxUSE_GUI=1 -DMG_ENABLE_THREADS -DMG_ENABLE_IPV6 -DMG_ENABLE_SSL -DMG_ENABLE_GETADDRINFO -I. -I../common -I../../common -c vscptxobj.cpp -o vscptxobj.o cc1plus: warning: /usr/local/include: not a directory g++ -std=c++11 -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK -pthread -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK -DwxUSE_GUI=1 -DMG_ENABLE_THREADS -DMG_ENABLE_IPV6 -DMG_ENABLE_SSL -DMG_ENABLE_GETADDRINFO -I. -I../common -I../../common -c -o gridtable.o gridtable.cpp cc1plus: warning: /usr/local/include: not a directory g++ -std=c++11 -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK -pthread -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK -DwxUSE_GUI=1 -DMG_ENABLE_THREADS -DMG_ENABLE_IPV6 -DMG_ENABLE_SSL -DMG_ENABLE_GETADDRINFO -I. -I../common -I../../common -c dlgeditlevel1dmrow.cpp -o dlgeditlevel1dmrow.o cc1plus: warning: /usr/local/include: not a directory g++ -std=c++11 -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK -pthread -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK -DwxUSE_GUI=1 -DMG_ENABLE_THREADS -DMG_ENABLE_IPV6 -DMG_ENABLE_SSL -DMG_ENABLE_GETADDRINFO -I. -I../common -I../../common -c dlgsetfiltermask.cpp -o dlgsetfiltermask.o cc1plus: warning: /usr/local/include: not a directory g++ -std=c++11 -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK -pthread -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK -DwxUSE_GUI=1 -DMG_ENABLE_THREADS -DMG_ENABLE_IPV6 -DMG_ENABLE_SSL -DMG_ENABLE_GETADDRINFO -I. -I../common -I../../common -c dlgabstractionedit.cpp -o dlgabstractionedit.o cc1plus: warning: /usr/local/include: not a directory g++ -std=c++11 -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK -pthread -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK -DwxUSE_GUI=1 -DMG_ENABLE_THREADS -DMG_ENABLE_IPV6 -DMG_ENABLE_SSL -DMG_ENABLE_GETADDRINFO -I. -I../common -I../../common -c bootdevice.cpp -o bootdevice.o cc1plus: warning: /usr/local/include: not a directory g++ -std=c++11 -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK -pthread -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK -DwxUSE_GUI=1 -DMG_ENABLE_THREADS -DMG_ENABLE_IPV6 -DMG_ENABLE_SSL -DMG_ENABLE_GETADDRINFO -I. -I../common -I../../common -c bootdevice_pic1.cpp -o bootdevice_pic1.o cc1plus: warning: /usr/local/include: not a directory g++ -std=c++11 -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK -pthread -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK -DwxUSE_GUI=1 -DMG_ENABLE_THREADS -DMG_ENABLE_IPV6 -DMG_ENABLE_SSL -DMG_ENABLE_GETADDRINFO -I. -I../common -I../../common -c bootdevice_vscp.cpp -o bootdevice_vscp.o cc1plus: warning: /usr/local/include: not a directory g++ -std=c++11 -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK -pthread -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK -DwxUSE_GUI=1 -DMG_ENABLE_THREADS -DMG_ENABLE_IPV6 -DMG_ENABLE_SSL -DMG_ENABLE_GETADDRINFO -I. -I../common -I../../common -c merlin.cpp -o merlin.o cc1plus: warning: /usr/local/include: not a directory g++ -std=c++11 -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK -pthread -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK -DwxUSE_GUI=1 -DMG_ENABLE_THREADS -DMG_ENABLE_IPV6 -DMG_ENABLE_SSL -DMG_ENABLE_GETADDRINFO -I. -I../common -I../../common -c frmdaemondecisionmartrixeditor.cpp -o frmdaemondecisionmartrixeditor.o cc1plus: warning: /usr/local/include: not a directory g++ -std=c++11 -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK -pthread -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK -DwxUSE_GUI=1 -DMG_ENABLE_THREADS -DMG_ENABLE_IPV6 -DMG_ENABLE_SSL -DMG_ENABLE_GETADDRINFO -I. -I../common -I../../common -c frmdaemonvariableeditor.cpp -o frmdaemonvariableeditor.o cc1plus: warning: /usr/local/include: not a directory g++ -std=c++11 -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK -pthread -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK -DwxUSE_GUI=1 -DMG_ENABLE_THREADS -DMG_ENABLE_IPV6 -DMG_ENABLE_SSL -DMG_ENABLE_GETADDRINFO -I. -I../common -I../../common -c frmsimpleuserinterfacegenerator.cpp -o frmsimpleuserinterfacegenerator.o cc1plus: warning: /usr/local/include: not a directory g++ -std=c++11 -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK -pthread -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK -DwxUSE_GUI=1 -DMG_ENABLE_THREADS -DMG_ENABLE_IPV6 -DMG_ENABLE_SSL -DMG_ENABLE_GETADDRINFO -I. -I../common -I../../common -c dlgclasstypeselect.cpp -o dlgclasstypeselect.o cc1plus: warning: /usr/local/include: not a directory g++ -std=c++11 -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK -pthread -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK -DwxUSE_GUI=1 -DMG_ENABLE_THREADS -DMG_ENABLE_IPV6 -DMG_ENABLE_SSL -DMG_ENABLE_GETADDRINFO -I. -I../common -I../../common -c threadvscpwork.cpp -o threadvscpwork.o cc1plus: warning: /usr/local/include: not a directory g++ -std=c++11 -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK -pthread -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK -DwxUSE_GUI=1 -DMG_ENABLE_THREADS -DMG_ENABLE_IPV6 -DMG_ENABLE_SSL -DMG_ENABLE_GETADDRINFO -I. -I../common -I../../common -c dlgsetmanufactdata.cpp -o dlgsetmanufactdata.o cc1plus: warning: /usr/local/include: not a directory g++ -std=c++11 -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK -pthread -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK -DwxUSE_GUI=1 -DMG_ENABLE_THREADS -DMG_ENABLE_IPV6 -DMG_ENABLE_SSL -DMG_ENABLE_GETADDRINFO -I. -I../common -I../../common -c ../common/canalsuperwrapper.cpp -o canalsuperwrapper.o cc1plus: warning: /usr/local/include: not a directory g++ -std=c++11 -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK -pthread -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK -DwxUSE_GUI=1 -DMG_ENABLE_THREADS -DMG_ENABLE_IPV6 -DMG_ENABLE_SSL -DMG_ENABLE_GETADDRINFO -I. -I../common -I../../common -c ../common/dllwrapper.cpp -o dllwrapper.o cc1plus: warning: /usr/local/include: not a directory g++ -std=c++11 -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK -pthread -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK -DwxUSE_GUI=1 -DMG_ENABLE_THREADS -DMG_ENABLE_IPV6 -DMG_ENABLE_SSL -DMG_ENABLE_GETADDRINFO -I. -I../common -I../../common -c ../common/guid.cpp -o guid.o cc1plus: warning: /usr/local/include: not a directory g++ -std=c++11 -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK -pthread -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK -DwxUSE_GUI=1 -DMG_ENABLE_THREADS -DMG_ENABLE_IPV6 -DMG_ENABLE_SSL -DMG_ENABLE_GETADDRINFO -I. -I../common -I../../common -c ../common/vscphelper.cpp -o vscphelper.o cc1plus: warning: /usr/local/include: not a directory g++ -std=c++11 -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK -pthread -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK -DwxUSE_GUI=1 -DMG_ENABLE_THREADS -DMG_ENABLE_IPV6 -DMG_ENABLE_SSL -DMG_ENABLE_GETADDRINFO -I. -I../common -I../../common -c ../common/vscpeventhelper.cpp -o vscpeventhelper.o cc1plus: warning: /usr/local/include: not a directory g++ -std=c++11 -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK -pthread -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK -DwxUSE_GUI=1 -DMG_ENABLE_THREADS -DMG_ENABLE_IPV6 -DMG_ENABLE_SSL -DMG_ENABLE_GETADDRINFO -I. -I../common -I../../common -c ../common/vscpremotetcpif.cpp -o vscpremotetcpif.o cc1plus: warning: /usr/local/include: not a directory g++ -std=c++11 -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK -pthread -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK -DwxUSE_GUI=1 -DMG_ENABLE_THREADS -DMG_ENABLE_IPV6 -DMG_ENABLE_SSL -DMG_ENABLE_GETADDRINFO -I. -I../common -I../../common -c ../common/mdf.cpp -o mdf.o cc1plus: warning: /usr/local/include: not a directory g++ -std=c++11 -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK -pthread -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK -DwxUSE_GUI=1 -DMG_ENABLE_THREADS -DMG_ENABLE_IPV6 -DMG_ENABLE_SSL -DMG_ENABLE_GETADDRINFO -I. -I../common -I../../common -c ../common/register.cpp -o register.o cc1plus: warning: /usr/local/include: not a directory g++ -std=c++11 -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK -pthread -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK -DwxUSE_GUI=1 -DMG_ENABLE_THREADS -DMG_ENABLE_IPV6 -DMG_ENABLE_SSL -DMG_ENABLE_GETADDRINFO -I. -I../common -I../../common -c ../common/canalconfobj.cpp -o canalconfobj.o cc1plus: warning: /usr/local/include: not a directory g++ -std=c++11 -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK -pthread -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK -DwxUSE_GUI=1 -DMG_ENABLE_THREADS -DMG_ENABLE_IPV6 -DMG_ENABLE_SSL -DMG_ENABLE_GETADDRINFO -I. -I../common -I../../common -c ../common/vscpmulticast.cpp -o vscpmulticast.o cc1plus: warning: /usr/local/include: not a directory cc -std=c99 -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK -pthread -DCBC -I../common -I../../common -c ../../common/sockettcp.c -o sockettcp.o cc1: warning: /usr/local/include: not a directory cc -std=c99 -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK -pthread -DCBC -I../common -I../../common -c ../../common/crc.c -o crc.o cc1: warning: /usr/local/include: not a directory cc -std=c99 -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK -pthread -DCBC -I../common -I../../common -c ../../common/crc8.c -o crc8.o cc1: warning: /usr/local/include: not a directory cc -std=c99 -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK -pthread -DCBC -I../common -I../../common -c ../../common/vscp_aes.c -o vscp_aes.o cc1: warning: /usr/local/include: not a directory cc -std=c99 -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK -pthread -DCBC -I../common -I../../common -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK -DwxUSE_GUI=1 -DMG_ENABLE_THREADS -DMG_ENABLE_IPV6 -DMG_ENABLE_SSL -DMG_ENABLE_GETADDRINFO -I. -I../common -I../../common -c ../../common/sqlite3.c -o sqlite3.o cc1: warning: /usr/local/include: not a directory cc -std=c99 -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK -pthread -DCBC -I../common -I../../common -DMG_ENABLE_THREADS -DMG_ENABLE_IPV6 -DMG_ENABLE_SSL -DMG_ENABLE_GETADDRINFO -c ../../common/mongoose.c -o mongoose.o cc1: warning: /usr/local/include: not a directory cc -std=c99 -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK -pthread -DCBC -I../common -I../../common -c ../../common/fastpbkdf2.c -o fastpbkdf2.o cc1: warning: /usr/local/include: not a directory cc -std=c99 -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK -pthread -DCBC -I../common -I../../common -c ../../common/vscpbase64.c -o vscpbase64.o cc1: warning: /usr/local/include: not a directory cc -std=c99 -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK -pthread -DCBC -I../common -I../../common -c ../../common/vscpmd5.c -o vscpmd5.o cc1: warning: /usr/local/include: not a directory g++ -std=c++11 -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK -pthread -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK -DwxUSE_GUI=1 -DMG_ENABLE_THREADS -DMG_ENABLE_IPV6 -DMG_ENABLE_SSL -DMG_ENABLE_GETADDRINFO -I. -I../common -I../../common -c devicebootloaderwizard.cpp -o devicebootloaderwizard.o cc1plus: warning: /usr/local/include: not a directory g++ -std=c++11 -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK -pthread -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK -DwxUSE_GUI=1 -DMG_ENABLE_THREADS -DMG_ENABLE_IPV6 -DMG_ENABLE_SSL -DMG_ENABLE_GETADDRINFO -I. -I../common -I../../common -c dlgeventfilter.cpp -o dlgeventfilter.o cc1plus: warning: /usr/local/include: not a directory g++ -o vscpworks vscpworks.o dlgvscpmsg.o frmmain.o frmvscpsession.o dlgnewvscpsession.o dlgconfiguration.o dlgvscpinterfacesettings.o dlgvscpfilter.o vscpbootloader.o dlgvscptrmit.o frmdeviceconfig.o frmscanfordevices.o dlgselectdaemoninterface.o frmmdfeditor.o dlgabout.o vscptxobj.o gridtable.o dlgeditlevel1dmrow.o dlgsetfiltermask.o dlgabstractionedit.o bootdevice.o bootdevice_pic1.o bootdevice_vscp.o merlin.o frmdaemondecisionmartrixeditor.o frmdaemonvariableeditor.o frmsimpleuserinterfacegenerator.o dlgclasstypeselect.o threadvscpwork.o dlgsetmanufactdata.o canalsuperwrapper.o dllwrapper.o guid.o vscphelper.o vscpeventhelper.o vscpremotetcpif.o mdf.o register.o canalconfobj.o vscpmulticast.o sockettcp.o crc.o crc8.o vscp_aes.o sqlite3.o mongoose.o fastpbkdf2.o vscpbase64.o vscpmd5.o devicebootloaderwizard.o dlgeventfilter.o -L@top_wxbuilddir@lib -lssl -lz -lrt -lm -lcrypto -lpthread -ldl -L/usr/lib64 -pthread -lwx_gtk3u_xrc-3.0-gtk3 -lwx_gtk3u_html-3.0-gtk3 -lwx_gtk3u_qa-3.0-gtk3 -lwx_gtk3u_adv-3.0-gtk3 -lwx_gtk3u_core-3.0-gtk3 -lwx_baseu_xml-3.0-gtk3 -lwx_baseu_net-3.0-gtk3 -lwx_baseu-3.0-gtk3
— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/grodansparadis/vscp/issues/243#issuecomment-396345126, or mute the thread https://github.com/notifications/unsubscribe-auth/ABS8I7320PFVMSHbswR9WndzT01BlTUeks5t7rpxgaJpZM4UdSsn.
-- Stay Hungry - Stay Foolish! PGP: EF7161865D3E1CCE61E2F43464B570FEC2BE58AA Åke Hedman Brattbergavägen 17, 82050 LOS, SWEDEN http://www.akehedman.se http://www.vscp.org http://www.grodansparadis.com
vscpworks is created after 'sudo make install' ran from src/vscp/vscpworks
In /usr//bin or /usr/local/bin?
If it is possible could you do a make clean; make install in the vscp root and post output.
On 2018-06-11 21:23, Jean-Marc Beaune wrote:
vscpworks is created after 'sudo make install' ran from src/vscp/vscpworks
— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/grodansparadis/vscp/issues/243#issuecomment-396357133, or mute the thread https://github.com/notifications/unsubscribe-auth/ABS8I0TeHthX5KCyH-bLkjX-mUZ6B8Frks5t7sOrgaJpZM4UdSsn.
-- Stay Hungry - Stay Foolish! PGP: EF7161865D3E1CCE61E2F43464B570FEC2BE58AA Åke Hedman Brattbergavägen 17, 82050 LOS, SWEDEN http://www.akehedman.se http://www.vscp.org http://www.grodansparadis.com
In /usr/local/bin.
Here is the output of 'sudo make install':
$ sudo make install
hostname: invalid option -- 'I'
Usage: hostname [-v] {hostname|-F file} set hostname (from file)
domainname [-v] {nisdomain|-F file} set NIS domainname (from file)
hostname [-v] [-d|-f|-s|-a|-i|-y|-n] display formatted name
hostname [-v] display hostname
hostname -V|--version|-h|--help print info and exit
dnsdomainname=hostname -d, {yp,nis,}domainname=hostname -y
-s, --short short host name
-a, --alias alias names
-i, --ip-address addresses for the hostname
-f, --fqdn, --long long host name (FQDN)
-d, --domain DNS domain name
-y, --yp, --nis NIS/YP domainname
-F, --file read hostname or NIS domainname from given file
This command can read or set the hostname or the NIS domainname. You can also read the DNS domain or the FQDN (fully qualified domain name). Unless you are using bind or NIS for host lookups you can change the FQDN (Fully Qualified Domain Name) and the DNS domain name (which is part of the FQDN) in the /etc/hosts file.
make[1]: Entering directory '/home/vscp/vscp/src/vscp/drivers/level2/rawethernet/linux' g++ -std=c++11 -DLINUX -fPIC -D_REENTRANT -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK -DwxUSE_GUI=0 -pthread -DLINUX -fPIC -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK -DwxUSE_GUI=0 -fno-var-tracking-assignments -I../../../../common -I../../../../../common -c -o vscpl2drv_raweth.o vscpl2drv_raweth.cpp cc1plus: warning: /usr/local/include: not a directory g++ -std=c++11 -DLINUX -fPIC -D_REENTRANT -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK -DwxUSE_GUI=0 -pthread -DLINUX -fPIC -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK -DwxUSE_GUI=0 -fno-var-tracking-assignments -I../../../../common -I../../../../../common -c dlldrvobj.cpp -o dlldrvobj.o cc1plus: warning: /usr/local/include: not a directory gcc -std=c99 -fPIC -D_BSD_SOURCE -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK -DwxUSE_GUI=0 -pthread -DCBC -I../../../../common -I../../../../../common -c ../../../../../common/mongoose.c -o mongoose.o cc1: warning: /usr/local/include: not a directory In file included from /usr/include/arpa/inet.h:21:0, from ../../../../../common/mongoose.h:375, from ../../../../../common/mongoose.c:1: /usr/include/features.h:180:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp]
^~~
g++ -std=c++11 -DLINUX -fPIC -D_REENTRANT -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK -DwxUSE_GUI=0 -pthread -DLINUX -fPIC -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK -DwxUSE_GUI=0 -fno-var-tracking-assignments -I../../../../common -I../../../../../common -c ../../../../common/vscpremotetcpif.cpp -o vscpremotetcpif.o
cc1plus: warning: /usr/local/include: not a directory
g++ -std=c++11 -DLINUX -fPIC -D_REENTRANT -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK -DwxUSE_GUI=0 -pthread -DLINUX -fPIC -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK -DwxUSE_GUI=0 -fno-var-tracking-assignments -I../../../../common -I../../../../../common -c ../../../../common/vscphelper.cpp -o vscphelper.o
cc1plus: warning: /usr/local/include: not a directory
g++ -std=c++11 -DLINUX -fPIC -D_REENTRANT -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK -DwxUSE_GUI=0 -pthread -DLINUX -fPIC -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK -DwxUSE_GUI=0 -fno-var-tracking-assignments -I../../../../common -I../../../../../common -c ../../../../common/guid.cpp -o guid.o
cc1plus: warning: /usr/local/include: not a directory
gcc -std=c99 -fPIC -D_BSD_SOURCE -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK -DwxUSE_GUI=0 -pthread -DCBC -I../../../../common -I../../../../../common -c ../../../../../common/crc.c -o crc.o
cc1: warning: /usr/local/include: not a directory
gcc -std=c99 -fPIC -D_BSD_SOURCE -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK -DwxUSE_GUI=0 -pthread -DCBC -I../../../../common -I../../../../../common -c ../../../../../common/crc8.c -o crc8.o
cc1: warning: /usr/local/include: not a directory
In file included from /usr/include/bits/libc-header-start.h:33:0,
from /usr/include/stdio.h:28,
from ../../../../../common/crc8.c:16:
/usr/include/features.h:180:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp]
^~~
gcc -std=c99 -fPIC -D_BSD_SOURCE -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK -DwxUSE_GUI=0 -pthread -DCBC -I../../../../common -I../../../../../common -c ../../../../../common/vscp_aes.c -o vscp_aes.o
cc1: warning: /usr/local/include: not a directory
In file included from /usr/include/bits/libc-header-start.h:33:0,
from /usr/include/stdint.h:26,
from /usr/lib/gcc/x86_64-pc-linux-gnu/6.4.0/include/stdint.h:9,
from ../../../../../common/vscp_aes.c:44:
/usr/include/features.h:180:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp]
^~~
gcc -std=c99 -fPIC -D_BSD_SOURCE -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK -DwxUSE_GUI=0 -pthread -DCBC -I../../../../common -I../../../../../common -c ../../../../../common/vscpmd5.c -o vscpmd5.o
cc1: warning: /usr/local/include: not a directory
In file included from /usr/include/bits/libc-header-start.h:33:0,
from /usr/include/string.h:26,
from ../../../../../common/vscpmd5.c:54:
/usr/include/features.h:180:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp]
^~~
gcc -std=c99 -fPIC -D_BSD_SOURCE -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK -DwxUSE_GUI=0 -pthread -DCBC -I../../../../common -I../../../../../common -c ../../../../../common/fastpbkdf2.c -o fastpbkdf2.o
cc1: warning: /usr/local/include: not a directory
In file included from /usr/include/bits/libc-header-start.h:33:0,
from /usr/include/stdlib.h:25,
from ../../../../../common/fastpbkdf2.h:20,
from ../../../../../common/fastpbkdf2.c:15:
/usr/include/features.h:180:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp]
^~~
gcc -std=c99 -fPIC -D_BSD_SOURCE -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK -DwxUSE_GUI=0 -pthread -DCBC -I../../../../common -I../../../../../common -c ../../../../../common/vscpbase64.c -o vscpbase64.o
cc1: warning: /usr/local/include: not a directory
In file included from /usr/include/bits/libc-header-start.h:33:0,
from /usr/include/stdio.h:28,
from ../../../../../common/vscpbase64.c:26:
/usr/include/features.h:180:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp]
^~~
g++ -o vscpl2drv-raweth.so vscpl2drv_raweth.o dlldrvobj.o mongoose.o vscpremotetcpif.o vscphelper.o guid.o crc.o crc8.o vscp_aes.o vscpmd5.o fastpbkdf2.o vscpbase64.o -g -shared -fPIC -L@top_wxbuilddir@lib -lssl -lz -lrt -lm -lcrypto -lpthread -ldl -lpcap -L/usr/lib64 -pthread -lwx_baseu-3.0-gtk3 -lwx_baseu_xml-3.0-gtk3 -lwx_baseu_net-3.0-gtk3
gcc -std=c99 -fPIC -D_BSD_SOURCE -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK -DwxUSE_GUI=0 -pthread -DCBC -I../../../../common -I../../../../../common -DLINUX -fPIC -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK -DwxUSE_GUI=0 -fno-var-tracking-assignments -I../../../../common -I../../../../../common -c -o test.o test.c
cc1: warning: /usr/local/include: not a directory
In file included from /usr/include/bits/libc-header-start.h:33:0,
from /usr/include/stdio.h:28,
from test.c:23:
/usr/include/features.h:180:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp]
sed '35!d' ../common/version.h | cut -b 33-
.sed '36!d' ../common/version.h | cut -b 33-
.sed '37!d' ../common/version.h | cut -b 33-
"
/usr/bin/install -c "libvscpl1.so.sed '35!d' ../common/version.h | cut -b 33-
.sed '36!d' ../common/version.h | cut -b 33-
.sed '37!d' ../common/version.h | cut -b 33-
" /usr/local/lib
ln -fs /usr/local/lib/"libvscpl1.so.sed '35!d' ../common/version.h | cut -b 33-
.sed '36!d' ../common/version.h | cut -b 33-
.sed '37!d' ../common/version.h | cut -b 33-
" /usr/local/lib/libvscpl1.so
ln -fs /usr/local/lib/"libvscpl1.so.sed '35!d' ../common/version.h | cut -b 33-
.sed '36!d' ../common/version.h | cut -b 33-
.sed '37!d' ../common/version.h | cut -b 33-
" /usr/local/lib/libvscpl1.so.sed '35!d' ../common/version.h | cut -b 33-
ln -fs /usr/local/lib/"libvscpl1.so.sed '35!d' ../common/version.h | cut -b 33-
.sed '36!d' ../common/version.h | cut -b 33-
.sed '37!d' ../common/version.h | cut -b 33-
" /usr/local/lib/libvscpl1.so.sed '35!d' ../common/version.h | cut -b 33-
.sed '36!d' ../common/version.h | cut -b 33-
/usr/bin/install -c vscpl1.h /usr/local/include
make[1]: Leaving directory '/home/vscp/vscp/src/vscp/linuxvscpl1'sed '35!d' ../../common/version.h | cut -b 33-
.sed '36!d' ../../common/version.h | cut -b 33-
.sed '37!d' ../../common/version.h | cut -b 33-
"
/usr/bin/install -c "libvscphelper.so.sed '35!d' ../../common/version.h | cut -b 33-
.sed '36!d' ../../common/version.h | cut -b 33-
.sed '37!d' ../../common/version.h | cut -b 33-
" /usr/local/lib
ln -fs /usr/local/lib/"libvscphelper.so.sed '35!d' ../../common/version.h | cut -b 33-
.sed '36!d' ../../common/version.h | cut -b 33-
.sed '37!d' ../../common/version.h | cut -b 33-
" /usr/local/lib/libvscphelper.so
ln -fs /usr/local/lib/"libvscphelper.so.sed '35!d' ../../common/version.h | cut -b 33-
.sed '36!d' ../../common/version.h | cut -b 33-
.sed '37!d' ../../common/version.h | cut -b 33-
" /usr/local/lib/libvscphelper.so.sed '35!d' ../../common/version.h | cut -b 33-
ln -fs /usr/local/lib/"libvscphelper.so.sed '35!d' ../../common/version.h | cut -b 33-
.sed '36!d' ../../common/version.h | cut -b 33-
.sed '37!d' ../../common/version.h | cut -b 33-
" /usr/local/lib/libvscphelper.so.sed '35!d' ../../common/version.h | cut -b 33-
.sed '36!d' ../../common/version.h | cut -b 33-
/usr/bin/install -c ../vscphelperlib.h /usr/local/include
ar rcs libvscphelper.a libvscphelper.o
make[1]: Leaving directory '/home/vscp/vscp/src/vscp/helperlib/linux'make[1]: Entering directory '/home/vscp/vscp/src/vscp/drivers/level2/sim/linux'
g++ -std=c++11 -DLINUX -fPIC -D_REENTRANT -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK -DwxUSE_GUI=0 -pthread -DLINUX -fPIC -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK -DwxUSE_GUI=0 -fno-var-tracking-assignments -I. -I../common -I../../../../common -I../../../../../common -c -o vscpl2drv-sim.o vscpl2drv-sim.cpp
cc1plus: warning: /usr/local/include: not a directory
g++ -std=c++11 -DLINUX -fPIC -D_REENTRANT -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK -DwxUSE_GUI=0 -pthread -DLINUX -fPIC -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK -DwxUSE_GUI=0 -fno-var-tracking-assignments -I. -I../common -I../../../../common -I../../../../../common -c ../common/simulation.cpp -o simulation.o
cc1plus: warning: /usr/local/include: not a directory
g++ -std=c++11 -DLINUX -fPIC -D_REENTRANT -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK -DwxUSE_GUI=0 -pthread -DLINUX -fPIC -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK -DwxUSE_GUI=0 -fno-var-tracking-assignments -I. -I../common -I../../../../common -I../../../../../common -c ../../../../common/vscpremotetcpif.cpp -o vscpremotetcpif.o
cc1plus: warning: /usr/local/include: not a directory
g++ -std=c++11 -DLINUX -fPIC -D_REENTRANT -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK -DwxUSE_GUI=0 -pthread -DLINUX -fPIC -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK -DwxUSE_GUI=0 -fno-var-tracking-assignments -I. -I../common -I../../../../common -I../../../../../common -c ../../../../common/vscphelper.cpp -o vscphelper.o
cc1plus: warning: /usr/local/include: not a directory
g++ -std=c++11 -DLINUX -fPIC -D_REENTRANT -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK -DwxUSE_GUI=0 -pthread -DLINUX -fPIC -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK -DwxUSE_GUI=0 -fno-var-tracking-assignments -I. -I../common -I../../../../common -I../../../../../common -c ../../../../common/guid.cpp -o guid.o
cc1plus: warning: /usr/local/include: not a directory
gcc -std=c99 -fPIC -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK -DwxUSE_GUI=0 -pthread -DCBC -I../../../../common -I../../../../../common -c ../../../../../common/crc.c -o crc.o
cc1: warning: /usr/local/include: not a directory
gcc -std=c99 -fPIC -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK -DwxUSE_GUI=0 -pthread -DCBC -I../../../../common -I../../../../../common -c ../../../../../common/crc8.c -o crc8.o
cc1: warning: /usr/local/include: not a directory
gcc -std=c99 -fPIC -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK -DwxUSE_GUI=0 -pthread -DCBC -I../../../../common -I../../../../../common -c ../../../../../common/vscp_aes.c -o vscp_aes.o
cc1: warning: /usr/local/include: not a directory
gcc -std=c99 -fPIC -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK -DwxUSE_GUI=0 -pthread -DCBC -I../../../../common -I../../../../../common -c ../../../../../common/vscpmd5.c -o vscpmd5.o
cc1: warning: /usr/local/include: not a directory
gcc -std=c99 -fPIC -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK -DwxUSE_GUI=0 -pthread -DCBC -I../../../../common -I../../../../../common -c ../../../../../common/mongoose.c -o mongoose.o
cc1: warning: /usr/local/include: not a directory
gcc -std=c99 -fPIC -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK -DwxUSE_GUI=0 -pthread -DCBC -I../../../../common -I../../../../../common -c ../../../../../common/fastpbkdf2.c -o fastpbkdf2.o
cc1: warning: /usr/local/include: not a directory
gcc -std=c99 -fPIC -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK -DwxUSE_GUI=0 -pthread -DCBC -I../../../../common -I../../../../../common -c ../../../../../common/vscpbase64.c -o vscpbase64.o
cc1: warning: /usr/local/include: not a directory
g++ -o vscpl2drv-sim.so vscpl2drv-sim.o simulation.o vscpremotetcpif.o vscphelper.o guid.o crc.o crc8.o vscp_aes.o vscpmd5.o mongoose.o fastpbkdf2.o vscpbase64.o -g -shared -fPIC -L@top_wxbuilddir@lib -lssl -lz -lrt -lm -lcrypto -lpthread -ldl -L/usr/lib64 -pthread -lwx_baseu-3.0-gtk3 -lwx_baseu_xml-3.0-gtk3 -lwx_baseu_net-3.0-gtk3
g++ -std=c++11 -DLINUX -fPIC -D_REENTRANT -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK -DwxUSE_GUI=0 -pthread -DLINUX -fPIC -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK -DwxUSE_GUI=0 -fno-var-tracking-assignments -I. -I../common -I../../../../common -I../../../../../common -c -o test.o test.cpp
cc1plus: warning: /usr/local/include: not a directory
g++ -o test test.o vscpl2drv-sim.o simulation.o vscpremotetcpif.o vscphelper.o guid.o crc.o crc8.o vscp_aes.o vscpmd5.o mongoose.o fastpbkdf2.o vscpbase64.o -L@top_wxbuilddir@lib -lssl -lz -lrt -lm -lcrypto -lpthread -ldl -L/usr/lib64 -pthread -lwx_baseu-3.0-gtk3 -lwx_baseu_xml-3.0-gtk3 -lwx_baseu_net-3.0-gtk3
mkdir -p /srv/vscp/drivers/level2
/usr/bin/install -c vscpl2drv-sim.so /srv/vscp/drivers/level2
make[1]: Leaving directory '/home/vscp/vscp/src/vscp/drivers/level2/sim/linux'
/usr/bin/install -c -b -m755 config_examples/vscpd.startup_script_debian /etc/init.d/vscpd
update-rc.d vscpd defaults
make: update-rc.d: Command not found
make: *** [Makefile:45: install] Error 127
I see there is an error when vscpd is built I will check on that tomorrow. Else it looks ok except for the installation of the startup script. Is this ArchLinux?
On 2018-06-11 21:51, Jean-Marc Beaune wrote:
In /usr/local/bin.
Here is the output of 'sudo make install':
$ sudo make install hostname: invalid option -- 'I' Usage: hostname [-v] {hostname|-F file} set hostname (from file) domainname [-v] {nisdomain|-F file} set NIS domainname (from file) hostname [-v] [-d|-f|-s|-a|-i|-y|-n] display formatted name hostname [-v] display hostname
|hostname -V|--version|-h|--help print info and exit dnsdomainname=hostname -d, {yp,nis,}domainname=hostname -y -s, --short short host name -a, --alias alias names -i, --ip-address addresses for the hostname -f, --fqdn, --long long host name (FQDN) -d, --domain DNS domain name -y, --yp, --nis NIS/YP domainname -F, --file read hostname or NIS domainname from given file |
This command can read or set the hostname or the NIS domainname. You can also read the DNS domain or the FQDN (fully qualified domain name). Unless you are using bind or NIS for host lookups you can change the FQDN (Fully Qualified Domain Name) and the DNS domain name (which is part of the FQDN) in the /etc/hosts file.
create folder structure
mkdir -p /srv/vscp mkdir -p /srv/vscp/logs mkdir -p /srv/vscp/actions mkdir -p /srv/vscp/scripts mkdir -p /srv/vscp/scripts/javascript mkdir -p /srv/vscp/scripts/lua mkdir -p /srv/vscp/ux mkdir -p /srv/vscp/web mkdir -p /srv/vscp/certs mkdir -p /srv/vscp/drivers mkdir -p /srv/vscp/drivers/level1 mkdir -p /srv/vscp/drivers/level2 mkdir -p /srv/vscp/upload mkdir -p /srv/vscp/web/css mkdir -p /srv/vscp/web/images mkdir -p /srv/vscp/web/lib mkdir -p /srv/vscp/web/testws mkdir -p /srv/vscp/vscp mkdir -p /srv/vscp/tables mkdir -p /srv/vscp/mdf
Building in dir src/vscp/drivers/level1/can4vscp/linux
make[1]: Entering directory '/home/vscp/vscp/src/vscp/drivers/level1/can4vscp/linux' g++ -std=c++11 -DLINUX -fPIC -D_REENTRANT -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK -DwxUSE_GUI=0 -pthread -DLINUX -fPIC -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK -DwxUSE_GUI=0 -fno-var-tracking-assignments -I../../../../common -I../../../../../common -c -o vscpl1drv-can4vscp.o vscpl1drv-can4vscp.cpp cc1plus: warning: /usr/local/include: not a directory g++ -std=c++11 -DLINUX -fPIC -D_REENTRANT -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK -DwxUSE_GUI=0 -pthread -DLINUX -fPIC -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK -DwxUSE_GUI=0 -fno-var-tracking-assignments -I../../../../common -I../../../../../common -c ../common/can4vscpobj.cpp -o can4vscpobj.o cc1plus: warning: /usr/local/include: not a directory g++ -std=c++11 -DLINUX -fPIC -D_REENTRANT -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK -DwxUSE_GUI=0 -pthread -DLINUX -fPIC -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK -DwxUSE_GUI=0 -fno-var-tracking-assignments -I../../../../common -I../../../../../common -c ../../../../common/guid.cpp -o guid.o cc1plus: warning: /usr/local/include: not a directory gcc -std=c99 -fPIC -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK -DwxUSE_GUI=0 -pthread -DCBC -I../../../../common -I../../../../../common -c ../../../../../common/dllist.c -o dllist.o cc1: warning: /usr/local/include: not a directory gcc -std=c99 -fPIC -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK -DwxUSE_GUI=0 -pthread -DCBC -I../../../../common -I../../../../../common -c ../../../../../common/crc8.c -o crc8.o cc1: warning: /usr/local/include: not a directory g++ -std=c++11 -DLINUX -fPIC -D_REENTRANT -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK -DwxUSE_GUI=0 -pthread -DLINUX -fPIC -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK -DwxUSE_GUI=0 -fno-var-tracking-assignments -I../../../../common -I../../../../../common -c ../../../../../common/com.cpp -o com.o cc1plus: warning: /usr/local/include: not a directory g++ -o vscpl1drv-can4vscp.so vscpl1drv-can4vscp.o can4vscpobj.o guid.o dllist.o crc8.o com.o -g -shared -fPIC -Wl,--no-undefined -L@top_wxbuilddir@lib -lssl -lz -lrt -lm -lcrypto -lpthread -ldl -L/usr/lib64 -pthread -lwx_baseu-3.0-gtk3 -lwx_baseu_xml-3.0-gtk3 -lwx_baseu_net-3.0-gtk3 g++ -std=c++11 -DLINUX -fPIC -D_REENTRANT -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK -DwxUSE_GUI=0 -pthread -DLINUX -fPIC -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK -DwxUSE_GUI=0 -fno-var-tracking-assignments -I../../../../common -I../../../../../common -c -o test.o test.cpp cc1plus: warning: /usr/local/include: not a directory g++ -o test test.o -L@top_wxbuilddir@lib -lssl -lz -lrt -lm -lcrypto -lpthread -ldl -L/usr/lib64 -pthread -lwx_baseu-3.0-gtk3 -lwx_baseu_xml-3.0-gtk3 -lwx_baseu_net-3.0-gtk3 mkdir -p /srv/vscp/drivers/level1 /usr/bin/install -c vscpl1drv-can4vscp.so /srv/vscp/drivers/level1 make[1]: Leaving directory '/home/vscp/vscp/src/vscp/drivers/level1/can4vscp/linux'
Building in dir src/vscp/drivers/level2/wire1/linux
make[1]: Entering directory '/home/vscp/vscp/src/vscp/drivers/level2/wire1/linux' g++ -std=c++11 -DLINUX -fPIC -D_REENTRANT -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK -DwxUSE_GUI=0 -pthread -DLINUX -fPIC -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK -DwxUSE_GUI=0 -fno-var-tracking-assignments -I../../../../common -I../../../../../common -c -o vscpl2drv-wire1.o vscpl2drv-wire1.cpp cc1plus: warning: /usr/local/include: not a directory g++ -std=c++11 -DLINUX -fPIC -D_REENTRANT -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK -DwxUSE_GUI=0 -pthread -DLINUX -fPIC -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK -DwxUSE_GUI=0 -fno-var-tracking-assignments -I../../../../common -I../../../../../common -c wire1.cpp -o wire1.o cc1plus: warning: /usr/local/include: not a directory g++ -std=c++11 -DLINUX -fPIC -D_REENTRANT -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK -DwxUSE_GUI=0 -pthread -DLINUX -fPIC -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK -DwxUSE_GUI=0 -fno-var-tracking-assignments -I../../../../common -I../../../../../common -c ../../../../common/vscpremotetcpif.cpp -o vscpremotetcpif.o cc1plus: warning: /usr/local/include: not a directory g++ -std=c++11 -DLINUX -fPIC -D_REENTRANT -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK -DwxUSE_GUI=0 -pthread -DLINUX -fPIC -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK -DwxUSE_GUI=0 -fno-var-tracking-assignments -I../../../../common -I../../../../../common -c ../../../../common/vscphelper.cpp -o vscphelper.o cc1plus: warning: /usr/local/include: not a directory g++ -std=c++11 -DLINUX -fPIC -D_REENTRANT -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK -DwxUSE_GUI=0 -pthread -DLINUX -fPIC -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK -DwxUSE_GUI=0 -fno-var-tracking-assignments -I../../../../common -I../../../../../common -c ../../../../common/guid.cpp -o guid.o cc1plus: warning: /usr/local/include: not a directory gcc -std=c99 -fPIC -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK -DwxUSE_GUI=0 -pthread -DCBC -I../../../../common -I../../../../../common -c ../../../../../common/crc.c -o crc.o cc1: warning: /usr/local/include: not a directory gcc -std=c99 -fPIC -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK -DwxUSE_GUI=0 -pthread -DCBC -I../../../../common -I../../../../../common -c ../../../../../common/crc8.c -o crc8.o cc1: warning: /usr/local/include: not a directory gcc -std=c99 -fPIC -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK -DwxUSE_GUI=0 -pthread -DCBC -I../../../../common -I../../../../../common -c ../../../../../common/vscp_aes.c -o vscp_aes.o cc1: warning: /usr/local/include: not a directory gcc -std=c99 -fPIC -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK -DwxUSE_GUI=0 -pthread -DCBC -I../../../../common -I../../../../../common -c ../../../../../common/vscpmd5.c -o vscpmd5.o cc1: warning: /usr/local/include: not a directory gcc -std=c99 -fPIC -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK -DwxUSE_GUI=0 -pthread -DCBC -I../../../../common -I../../../../../common -c ../../../../../common/mongoose.c -o mongoose.o cc1: warning: /usr/local/include: not a directory gcc -std=c99 -fPIC -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK -DwxUSE_GUI=0 -pthread -DCBC -I../../../../common -I../../../../../common -c ../../../../../common/fastpbkdf2.c -o fastpbkdf2.o cc1: warning: /usr/local/include: not a directory gcc -std=c99 -fPIC -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK -DwxUSE_GUI=0 -pthread -DCBC -I../../../../common -I../../../../../common -c ../../../../../common/vscpbase64.c -o vscpbase64.o cc1: warning: /usr/local/include: not a directory g++ -o vscpl2drv-wire1.so vscpl2drv-wire1.o wire1.o vscpremotetcpif.o vscphelper.o guid.o crc.o crc8.o vscp_aes.o vscpmd5.o mongoose.o fastpbkdf2.o vscpbase64.o -g -shared -fPIC -L@top_wxbuilddir@lib -lssl -lz -lrt -lm -lcrypto -lpthread -ldl -L/usr/lib64 -pthread -lwx_baseu-3.0-gtk3 -lwx_baseu_xml-3.0-gtk3 -lwx_baseu_net-3.0-gtk3 gcc -std=c99 -fPIC -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK -DwxUSE_GUI=0 -pthread -DCBC -I../../../../common -I../../../../../common -DLINUX -fPIC -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK -DwxUSE_GUI=0 -fno-var-tracking-assignments -I../../../../common -I../../../../../common -c -o test.o test.c cc1: warning: /usr/local/include: not a directory g++ -o test test.o -L@top_wxbuilddir@lib -lssl -lz -lrt -lm -lcrypto -lpthread -ldl -L/usr/lib64 -pthread -lwx_baseu-3.0-gtk3 -lwx_baseu_xml-3.0-gtk3 -lwx_baseu_net-3.0-gtk3 mkdir -p /srv/vscp/drivers/level2 /usr/bin/install -c vscpl2drv-wire1.so /srv/vscp/drivers/level2 make[1]: Leaving directory '/home/vscp/vscp/src/vscp/drivers/level2/wire1/linux'
Building in dir src/vscp/drivers/level1/logger/linux
make[1]: Entering directory '/home/vscp/vscp/src/vscp/drivers/level1/logger/linux' g++ -std=c++11 -DLINUX -fPIC -D_REENTRANT -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK -DwxUSE_GUI=0 -pthread -DLINUX -fPIC -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK -DwxUSE_GUI=0 -fno-var-tracking-assignments -I../../../../common -I../../../../../common -c -o vscpl1drv-logger.o vscpl1drv-logger.cpp cc1plus: warning: /usr/local/include: not a directory g++ -std=c++11 -DLINUX -fPIC -D_REENTRANT -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK -DwxUSE_GUI=0 -pthread -DLINUX -fPIC -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK -DwxUSE_GUI=0 -fno-var-tracking-assignments -I../../../../common -I../../../../../common -c ../common/log.cpp -o log.o cc1plus: warning: /usr/local/include: not a directory g++ -std=c++11 -DLINUX -fPIC -D_REENTRANT -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK -DwxUSE_GUI=0 -pthread -DLINUX -fPIC -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK -DwxUSE_GUI=0 -fno-var-tracking-assignments -I../../../../common -I../../../../../common -c ../../../../common/guid.cpp -o guid.o cc1plus: warning: /usr/local/include: not a directory gcc -std=c99 -fPIC -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK -DwxUSE_GUI=0 -pthread -DCBC -I../../../../common -I../../../../../common -c ../../../../../common/dllist.c -o dllist.o cc1: warning: /usr/local/include: not a directory g++ -o vscpl1drv-logger.so vscpl1drv-logger.o log.o guid.o dllist.o -g -shared -fPIC -L@top_wxbuilddir@lib -lssl -lz -lrt -lm -lcrypto -lpthread -ldl -L/usr/lib64 -pthread -lwx_baseu-3.0-gtk3 -lwx_baseu_xml-3.0-gtk3 -lwx_baseu_net-3.0-gtk3 g++ -std=c++11 -DLINUX -fPIC -D_REENTRANT -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK -DwxUSE_GUI=0 -pthread -DLINUX -fPIC -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK -DwxUSE_GUI=0 -fno-var-tracking-assignments -I../../../../common -I../../../../../common -c -o test.o test.cpp cc1plus: warning: /usr/local/include: not a directory g++ -o test test.o -L@top_wxbuilddir@lib -lssl -lz -lrt -lm -lcrypto -lpthread -ldl -L/usr/lib64 -pthread -lwx_baseu-3.0-gtk3 -lwx_baseu_xml-3.0-gtk3 -lwx_baseu_net-3.0-gtk3 mkdir -p /srv/vscp/drivers/level1 /usr/bin/install -c vscpl1drv-logger.so /srv/vscp/drivers/level1 make[1]: Leaving directory '/home/vscp/vscp/src/vscp/drivers/level1/logger/linux'
Building in dir src/vscp/drivers/level1/can232/linux
make[1]: Entering directory '/home/vscp/vscp/src/vscp/drivers/level1/can232/linux' g++ -std=c++11 -DLINUX -fPIC -D_REENTRANT -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK -DwxUSE_GUI=0 -pthread -DLINUX -fPIC -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK -DwxUSE_GUI=0 -fno-var-tracking-assignments -I../../../../common -I../../../../../common -c -o vscpl1drv-can232.o vscpl1drv-can232.cpp cc1plus: warning: /usr/local/include: not a directory g++ -std=c++11 -DLINUX -fPIC -D_REENTRANT -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK -DwxUSE_GUI=0 -pthread -DLINUX -fPIC -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK -DwxUSE_GUI=0 -fno-var-tracking-assignments -I../../../../common -I../../../../../common -c can232obj.cpp -o can232obj.o cc1plus: warning: /usr/local/include: not a directory g++ -std=c++11 -DLINUX -fPIC -D_REENTRANT -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK -DwxUSE_GUI=0 -pthread -DLINUX -fPIC -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK -DwxUSE_GUI=0 -fno-var-tracking-assignments -I../../../../common -I../../../../../common -c ../../../../common/guid.cpp -o guid.o cc1plus: warning: /usr/local/include: not a directory gcc -std=c99 -fPIC -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK -DwxUSE_GUI=0 -pthread -DCBC -I../../../../common -I../../../../../common -c ../../../../../common/dllist.c -o dllist.o cc1: warning: /usr/local/include: not a directory g++ -std=c++11 -DLINUX -fPIC -D_REENTRANT -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK -DwxUSE_GUI=0 -pthread -DLINUX -fPIC -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK -DwxUSE_GUI=0 -fno-var-tracking-assignments -I../../../../common -I../../../../../common -c ../../../../../common/com.cpp -o com.o cc1plus: warning: /usr/local/include: not a directory g++ -o vscpl1drv-can232.so vscpl1drv-can232.o can232obj.o guid.o dllist.o com.o -g -shared -fPIC -Wl,--no-undefined -L@top_wxbuilddir@lib -lssl -lz -lrt -lm -lcrypto -lpthread -ldl -L/usr/lib64 -pthread -lwx_baseu-3.0-gtk3 -lwx_baseu_xml-3.0-gtk3 -lwx_baseu_net-3.0-gtk3 g++ -std=c++11 -DLINUX -fPIC -D_REENTRANT -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK -DwxUSE_GUI=0 -pthread -DLINUX -fPIC -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK -DwxUSE_GUI=0 -fno-var-tracking-assignments -I../../../../common -I../../../../../common -c -o test.o test.cpp cc1plus: warning: /usr/local/include: not a directory g++ -o test test.o -L@top_wxbuilddir@lib -lssl -lz -lrt -lm -lcrypto -lpthread -ldl -L/usr/lib64 -pthread -lwx_baseu-3.0-gtk3 -lwx_baseu_xml-3.0-gtk3 -lwx_baseu_net-3.0-gtk3 mkdir -p /srv/vscp/drivers/level1 /usr/bin/install -c vscpl1drv-can232.so /srv/vscp/drivers/level1 make[1]: Leaving directory '/home/vscp/vscp/src/vscp/drivers/level1/can232/linux'
Building in dir src/vscp/drivers/level1/xap/linux
make[1]: Entering directory '/home/vscp/vscp/src/vscp/drivers/level1/xap/linux' g++ -std=c++11 -DLINUX -fPIC -D_REENTRANT -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK -DwxUSE_GUI=0 -pthread -DLINUX -fPIC -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK -DwxUSE_GUI=0 -fno-var-tracking-assignments -I../../../../common -I../../../../../common -c vscpl1drv-xap.cpp -o vscpl1drv-xap.o cc1plus: warning: /usr/local/include: not a directory g++ -std=c++11 -DLINUX -fPIC -D_REENTRANT -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK -DwxUSE_GUI=0 -pthread -DLINUX -fPIC -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK -DwxUSE_GUI=0 -fno-var-tracking-assignments -I../../../../common -I../../../../../common -c ../common/xapobj.cpp -o xapobj.o cc1plus: warning: /usr/local/include: not a directory g++ -std=c++11 -DLINUX -fPIC -D_REENTRANT -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK -DwxUSE_GUI=0 -pthread -DLINUX -fPIC -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK -DwxUSE_GUI=0 -fno-var-tracking-assignments -I../../../../common -I../../../../../common -c ../../../../common/guid.cpp -o guid.o cc1plus: warning: /usr/local/include: not a directory gcc -std=c99 -fPIC -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK -DwxUSE_GUI=0 -pthread -DCBC -I../../../../common -I../../../../../common -c ../../../../../common/dllist.c -o dllist.o cc1: warning: /usr/local/include: not a directory g++ -o vscpl1-xapdrv.so vscpl1drv-xap.o xapobj.o guid.o dllist.o -g -shared -fPIC -L@top_wxbuilddir@lib -lssl -lz -lrt -lm -lcrypto -lpthread -ldl -L/usr/lib64 -pthread -lwx_baseu-3.0-gtk3 -lwx_baseu_xml-3.0-gtk3 -lwx_baseu_net-3.0-gtk3 g++ -std=c++11 -DLINUX -fPIC -D_REENTRANT -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK -DwxUSE_GUI=0 -pthread -DLINUX -fPIC -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK -DwxUSE_GUI=0 -fno-var-tracking-assignments -I../../../../common -I../../../../../common -c -o test.o test.cpp cc1plus: warning: /usr/local/include: not a directory g++ -o test test.o -L@top_wxbuilddir@lib -lssl -lz -lrt -lm -lcrypto -lpthread -ldl -L/usr/lib64 -pthread -lwx_baseu-3.0-gtk3 -lwx_baseu_xml-3.0-gtk3 -lwx_baseu_net-3.0-gtk3 mkdir -p /srv/vscp/drivers/level1 /usr/bin/install -c vscpl1-xapdrv.so /srv/vscp/drivers/level1 make[1]: Leaving directory '/home/vscp/vscp/src/vscp/drivers/level1/xap/linux'
Building in dir src/vscp/drivers/level1/socketcan/linux
make[1]: Entering directory '/home/vscp/vscp/src/vscp/drivers/level1/socketcan/linux' g++ -std=c++11 -DLINUX -fPIC -D_REENTRANT -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK -DwxUSE_GUI=0 -pthread -DLINUX -fPIC -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK -DwxUSE_GUI=0 -fno-var-tracking-assignments -Iinclude -I../../../../common -I../../../../../common -c vscpl1drv-socketcan.cpp -o vscpl1drv-socketcan.o cc1plus: warning: /usr/local/include: not a directory g++ -std=c++11 -DLINUX -fPIC -D_REENTRANT -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK -DwxUSE_GUI=0 -pthread -DLINUX -fPIC -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK -DwxUSE_GUI=0 -fno-var-tracking-assignments -Iinclude -I../../../../common -I../../../../../common -c socketcanobj.cpp -o socketcanobj.o cc1plus: warning: /usr/local/include: not a directory g++ -std=c++11 -DLINUX -fPIC -D_REENTRANT -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK -DwxUSE_GUI=0 -pthread -DLINUX -fPIC -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK -DwxUSE_GUI=0 -fno-var-tracking-assignments -Iinclude -I../../../../common -I../../../../../common -c ../../../../common/guid.cpp -o guid.o cc1plus: warning: /usr/local/include: not a directory gcc -std=c99 -fPIC -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK -DwxUSE_GUI=0 -pthread -DCBC -I../../../../common -I../../../../../common -c ../../../../../common/dllist.c -o dllist.o cc1: warning: /usr/local/include: not a directory g++ -o vscpl1drv-socketcan.so vscpl1drv-socketcan.o socketcanobj.o guid.o dllist.o -g -shared -fPIC -Wl,--no-undefined -L@top_wxbuilddir@lib -lssl -lz -lrt -lm -lcrypto -lpthread -ldl -L/usr/lib64 -pthread -lwx_baseu-3.0-gtk3 -lwx_baseu_xml-3.0-gtk3 -lwx_baseu_net-3.0-gtk3 g++ -std=c++11 -DLINUX -fPIC -D_REENTRANT -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK -DwxUSE_GUI=0 -pthread -DLINUX -fPIC -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK -DwxUSE_GUI=0 -fno-var-tracking-assignments -Iinclude -I../../../../common -I../../../../../common -c -o test.o test.cpp cc1plus: warning: /usr/local/include: not a directory g++ -o test test.o -L@top_wxbuilddir@lib -lssl -lz -lrt -lm -lcrypto -lpthread -ldl -L/usr/lib64 -pthread -lwx_baseu-3.0-gtk3 -lwx_baseu_xml-3.0-gtk3 -lwx_baseu_net-3.0-gtk3 mkdir -p /srv/vscp/drivers/level1 /usr/bin/install -c vscpl1drv-socketcan.so /srv/vscp/drivers/level1 make[1]: Leaving directory '/home/vscp/vscp/src/vscp/drivers/level1/socketcan/linux'
Building in dir src/vscp/drivers/level2/logger/linux
make[1]: Entering directory '/home/vscp/vscp/src/vscp/drivers/level2/logger/linux' g++ -std=c++11 -DLINUX -fPIC -D_REENTRANT -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK -DwxUSE_GUI=0 -pthread -DLINUX -fPIC -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK -DwxUSE_GUI=0 -fno-var-tracking-assignments -I../../../../common -I../../../../../common -c -o vscpl2drv_logger.o vscpl2drv_logger.cpp cc1plus: warning: /usr/local/include: not a directory g++ -std=c++11 -DLINUX -fPIC -D_REENTRANT -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK -DwxUSE_GUI=0 -pthread -DLINUX -fPIC -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK -DwxUSE_GUI=0 -fno-var-tracking-assignments -I../../../../common -I../../../../../common -c ../common/log.cpp -o log.o cc1plus: warning: /usr/local/include: not a directory g++ -std=c++11 -DLINUX -fPIC -D_REENTRANT -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK -DwxUSE_GUI=0 -pthread -DLINUX -fPIC -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK -DwxUSE_GUI=0 -fno-var-tracking-assignments -I../../../../common -I../../../../../common -c ../../../../common/vscpremotetcpif.cpp -o vscpremotetcpif.o cc1plus: warning: /usr/local/include: not a directory g++ -std=c++11 -DLINUX -fPIC -D_REENTRANT -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK -DwxUSE_GUI=0 -pthread -DLINUX -fPIC -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK -DwxUSE_GUI=0 -fno-var-tracking-assignments -I../../../../common -I../../../../../common -c ../../../../common/vscphelper.cpp -o vscphelper.o cc1plus: warning: /usr/local/include: not a directory g++ -std=c++11 -DLINUX -fPIC -D_REENTRANT -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK -DwxUSE_GUI=0 -pthread -DLINUX -fPIC -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK -DwxUSE_GUI=0 -fno-var-tracking-assignments -I../../../../common -I../../../../../common -c ../../../../common/guid.cpp -o guid.o cc1plus: warning: /usr/local/include: not a directory gcc -std=c99 -fPIC -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK -DwxUSE_GUI=0 -pthread -DCBC -I../../../../common -I../../../../../common -c ../../../../../common/crc.c -o crc.o cc1: warning: /usr/local/include: not a directory gcc -std=c99 -fPIC -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK -DwxUSE_GUI=0 -pthread -DCBC -I../../../../common -I../../../../../common -c ../../../../../common/crc8.c -o crc8.o cc1: warning: /usr/local/include: not a directory gcc -std=c99 -fPIC -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK -DwxUSE_GUI=0 -pthread -DCBC -I../../../../common -I../../../../../common -c ../../../../../common/vscp_aes.c -o vscp_aes.o cc1: warning: /usr/local/include: not a directory gcc -std=c99 -fPIC -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK -DwxUSE_GUI=0 -pthread -DCBC -I../../../../common -I../../../../../common -c ../../../../../common/vscpmd5.c -o vscpmd5.o cc1: warning: /usr/local/include: not a directory gcc -std=c99 -fPIC -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK -DwxUSE_GUI=0 -pthread -DCBC -I../../../../common -I../../../../../common -c ../../../../../common/mongoose.c -o mongoose.o cc1: warning: /usr/local/include: not a directory gcc -std=c99 -fPIC -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK -DwxUSE_GUI=0 -pthread -DCBC -I../../../../common -I../../../../../common -c ../../../../../common/fastpbkdf2.c -o fastpbkdf2.o cc1: warning: /usr/local/include: not a directory gcc -std=c99 -fPIC -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK -DwxUSE_GUI=0 -pthread -DCBC -I../../../../common -I../../../../../common -c ../../../../../common/vscpbase64.c -o vscpbase64.o cc1: warning: /usr/local/include: not a directory g++ -o vscpl2drv-logger.so vscpl2drv_logger.o log.o vscpremotetcpif.o vscphelper.o guid.o crc.o crc8.o vscp_aes.o vscpmd5.o mongoose.o fastpbkdf2.o vscpbase64.o -g -shared -fPIC -Wl,--no-undefined -L@top_wxbuilddir@lib -lssl -lz -lrt -lm -lcrypto -lpthread -ldl -L/usr/lib64 -pthread -lwx_baseu-3.0-gtk3 -lwx_baseu_xml-3.0-gtk3 -lwx_baseu_net-3.0-gtk3 g++ -std=c++11 -DLINUX -fPIC -D_REENTRANT -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK -DwxUSE_GUI=0 -pthread -DLINUX -fPIC -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK -DwxUSE_GUI=0 -fno-var-tracking-assignments -I../../../../common -I../../../../../common -c -o test.o test.cpp cc1plus: warning: /usr/local/include: not a directory g++ -o test test.o -L@top_wxbuilddir@lib -lssl -lz -lrt -lm -lcrypto -lpthread -ldl -L/usr/lib64 -pthread -lwx_baseu-3.0-gtk3 -lwx_baseu_xml-3.0-gtk3 -lwx_baseu_net-3.0-gtk3 mkdir -p /srv/vscp/drivers/level2 /usr/bin/install -c vscpl2drv-logger.so /srv/vscp/drivers/level2 make[1]: Leaving directory '/home/vscp/vscp/src/vscp/drivers/level2/logger/linux'
Building in dir src/vscp/drivers/level2/lmsensors/linux
make[1]: Entering directory '/home/vscp/vscp/src/vscp/drivers/level2/lmsensors/linux' g++ -std=c++11 -DLINUX -fPIC -D_REENTRANT -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK -DwxUSE_GUI=0 -pthread -DLINUX -fPIC -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK -DwxUSE_GUI=0 -fno-var-tracking-assignments -I../../../../common -I../../../../../common -c -o vscpl2drv_lmsensors.o vscpl2drv_lmsensors.cpp cc1plus: warning: /usr/local/include: not a directory g++ -std=c++11 -DLINUX -fPIC -D_REENTRANT -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK -DwxUSE_GUI=0 -pthread -DLINUX -fPIC -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK -DwxUSE_GUI=0 -fno-var-tracking-assignments -I../../../../common -I../../../../../common -c lmsensors.cpp -o lmsensors.o cc1plus: warning: /usr/local/include: not a directory gcc -std=c99 -fPIC -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK -DwxUSE_GUI=0 -pthread -DCBC -I../../../../common -I../../../../../common -c ../../../../../common/crc.c -o crc.o cc1: warning: /usr/local/include: not a directory gcc -std=c99 -fPIC -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK -DwxUSE_GUI=0 -pthread -DCBC -I../../../../common -I../../../../../common -c ../../../../../common/crc8.c -o crc8.o cc1: warning: /usr/local/include: not a directory gcc -std=c99 -fPIC -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK -DwxUSE_GUI=0 -pthread -DCBC -I../../../../common -I../../../../../common -c ../../../../../common/vscp_aes.c -o vscp_aes.o cc1: warning: /usr/local/include: not a directory gcc -std=c99 -fPIC -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK -DwxUSE_GUI=0 -pthread -DCBC -I../../../../common -I../../../../../common -c ../../../../../common/vscpmd5.c -o vscpmd5.o cc1: warning: /usr/local/include: not a directory gcc -std=c99 -fPIC -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK -DwxUSE_GUI=0 -pthread -DCBC -I../../../../common -I../../../../../common -c ../../../../../common/mongoose.c -o mongoose.o cc1: warning: /usr/local/include: not a directory g++ -std=c++11 -DLINUX -fPIC -D_REENTRANT -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK -DwxUSE_GUI=0 -pthread -DLINUX -fPIC -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK -DwxUSE_GUI=0 -fno-var-tracking-assignments -I../../../../common -I../../../../../common -c ../../../../common/vscpremotetcpif.cpp -o vscpremotetcpif.o cc1plus: warning: /usr/local/include: not a directory g++ -std=c++11 -DLINUX -fPIC -D_REENTRANT -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK -DwxUSE_GUI=0 -pthread -DLINUX -fPIC -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK -DwxUSE_GUI=0 -fno-var-tracking-assignments -I../../../../common -I../../../../../common -c ../../../../common/vscphelper.cpp -o vscphelper.o cc1plus: warning: /usr/local/include: not a directory g++ -std=c++11 -DLINUX -fPIC -D_REENTRANT -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK -DwxUSE_GUI=0 -pthread -DLINUX -fPIC -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK -DwxUSE_GUI=0 -fno-var-tracking-assignments -I../../../../common -I../../../../../common -c ../../../../common/guid.cpp -o guid.o cc1plus: warning: /usr/local/include: not a directory gcc -std=c99 -fPIC -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK -DwxUSE_GUI=0 -pthread -DCBC -I../../../../common -I../../../../../common -c ../../../../../common/fastpbkdf2.c -o fastpbkdf2.o cc1: warning: /usr/local/include: not a directory gcc -std=c99 -fPIC -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK -DwxUSE_GUI=0 -pthread -DCBC -I../../../../common -I../../../../../common -c ../../../../../common/vscpbase64.c -o vscpbase64.o cc1: warning: /usr/local/include: not a directory g++ -o vscpl2drv-lmsensors.so vscpl2drv_lmsensors.o lmsensors.o crc.o crc8.o vscp_aes.o vscpmd5.o mongoose.o vscpremotetcpif.o vscphelper.o guid.o fastpbkdf2.o vscpbase64.o -g -shared -fPIC -L@top_wxbuilddir@lib -lssl -lz -lrt -lm -lcrypto -lpthread -ldl -L/usr/lib64 -pthread -lwx_baseu-3.0-gtk3 -lwx_baseu_xml-3.0-gtk3 -lwx_baseu_net-3.0-gtk3 mkdir -p /srv/vscp/drivers/level2 /usr/bin/install -c vscpl2drv-lmsensors.so /srv/vscp/drivers/level2 make[1]: Leaving directory '/home/vscp/vscp/src/vscp/drivers/level2/lmsensors/linux'
Building in dir src/vscp/drivers/level2/socketcan/linux
make[1]: Entering directory '/home/vscp/vscp/src/vscp/drivers/level2/socketcan/linux' g++ -std=c++11 -DLINUX -fPIC -D_REENTRANT -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK -DwxUSE_GUI=0 -pthread -DLINUX -fPIC -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK -DwxUSE_GUI=0 -fno-var-tracking-assignments -Iinclude -I../../../../common -I../../../../../common -c -o vscpl2drv_socketcan.o vscpl2drv_socketcan.cpp cc1plus: warning: /usr/local/include: not a directory g++ -std=c++11 -DLINUX -fPIC -D_REENTRANT -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK -DwxUSE_GUI=0 -pthread -DLINUX -fPIC -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK -DwxUSE_GUI=0 -fno-var-tracking-assignments -Iinclude -I../../../../common -I../../../../../common -c socketcan.cpp -o socketcan.o cc1plus: warning: /usr/local/include: not a directory g++ -std=c++11 -DLINUX -fPIC -D_REENTRANT -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK -DwxUSE_GUI=0 -pthread -DLINUX -fPIC -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK -DwxUSE_GUI=0 -fno-var-tracking-assignments -Iinclude -I../../../../common -I../../../../../common -c ../../../../common/vscpremotetcpif.cpp -o vscpremotetcpif.o cc1plus: warning: /usr/local/include: not a directory g++ -std=c++11 -DLINUX -fPIC -D_REENTRANT -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK -DwxUSE_GUI=0 -pthread -DLINUX -fPIC -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK -DwxUSE_GUI=0 -fno-var-tracking-assignments -Iinclude -I../../../../common -I../../../../../common -c ../../../../common/vscphelper.cpp -o vscphelper.o cc1plus: warning: /usr/local/include: not a directory g++ -std=c++11 -DLINUX -fPIC -D_REENTRANT -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK -DwxUSE_GUI=0 -pthread -DLINUX -fPIC -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK -DwxUSE_GUI=0 -fno-var-tracking-assignments -Iinclude -I../../../../common -I../../../../../common -c ../../../../common/guid.cpp -o guid.o cc1plus: warning: /usr/local/include: not a directory gcc -std=c99 -fPIC -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK -DwxUSE_GUI=0 -pthread -DCBC -I../../../../common -I../../../../../common -c ../../../../../common/crc.c -o crc.o cc1: warning: /usr/local/include: not a directory gcc -std=c99 -fPIC -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK -DwxUSE_GUI=0 -pthread -DCBC -I../../../../common -I../../../../../common -c ../../../../../common/crc8.c -o crc8.o cc1: warning: /usr/local/include: not a directory gcc -std=c99 -fPIC -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK -DwxUSE_GUI=0 -pthread -DCBC -I../../../../common -I../../../../../common -c ../../../../../common/mongoose.c -o mongoose.o cc1: warning: /usr/local/include: not a directory gcc -std=c99 -fPIC -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK -DwxUSE_GUI=0 -pthread -DCBC -I../../../../common -I../../../../../common -c ../../../../../common/vscp_aes.c -o vscp_aes.o cc1: warning: /usr/local/include: not a directory gcc -std=c99 -fPIC -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK -DwxUSE_GUI=0 -pthread -DCBC -I../../../../common -I../../../../../common -c ../../../../../common/vscpmd5.c -o vscpmd5.o cc1: warning: /usr/local/include: not a directory gcc -std=c99 -fPIC -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK -DwxUSE_GUI=0 -pthread -DCBC -I../../../../common -I../../../../../common -c ../../../../../common/fastpbkdf2.c -o fastpbkdf2.o cc1: warning: /usr/local/include: not a directory gcc -std=c99 -fPIC -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK -DwxUSE_GUI=0 -pthread -DCBC -I../../../../common -I../../../../../common -c ../../../../../common/vscpbase64.c -o vscpbase64.o cc1: warning: /usr/local/include: not a directory g++ -o vscpl2drv-socketcan.so vscpl2drv_socketcan.o socketcan.o vscpremotetcpif.o vscphelper.o guid.o crc.o crc8.o mongoose.o vscp_aes.o vscpmd5.o fastpbkdf2.o vscpbase64.o -g -shared -fPIC -L@top_wxbuilddir@lib -lssl -lz -lrt -lm -lcrypto -lpthread -ldl -L/usr/lib64 -pthread -lwx_baseu-3.0-gtk3 -lwx_baseu_xml-3.0-gtk3 -lwx_baseu_net-3.0-gtk3 g++ -std=c++11 -DLINUX -fPIC -D_REENTRANT -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK -DwxUSE_GUI=0 -pthread -DLINUX -fPIC -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK -DwxUSE_GUI=0 -fno-var-tracking-assignments -Iinclude -I../../../../common -I../../../../../common -c -o test.o test.cpp cc1plus: warning: /usr/local/include: not a directory g++ -o test test.o -L@top_wxbuilddir@lib -lssl -lz -lrt -lm -lcrypto -lpthread -ldl -L/usr/lib64 -pthread -lwx_baseu-3.0-gtk3 -lwx_baseu_xml-3.0-gtk3 -lwx_baseu_net-3.0-gtk3 mkdir -p /srv/vscp/drivers/level2 /usr/bin/install -c vscpl2drv-socketcan.so /srv/vscp/drivers/level2 make[1]: Leaving directory '/home/vscp/vscp/src/vscp/drivers/level2/socketcan/linux'
Building in dir src/vscp/drivers/level2/mqtt/linux
make[1]: Entering directory '/home/vscp/vscp/src/vscp/drivers/level2/mqtt/linux' g++ -std=c++11 -DLINUX -fPIC -D_REENTRANT -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK -DwxUSE_GUI=0 -pthread -DMG_ENABLE_THREADS -DMG_ENABLE_IPV6 -DMG_ENABLE_SSL -DMG_ENABLE_GETADDRINFO -DLINUX -fPIC -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK -DwxUSE_GUI=0 -DMG_ENABLE_THREADS -DMG_ENABLE_IPV6 -DMG_ENABLE_SSL -DMG_ENABLE_GETADDRINFO -fno-var-tracking-assignments -I../../../../common -I../../../../../common -c -o vscpl2drv_mqtt.o vscpl2drv_mqtt.cpp cc1plus: warning: /usr/local/include: not a directory g++ -std=c++11 -DLINUX -fPIC -D_REENTRANT -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK -DwxUSE_GUI=0 -pthread -DMG_ENABLE_THREADS -DMG_ENABLE_IPV6 -DMG_ENABLE_SSL -DMG_ENABLE_GETADDRINFO -DLINUX -fPIC -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK -DwxUSE_GUI=0 -DMG_ENABLE_THREADS -DMG_ENABLE_IPV6 -DMG_ENABLE_SSL -DMG_ENABLE_GETADDRINFO -fno-var-tracking-assignments -I../../../../common -I../../../../../common -c ../common/mqttobj.cpp -o mqttobj.o cc1plus: warning: /usr/local/include: not a directory g++ -std=c++11 -DLINUX -fPIC -D_REENTRANT -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK -DwxUSE_GUI=0 -pthread -DMG_ENABLE_THREADS -DMG_ENABLE_IPV6 -DMG_ENABLE_SSL -DMG_ENABLE_GETADDRINFO -DLINUX -fPIC -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK -DwxUSE_GUI=0 -DMG_ENABLE_THREADS -DMG_ENABLE_IPV6 -DMG_ENABLE_SSL -DMG_ENABLE_GETADDRINFO -fno-var-tracking-assignments -I../../../../common -I../../../../../common -c ../../../../common/vscpremotetcpif.cpp -o vscpremotetcpif.o cc1plus: warning: /usr/local/include: not a directory g++ -std=c++11 -DLINUX -fPIC -D_REENTRANT -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK -DwxUSE_GUI=0 -pthread -DMG_ENABLE_THREADS -DMG_ENABLE_IPV6 -DMG_ENABLE_SSL -DMG_ENABLE_GETADDRINFO -DLINUX -fPIC -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK -DwxUSE_GUI=0 -DMG_ENABLE_THREADS -DMG_ENABLE_IPV6 -DMG_ENABLE_SSL -DMG_ENABLE_GETADDRINFO -fno-var-tracking-assignments -I../../../../common -I../../../../../common -c ../../../../common/vscphelper.cpp -o vscphelper.o cc1plus: warning: /usr/local/include: not a directory g++ -std=c++11 -DLINUX -fPIC -D_REENTRANT -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK -DwxUSE_GUI=0 -pthread -DMG_ENABLE_THREADS -DMG_ENABLE_IPV6 -DMG_ENABLE_SSL -DMG_ENABLE_GETADDRINFO -DLINUX -fPIC -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK -DwxUSE_GUI=0 -DMG_ENABLE_THREADS -DMG_ENABLE_IPV6 -DMG_ENABLE_SSL -DMG_ENABLE_GETADDRINFO -fno-var-tracking-assignments -I../../../../common -I../../../../../common -c ../../../../common/guid.cpp -o guid.o cc1plus: warning: /usr/local/include: not a directory gcc -std=c99 -fPIC -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK -DwxUSE_GUI=0 -pthread -DCBC -I../../../../common -I../../../../../common -c ../../../../../common/crc.c -o crc.o cc1: warning: /usr/local/include: not a directory gcc -std=c99 -fPIC -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK -DwxUSE_GUI=0 -pthread -DCBC -I../../../../common -I../../../../../common -c ../../../../../common/crc8.c -o crc8.o cc1: warning: /usr/local/include: not a directory gcc -std=c99 -fPIC -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK -DwxUSE_GUI=0 -pthread -DCBC -I../../../../common -I../../../../../common -c ../../../../../common/vscp_aes.c -o vscp_aes.o cc1: warning: /usr/local/include: not a directory gcc -std=c99 -fPIC -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK -DwxUSE_GUI=0 -pthread -DCBC -I../../../../common -I../../../../../common -c ../../../../../common/vscpmd5.c -o vscpmd5.o cc1: warning: /usr/local/include: not a directory gcc -std=c99 -fPIC -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK -DwxUSE_GUI=0 -pthread -DCBC -I../../../../common -I../../../../../common -c ../../../../../common/mongoose.c -o mongoose.o cc1: warning: /usr/local/include: not a directory gcc -std=c99 -fPIC -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK -DwxUSE_GUI=0 -pthread -DCBC -I../../../../common -I../../../../../common -c ../../../../../common/fastpbkdf2.c -o fastpbkdf2.o cc1: warning: /usr/local/include: not a directory gcc -std=c99 -fPIC -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK -DwxUSE_GUI=0 -pthread -DCBC -I../../../../common -I../../../../../common -c ../../../../../common/vscpbase64.c -o vscpbase64.o cc1: warning: /usr/local/include: not a directory g++ -o vscpl2drv-mqtt.so vscpl2drv_mqtt.o mqttobj.o vscpremotetcpif.o vscphelper.o guid.o crc.o crc8.o vscp_aes.o vscpmd5.o mongoose.o fastpbkdf2.o vscpbase64.o -g -shared -fPIC -L@top_wxbuilddir@lib -lssl -lz -lrt -lm -lcrypto -lpthread -ldl -L/usr/lib64 -pthread -lwx_baseu-3.0-gtk3 -lwx_baseu_xml-3.0-gtk3 -lwx_baseu_net-3.0-gtk3 g++ -std=c++11 -DLINUX -fPIC -D_REENTRANT -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK -DwxUSE_GUI=0 -pthread -DMG_ENABLE_THREADS -DMG_ENABLE_IPV6 -DMG_ENABLE_SSL -DMG_ENABLE_GETADDRINFO -DLINUX -fPIC -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK -DwxUSE_GUI=0 -DMG_ENABLE_THREADS -DMG_ENABLE_IPV6 -DMG_ENABLE_SSL -DMG_ENABLE_GETADDRINFO -fno-var-tracking-assignments -I../../../../common -I../../../../../common -c -o test.o test.cpp cc1plus: warning: /usr/local/include: not a directory g++ -o test test.o -L@top_wxbuilddir@lib -lssl -lz -lrt -lm -lcrypto -lpthread -ldl -L/usr/lib64 -pthread -lwx_baseu-3.0-gtk3 -lwx_baseu_xml-3.0-gtk3 -lwx_baseu_net-3.0-gtk3 mkdir -p /srv/vscp/drivers/level2 /usr/bin/install -c vscpl2drv-mqtt.so /srv/vscp/drivers/level2 make[1]: Leaving directory '/home/vscp/vscp/src/vscp/drivers/level2/mqtt/linux'
Building in dir src/vscp/drivers/level2/tcpdrv/linux
make[1]: Entering directory '/home/vscp/vscp/src/vscp/drivers/level2/tcpdrv/linux' g++ -std=c++11 -DLINUX -fPIC -D_REENTRANT -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK -DwxUSE_GUI=0 -pthread -DMG_ENABLE_THREADS -DMG_ENABLE_IPV6 -DMG_ENABLE_SSL -DMG_ENABLE_GETADDRINFO -DLINUX -fPIC -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK -DwxUSE_GUI=0 -DMG_ENABLE_THREADS -DMG_ENABLE_IPV6 -DMG_ENABLE_SSL -DMG_ENABLE_GETADDRINFO -fno-var-tracking-assignments -I../../../../common -I../../../../../common -c -o vscpl2drv_tcpiplink.o vscpl2drv_tcpiplink.cpp cc1plus: warning: /usr/local/include: not a directory g++ -std=c++11 -DLINUX -fPIC -D_REENTRANT -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK -DwxUSE_GUI=0 -pthread -DMG_ENABLE_THREADS -DMG_ENABLE_IPV6 -DMG_ENABLE_SSL -DMG_ENABLE_GETADDRINFO -DLINUX -fPIC -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK -DwxUSE_GUI=0 -DMG_ENABLE_THREADS -DMG_ENABLE_IPV6 -DMG_ENABLE_SSL -DMG_ENABLE_GETADDRINFO -fno-var-tracking-assignments -I../../../../common -I../../../../../common -c vscptcpiplink.cpp -o vscptcpiplink.o cc1plus: warning: /usr/local/include: not a directory g++ -std=c++11 -DLINUX -fPIC -D_REENTRANT -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK -DwxUSE_GUI=0 -pthread -DMG_ENABLE_THREADS -DMG_ENABLE_IPV6 -DMG_ENABLE_SSL -DMG_ENABLE_GETADDRINFO -DLINUX -fPIC -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK -DwxUSE_GUI=0 -DMG_ENABLE_THREADS -DMG_ENABLE_IPV6 -DMG_ENABLE_SSL -DMG_ENABLE_GETADDRINFO -fno-var-tracking-assignments -I../../../../common -I../../../../../common -c ../../../../common/vscpremotetcpif.cpp -o vscpremotetcpif.o cc1plus: warning: /usr/local/include: not a directory g++ -std=c++11 -DLINUX -fPIC -D_REENTRANT -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK -DwxUSE_GUI=0 -pthread -DMG_ENABLE_THREADS -DMG_ENABLE_IPV6 -DMG_ENABLE_SSL -DMG_ENABLE_GETADDRINFO -DLINUX -fPIC -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK -DwxUSE_GUI=0 -DMG_ENABLE_THREADS -DMG_ENABLE_IPV6 -DMG_ENABLE_SSL -DMG_ENABLE_GETADDRINFO -fno-var-tracking-assignments -I../../../../common -I../../../../../common -c ../../../../common/vscphelper.cpp -o vscphelper.o cc1plus: warning: /usr/local/include: not a directory g++ -std=c++11 -DLINUX -fPIC -D_REENTRANT -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK -DwxUSE_GUI=0 -pthread -DMG_ENABLE_THREADS -DMG_ENABLE_IPV6 -DMG_ENABLE_SSL -DMG_ENABLE_GETADDRINFO -DLINUX -fPIC -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK -DwxUSE_GUI=0 -DMG_ENABLE_THREADS -DMG_ENABLE_IPV6 -DMG_ENABLE_SSL -DMG_ENABLE_GETADDRINFO -fno-var-tracking-assignments -I../../../../common -I../../../../../common -c ../../../../common/guid.cpp -o guid.o cc1plus: warning: /usr/local/include: not a directory gcc -std=c99 -fPIC -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK -DwxUSE_GUI=0 -pthread -DCBC -I../../../../common -I../../../../../common -c ../../../../../common/crc.c -o crc.o cc1: warning: /usr/local/include: not a directory gcc -std=c99 -fPIC -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK -DwxUSE_GUI=0 -pthread -DCBC -I../../../../common -I../../../../../common -c ../../../../../common/crc8.c -o crc8.o cc1: warning: /usr/local/include: not a directory gcc -std=c99 -fPIC -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK -DwxUSE_GUI=0 -pthread -DCBC -I../../../../common -I../../../../../common -c ../../../../../common/vscp_aes.c -o vscp_aes.o cc1: warning: /usr/local/include: not a directory gcc -std=c99 -fPIC -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK -DwxUSE_GUI=0 -pthread -DCBC -I../../../../common -I../../../../../common -c ../../../../../common/vscpmd5.c -o vscpmd5.o cc1: warning: /usr/local/include: not a directory gcc -std=c99 -fPIC -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK -DwxUSE_GUI=0 -pthread -DCBC -I../../../../common -I../../../../../common -c ../../../../../common/mongoose.c -o mongoose.o cc1: warning: /usr/local/include: not a directory gcc -std=c99 -fPIC -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK -DwxUSE_GUI=0 -pthread -DCBC -I../../../../common -I../../../../../common -c ../../../../../common/fastpbkdf2.c -o fastpbkdf2.o cc1: warning: /usr/local/include: not a directory gcc -std=c99 -fPIC -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK -DwxUSE_GUI=0 -pthread -DCBC -I../../../../common -I../../../../../common -c ../../../../../common/vscpbase64.c -o vscpbase64.o cc1: warning: /usr/local/include: not a directory g++ -o vscpl2drv-tcpiplink.so vscpl2drv_tcpiplink.o vscptcpiplink.o vscpremotetcpif.o vscphelper.o guid.o crc.o crc8.o vscp_aes.o vscpmd5.o mongoose.o fastpbkdf2.o vscpbase64.o -g -shared -fPIC -L@top_wxbuilddir@lib -lssl -lz -lrt -lm -lcrypto -lpthread -ldl -L/usr/lib64 -pthread -lwx_baseu-3.0-gtk3 -lwx_baseu_xml-3.0-gtk3 -lwx_baseu_net-3.0-gtk3 g++ -std=c++11 -DLINUX -fPIC -D_REENTRANT -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK -DwxUSE_GUI=0 -pthread -DMG_ENABLE_THREADS -DMG_ENABLE_IPV6 -DMG_ENABLE_SSL -DMG_ENABLE_GETADDRINFO -DLINUX -fPIC -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK -DwxUSE_GUI=0 -DMG_ENABLE_THREADS -DMG_ENABLE_IPV6 -DMG_ENABLE_SSL -DMG_ENABLE_GETADDRINFO -fno-var-tracking-assignments -I../../../../common -I../../../../../common -c -o test.o test.cpp cc1plus: warning: /usr/local/include: not a directory g++ -o test test.o -L@top_wxbuilddir@lib -lssl -lz -lrt -lm -lcrypto -lpthread -ldl -L/usr/lib64 -pthread -lwx_baseu-3.0-gtk3 -lwx_baseu_xml-3.0-gtk3 -lwx_baseu_net-3.0-gtk3 mkdir -p /srv/vscp/drivers/level2 /usr/bin/install -c vscpl2drv-tcpiplink.so /srv/vscp/drivers/level2 make[1]: Leaving directory '/home/vscp/vscp/src/vscp/drivers/level2/tcpdrv/linux'
Building in dir src/vscp/drivers/level2/rawethernet/linux
make[1]: Entering directory '/home/vscp/vscp/src/vscp/drivers/level2/rawethernet/linux' g++ -std=c++11 -DLINUX -fPIC -D_REENTRANT -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK -DwxUSE_GUI=0 -pthread -DLINUX -fPIC -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK -DwxUSE_GUI=0 -fno-var-tracking-assignments -I../../../../common -I../../../../../common -c -o vscpl2drv_raweth.o vscpl2drv_raweth.cpp cc1plus: warning: /usr/local/include: not a directory g++ -std=c++11 -DLINUX -fPIC -D_REENTRANT -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK -DwxUSE_GUI=0 -pthread -DLINUX -fPIC -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK -DwxUSE_GUI=0 -fno-var-tracking-assignments -I../../../../common -I../../../../../common -c dlldrvobj.cpp -o dlldrvobj.o cc1plus: warning: /usr/local/include: not a directory gcc -std=c99 -fPIC -D_BSD_SOURCE -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK -DwxUSE_GUI=0 -pthread -DCBC -I../../../../common -I../../../../../common -c ../../../../../common/mongoose.c -o mongoose.o cc1: warning: /usr/local/include: not a directory In file included from /usr/include/arpa/inet.h:21:0, from ../../../../../common/mongoose.h:375, from ../../../../../common/mongoose.c:1: /usr/include/features.h:180:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp]
warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
^
~~ g++ -std=c++11 -DLINUX -fPIC -D_REENTRANT -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK -DwxUSE_GUI=0 -pthread -DLINUX -fPIC -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK -DwxUSE_GUI=0 -fno-var-tracking-assignments -I../../../../common -I../../../../../common -c ../../../../common/vscpremotetcpif.cpp -o vscpremotetcpif.o cc1plus: warning: /usr/local/include: not a directory g++ -std=c++11 -DLINUX -fPIC -D_REENTRANT -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK -DwxUSE_GUI=0 -pthread -DLINUX -fPIC -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK -DwxUSE_GUI=0 -fno-var-tracking-assignments -I../../../../common -I../../../../../common -c ../../../../common/vscphelper.cpp -o vscphelper.o cc1plus: warning: /usr/local/include: not a directory g++ -std=c++11 -DLINUX -fPIC -D_REENTRANT -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK -DwxUSE_GUI=0 -pthread -DLINUX -fPIC -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK -DwxUSE_GUI=0 -fno-var-tracking-assignments -I../../../../common -I../../../../../common -c ../../../../common/guid.cpp -o guid.o cc1plus: warning: /usr/local/include: not a directory gcc -std=c99 -fPIC -D_BSD_SOURCE -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK -DwxUSE_GUI=0 -pthread -DCBC -I../../../../common -I../../../../../common -c ../../../../../common/crc.c -o crc.o cc1: warning: /usr/local/include: not a directory gcc -std=c99 -fPIC -D_BSD_SOURCE -I/usr/lib64/wx/include/gtk3-unicode-3.0-gtk3 -I/usr/include/wx-3.0-gtk3 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -DWXGTK -DwxUSE_GUI=0 -pthread -DCBC -I../../../../common -I../../../../../common -c ../../../../../common/crc8.c -o crc8.o cc1: warning: /usr/local/include: not a directory In file included from /usr/include/bits/libc-header-start.h:33:0, from /usr/include/stdio.h:28, from ../../../../../common/crc8.c:16: /usr/include/features.h:180:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp]warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
^
~~ gcc -std=c9
It's Gentoo Linux. In the meantime I am updating the whole operating system and I have a problem updating glibc. It might be worth waiting for the OS to be fully updated and try again...
I tested the head code here and can confirm there is a problem with the compilation of vscpd and the sim driver. I am busy with the documentation move at the moment but will merge the development branch to the head next week and fix and this problem.
Use the release code in the meanwhile. It should work except for the startup script. Need to find a way to install it on non lsb systems.
On 2018-06-12 21:43, Jean-Marc Beaune wrote:
It's Gentoo Linux. In the meantime I am updating the whole operating system and I have a problem updating glibc. It might be worth waiting for the OS to be fully updated and try again...
— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/grodansparadis/vscp/issues/243#issuecomment-396709754, or mute the thread https://github.com/notifications/unsubscribe-auth/ABS8IybaHk9kQwMdhvlAAEBxf-nhrHdbks5t8BnfgaJpZM4UdSsn.
-- Stay Hungry - Stay Foolish! PGP: EF7161865D3E1CCE61E2F43464B570FEC2BE58AA Åke Hedman Brattbergavägen 17, 82050 LOS, SWEDEN http://www.akehedman.se http://www.vscp.org http://www.grodansparadis.com
I am investigating the warning below:
cc1plus: warning: /usr/local/include: not a directory
It is actually interpreted as an error and I can't update the system due to that.
Indeed, /usr/local/include is a file and it seems to be created by vscp build:
https://paste.pound-python.org/show/rTFEFpf8dUKVXm6PxATb/
I will delete this file and create a directory instead gcc can work again.
lsb systems should have /usr/local/include and configure try to point install stuff there. The helper lib have these lines i
bindir = ${exec_prefix}/bin libdir = ${exec_prefix}/lib datadir = ${prefix}/share includedir = ${prefix}/include
in the install.
which will be
$(INSTALL_PROGRAM) ../vscphelperlib.h $(includedir)
in the install section giving the result you get.
Solution is to use another prefix in configure (--help) or create the dir beforehand. It is strange it is't there really. wxWidgets usually go there to.
On 2018-06-14 22:06, Jean-Marc Beaune wrote:
I am investigating the warning below:
cc1plus: warning: /usr/local/include: not a directory
It is actually interpreted as an error and I can't update the system due to that.
Indeed, /usr/local/include is a file and it seems to be created by vscp build:
https://paste.pound-python.org/show/rTFEFpf8dUKVXm6PxATb/
I will delete this file and create a directory instead gcc can work again.
— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/grodansparadis/vscp/issues/243#issuecomment-397422007, or mute the thread https://github.com/notifications/unsubscribe-auth/ABS8I5VJLcYsYUcSNLPNSwKlfe--JrH2ks5t8sI5gaJpZM4UdSsn.
-- Stay Hungry - Stay Foolish! PGP: EF7161865D3E1CCE61E2F43464B570FEC2BE58AA Åke Hedman Brattbergavägen 17, 82050 LOS, SWEDEN http://www.akehedman.se http://www.vscp.org http://www.grodansparadis.com
Should be solved. Open if not.
Hi Ake, I just pulled the latest from master and compiled but still vspworks is not created. I can't see any error upon compilation thought...
In this
VSCP version : 13.1.1.4 Aluminium (13.1.1) System : Linux fluorine 4.15.0-25-generic #27-Ubuntu SMP Mon Jul 2 08:35:25 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux Architecture : x86_64 VSCP GUI Build : yes VSCP install dir : /srv/vscp build flavour : debug linking for wxWidgets : shared Raspberry Pi build : yes
after ./configure do you have
VSCP GUI Build : yes
/Ake
On 2018-09-26 21:35, Jean-Marc Beaune wrote:
Hi Ake, I just pulled the latest from master and compiled but still vspworks is not created. I can't see any error upon compilation thought...
— You are receiving this because you modified the open/close state. Reply to this email directly, view it on GitHub https://github.com/grodansparadis/vscp/issues/243#issuecomment-424842530, or mute the thread https://github.com/notifications/unsubscribe-auth/ABS8I05POb-ssXKiJNnhg6pgOieZKyarks5ue9b0gaJpZM4UdSsn.
-- Stay Hungry - Stay Foolish! PGP: EF7161865D3E1CCE61E2F43464B570FEC2BE58AA Åke Hedman Brattbergavägen 17, 82050 LOS, SWEDEN http://www.akehedman.se http://www.vscp.org http://www.grodansparadis.com
What is your output from "wx-config --libs"
ha, it says no to the gui:
VSCP version : 13.1.1.4 Aluminium (13.1.1) System : Linux gentoo-jm 4.12.5-gentoo #1 SMP Tue Aug 22 23:23:10 CEST 2017 x86_64 Intel(R) Core(TM) i5-6300U CPU @ 2.40GHz GenuineIntel GNU/Linux Architecture : x86_64 VSCP GUI Build : no VSCP install dir : /srv/vscp build flavour : release linking for wxWidgets : shared Raspberry Pi build : no
her is the output of wx-config --libs : -L/usr/lib64 -pthread -lwx_gtk3u_xrc-3.0-gtk3 -lwx_gtk3u_html-3.0-gtk3 -lwx_gtk3u_qa-3.0-gtk3 -lwx_gtk3u_adv-3.0-gtk3 -lwx_gtk3u_core-3.0-gtk3 -lwx_baseu_xml-3.0-gtk3 -lwx_baseu_net-3.0-gtk3 -lwx_baseu-3.0-gtk3
OK I found the problem. The configure file check for gtk2 only.
Two solutions at the moment for this
1.) use gtk2
2.) Edit the configure.ac file in the root folder. Change "wx_gtk2" to "wx_gtk3" on line 213 and "wx_gtk2" to "wx_gtk3" 214 and after that issue autoconf as root and then run ./configure
As an alternative add
AC_MSG_CHECKING([for wx_gtk3* wxWidgets libs]) if sh -c "$WX_CONFIG_WITH_ARGS --basename" 2>/dev/null | grep wx_gtk3
/dev/null; then dnl wxGTK is installed, build the GUI applications also PROJ_SUBDIRS="$PROJ_SUBDIRS $PROJ_SUBDIRS_GUI" vscp_gui=yes AC_MSG_RESULT([Found; building GUI apps]) fi
after the test block for gtk2.
/Ake
On 2018-09-26 21:51, Jean-Marc Beaune wrote:
her is the output of wx-config --libs : -L/usr/lib64 -pthread -lwx_gtk3u_xrc-3.0-gtk3 -lwx_gtk3u_html-3.0-gtk3 -lwx_gtk3u_qa-3.0-gtk3 -lwx_gtk3u_adv-3.0-gtk3 -lwx_gtk3u_core-3.0-gtk3 -lwx_baseu_xml-3.0-gtk3 -lwx_baseu_net-3.0-gtk3 -lwx_baseu-3.0-gtk3
— You are receiving this because you modified the open/close state. Reply to this email directly, view it on GitHub https://github.com/grodansparadis/vscp/issues/243#issuecomment-424847230, or mute the thread https://github.com/notifications/unsubscribe-auth/ABS8I7xuWXY0kMXl3Wa2YMPZgTFXaI3Kks5ue9q6gaJpZM4UdSsn.
-- Stay Hungry - Stay Foolish! PGP: EF7161865D3E1CCE61E2F43464B570FEC2BE58AA Åke Hedman Brattbergavägen 17, 82050 LOS, SWEDEN http://www.akehedman.se http://www.vscp.org http://www.grodansparadis.com
Even better change line 214 to
if sh -c "$WX_CONFIG_WITH_ARGS --basename" 2>/dev/null | grep -e wx_gtk2 -e wx_gtk3 >/dev/null; then
and then do "autoconf" as root.
/Ake
Hi, I just downloaded the latest code from master branch but when I do 'make install', vscpworks is not created in /usr/local/bin. Do I need to set it with .configure?
Thank you, JM