miguelfreitas / twister-core

twister core / daemon
MIT License
1.42k stars 251 forks source link

Fix compiling on Ubuntu 22 (#461) #462

Closed KN4CK3R closed 2 years ago

KN4CK3R commented 2 years ago

fixes #461

This PR fixes compiling on Ubuntu 22 Beside the stated problems I fixed other problems not compatible with a modern compiler.

KN4CK3R commented 2 years ago

Compiled it again:

> make
...
lots of warnings
...
make[1]: Leaving directory '/src/src/leveldb'
  CXXLD    twisterd
cat < ./twister-control.py > twister-control
chmod +x twister-control

Works for me.

centaur1 commented 2 years ago

It is compiling now, and much farther than before, so I'll give it some time, but I had forgotten to switch branches. Duh. :-)

centaur1 commented 2 years ago

That did fix it for Ubuntu 22! Thanks.