uscxml icon indicating copy to clipboard operation
uscxml copied to clipboard

Compiling on Ubuntu 22.04 fails

Open larry104 opened this issue 1 year ago • 6 comments

When trying to compile on ubuntu 22.04 I get the following error: ` 59%] Linking CXX executable bin/uscxml-transform

/usr/bin/ld: lib/libuscxml_transform.so.2.0.3: undefined reference to `uscxml::PromelaParser::~PromelaParser()'

/usr/bin/ld: lib/libuscxml_transform.so.2.0.3: undefined reference to `uscxml::PromelaParserNode::dump(unsigned long)'

/usr/bin/ld: lib/libuscxml_transform.so.2.0.3: undefined reference to `uscxml::PromelaParser::PromelaParser(std::__cxx11::basic_string<char, std::char_traits, std::allocator > const&)'

collect2: error: ld returned 1 exit status

make[2]: *** [CMakeFiles/uscxml-transform.dir/build.make:126: bin/uscxml-transform] Error 1

make[1]: *** [CMakeFiles/Makefile2:367: CMakeFiles/uscxml-transform.dir/all] Error 2

make: *** [Makefile:166: all] Error 2`

Any idea how to solve that?

larry104 avatar May 09 '23 18:05 larry104