Skip to content

Compilation issue #4

@gcasale

Description

@gcasale

Hi

On Ubuntu 25.10 I run:

git clone https://github.com/asminer/smart.git smart.git
cd smart.git/
./Config-all
cd bin-devel
sudo apt-get install flex
sudo apt-get install yacc
make

Then it fails as follows:

CXX FuncLib/basefuncs.o
CXX FuncLib/funclib.o
CXX FuncLib/iofuncs.o
CXX FuncLib/mathfuncs.o
CXX FuncLib/sysfuncs.o
CXX FuncLib/topics.o
LEX ParseSM/smartlex.cc
updating lex.yyParseSM/smartlex.cc
mv: cannot move 'tmp-smartlex.cc' to '../lex.yyParseSM/smartlex.cc': No such file or directory
CXX ParseSM/smartlex.o
cc1plus: fatal error: ParseSM/smartlex.cc: No such file or directory
compilation terminated.
make[4]: *** [Makefile:1654: ParseSM/smartlex.o] Error 1
make[4]: Leaving directory '/home/gcasale/Dropbox/code/smart.git/bin-devel/src'
make[3]: *** [Makefile:1696: all-recursive] Error 1
make[3]: Leaving directory '/home/gcasale/Dropbox/code/smart.git/bin-devel/src'
make[2]: *** [Makefile:930: all] Error 2
make[2]: Leaving directory '/home/gcasale/Dropbox/code/smart.git/bin-devel/src'
make[1]: *** [Makefile:416: all-recursive] Error 1
make[1]: Leaving directory '/home/gcasale/Dropbox/code/smart.git/bin-devel'
make: *** [Makefile:348: all] Error 2

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions