parodus icon indicating copy to clipboard operation
parodus copied to clipboard

Observed syntax error `*-*-beos*' while running make

Open LakshmipriyaPurushan opened this issue 2 years ago • 3 comments

Followed the build instruction mentioned in the page. Getting error while executing make command

./config.status: line 561: syntax error near unexpected token *-*-beos*' ./config.status: line 561: --beos*)' CMakeFiles/nopoll.dir/build.make:105: recipe for target '_prefix/nopoll/src/nopoll-stamp/nopoll-configure' failed make[2]: *** [_prefix/nopoll/src/nopoll-stamp/nopoll-configure] Error 1 CMakeFiles/Makefile2:1187: recipe for target 'CMakeFiles/nopoll.dir/all' failed make[1]: *** [CMakeFiles/nopoll.dir/all] Error 2 Makefile:140: recipe for target 'all' failed make: *** [all] Error 2

LakshmipriyaPurushan avatar Jan 05 '23 09:01 LakshmipriyaPurushan

What is your build environment?

schmidtw avatar Jan 30 '23 15:01 schmidtw

@LakshmipriyaPurushan If it is on ubuntu , can you try installing libtool in your local pc and see if that helps ?

sudo apt-get install libtool m4 automake

sadhyama avatar Jan 30 '23 17:01 sadhyama

i did also previously encounter this, and installing libtool did fix it, this can most likely be closed

outbackdingo avatar Jul 29 '23 03:07 outbackdingo