Mattia Tomasoni
mattiatomasoni@yahoo.it
On Ubuntu 7.10, with compiler g++ (GCC) 4.1.3 20070929 (prerelease) (Ubuntu 4.1.2-16ubuntu2), following the installation instructions found at
http://mesh.dl.sourceforge.net/sourceforge/easea/UnixInstallationInstructions.txt
I encountered the following error:
-e
1) Automatic Installation of EASEA and GUIDE for EO using mspm.
-e
--> Please enter the path to the location where you would like to install
-ne --> "easea" and "guide" [./easea]:
./easea
-e
Creating ./easea directory.
tail: Warning: "+number" syntax is deprecated, please use "-n +number"
-e
Archive file easea0-7bu.tgz has been created in /tmp ...
-e
Expanding archive file in ./easea ...
./EASEAv0-7buandGUIDEv0-1cExecutableInstaller: 31: pushd: not found
-e
Removing archive file in /home/mattiatomasoni/Programs/EASEA ...
-e
Making easea ...
g++ -Iinclude -DUNIX_OS -c yyc*
cat EaseaParse.cpp | sed -f msvc2linux > EaseaParseU.cpp
cat EaseaParse.h | sed -f msvc2linux > EaseaParseU.h
cp -f EaseaParseU.h EaseaParse.h
touch EaseaParseU.h
g++ -Iinclude -DUNIX_OS -c EaseaParseU.cpp
cat EaseaLex.cpp | sed -f msvc2linux > EaseaLexU.cpp
g++ -Iinclude -DUNIX_OS -c EaseaLexU.cpp
g++ -Iinclude -DUNIX_OS -c EaseaSym.cpp
EaseaSym.cpp: In member function ‘void CLList<t>::addLast(const T&)’:
EaseaSym.cpp:33: error: ‘NewObject’ was not declared in this scope
EaseaSym.cpp:34: error: ‘NewObject’ was not declared in this scope
make: *** [EaseaSym.o] Error 1
-e
--> Error in making easea.
-e
--> Please submit a bug report on the easea sourceforge repository.
-e --> Bye !</t>