EULER-SR throws error NULL was not declared in this scope
0
0
Entering edit mode
3.7 years ago

Hi Everyone.

I obtained the EULER-SR assembly tool and I was trying to install it. However to throws the following error.

cd  assembly && gmake
gmake[1]: Entering directory /home/demo/rohit/eulersr/euler-sr.1.1.2/assembly'
Makefile:86: /home/demo/rohit/eulersr/euler-sr.1.1.2/assembly/make.dep: No such file or directory 
114 files found.
gmake[1]: Leaving directory /home/demo/rohit/eulersr/euler-sr.1.1.2/assembly'
gmake[1]: Entering directory /home/demo/rohit/eulersr/euler-sr.1.1.2/assembly'
g++ -c -O3 -DNDEBUG  -I/home/demo/rohit/eulersr/euler-sr.1.1.2/lib  PathLib.cpp  -o x86_64/PathLib.o
g++ -c -O3 -DNDEBUG  -I/home/demo/rohit/eulersr/euler-sr.1.1.2/lib  PathBranch.cpp  -o x86_64/PathBranch.o
PathBranch.cpp: In function ‘void DeletePathTree(PathBranch&)’:
PathBranch.cpp:21:29: error: ‘NULL’ was not declared in this scope
  if ((*branchIt).second != NULL) {
                            ^
gmake[1]: *** [x86_64/PathBranch.o] Error 1
gmake[1]: Leaving directory /home/demo/rohit/eulersr/euler-sr.1.1.2/assembly'
gmake: *** [assembly] Error 2

Any help from C++ expert or others will be highly appreciated. The algo is available here

assembly • 677 views
ADD COMMENT

Login before adding your answer.

Traffic: 2111 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6