You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi:
Thank you for your excellent work.
But I had a problem running this code,when I run the command "make all".The following error message is displayed on the screen.
The operation system is Ubuntu18.0,while g++ 4.8 and libspatialindex1.8.5 have been installed.
Hope to get your help and reply,thanks.
chenghao@chenghao-virtual-machine:~/tapir$ make all
Building all
CFG=release
g++ -DROOT_PATH=/home/chenghao/tapir -I./include -I./src -I./src/options -std=c++1y -pedantic -Wall -Wextra -Wshadow -Wswitch-default -fmax-errors=5 -Weffc++ -frounding-math -fdiagnostics-color=auto -O3 -flto -MMD -c src/global.cpp -o builds/release//global.o
g++: error: unrecognized command line option ‘-fdiagnostics-color=auto’
.make/template.mk:68: recipe for target 'builds/release//global.o' failed
make: *** [builds/release//global.o] Error 1
The text was updated successfully, but these errors were encountered:
Hi:
Thank you for your excellent work.
But I had a problem running this code,when I run the command "make all".The following error message is displayed on the screen.
The operation system is Ubuntu18.0,while g++ 4.8 and libspatialindex1.8.5 have been installed.
Hope to get your help and reply,thanks.
The text was updated successfully, but these errors were encountered: