waze icon indicating copy to clipboard operation
waze copied to clipboard

Error while Installing on RPi3B+

Open ianobryan opened this issue 6 years ago • 2 comments

When I run the make command it stops at this line and says fatal error. I have checked that roadmap.h is included in the src directory so I'm not sure why it says it can't find it. I have deleted everything and cloaned it all again multiple times. The first I did it worked and I had a different error that I wanted to try to fix by recloaning and now I can't get back to where I was.

In file included from Realtime/Realtime.h:32:0, from roadmap_log.c:47: Realtime/../navigate/navigate_main.h:28:21: fatal error: roadmap.h: No such file or directory #include "roadmap.h" ^ compilation terminated.

ianobryan avatar Jun 22 '18 16:06 ianobryan

I got the same issue

make PROJ_NAME= -C src all make[1]: Entering directory '/home/pi/waze/src' for module in gtk2 ;
do
if [ -d $module ] ; then
make -C $module STDCFLAGS="-g -Wall -Wno-unused-parameter -DROADMAP_DEBUG_HEAP -DNOIGNORE -DGTK -DHI_RES_SCREEN -DSSD -DTOUCH_SCREEN -I/src/ -I/usr/local/include -I -DUSE_LIBGPS" all || exit 1;
fi ;
done make[2]: Entering directory '/home/pi/waze/src/gtk2' make -C .. CFLAGS="-g -Wall -Wno-unused-parameter -DROADMAP_DEBUG_HEAP -DNOIGNORE -DGTK -DHI_RES_SCREEN -DSSD -DTOUCH_SCREEN -I/src/ -I/usr/local/include -I -DUSE_LIBGPS" runtime make[3]: Entering directory '/home/pi/waze/src' cc -g -Wall -Wno-unused-parameter -DROADMAP_DEBUG_HEAP -DNOIGNORE -DGTK -DHI_RES_SCREEN -DSSD -DTOUCH_SCREEN -I/src/ -I/usr/local/include -I -DUSE_LIBGPS -c -o roadmap_log.o roadmap_log.c In file included from Realtime/../address_search/../address_search/../websvc_trans/../websvc_trans/websvc_trans_defs.h:26:0, from Realtime/../address_search/../address_search/../websvc_trans/websvc_trans.h:24, from Realtime/../address_search/../address_search/generic_search.h:30, from Realtime/../address_search/address_search.h:25, from Realtime/Realtime.h:28, from roadmap_log.c:47: Realtime/../address_search/../address_search/../websvc_trans/../websvc_trans/../websvc_trans/efficient_buffer.h:43:4: warning: variably modified 'static_buffer' at file scope char static_buffer[EBUFFER_STATIC_SIZE+1]; ^~~~ In file included from Realtime/Realtime.h:32:0, from roadmap_log.c:47: Realtime/../navigate/navigate_main.h:28:21: fatal error: roadmap.h: No such file or directory #include "roadmap.h" ^ compilation terminated. : recipe for target 'roadmap_log.o' failed make[3]: *** [roadmap_log.o] Error 1 make[3]: Leaving directory '/home/pi/waze/src' Makefile:129: recipe for target 'others' failed make[2]: *** [others] Error 2 make[2]: Leaving directory '/home/pi/waze/src/gtk2' Makefile:513: recipe for target 'modules' failed make[1]: *** [modules] Error 1 make[1]: Leaving directory '/home/pi/waze/src' Makefile:22: recipe for target 'all' failed make: *** [all] Error 2

Bishamon1987 avatar Mar 22 '19 20:03 Bishamon1987

Hey Sasha, Are you still working on this project or not? This issue isn't solved and it's committed 9 months ago. Could you please answer ^^

Bishamon1987 avatar Mar 24 '19 11:03 Bishamon1987