Pand3ru / Tuxplorer

Tuxplorer is a terminal based file explorer.
MIT License
16 stars 1 forks source link

issue While compiling #31

Open B0BAA opened 2 months ago

B0BAA commented 2 months ago

Linking: obj/config.o obj/controls.o obj/dirFunctions.o obj/draw.o obj/globals.o obj/main.o obj/media.o into bin/tuxplorer /usr/libexec/gcc/x86_64-pc-linux-gnu/ld: obj/controls.o: undefined reference to symbol 'stdscr' /usr/libexec/gcc/x86_64-pc-linux-gnu/ld: /usr/lib64/libtinfo.so.6: error adding symbols: DSO missing from command line collect2: error: ld returned 1 exit status make: *** [Makefile:38: bin/tuxplorer] Error 1

Pand3ru commented 1 month ago

Can you try linking against "-ltinfo" as well? Usually linking against ncurses should t=do the trick, though I have only tested it on my system.

Also can you provide detail about your system?