Menu

make error

Help
2021-10-19
2021-10-19
  • Curtis Vaughan

    Curtis Vaughan - 2021-10-19

    Compiling on Linux (PureOS - so Debian, basically), but I'm getting the following error:

    Compiling Flu_DND.cpp
    src/Flu_DND.cpp: In member function ‘void Flu_DND_Event::clear()’:
    src/Flu_DND.cpp:40:19: error: cannot convert ‘bool’ to ‘void’ in assignment
    objUnderMouse = false;
    ^~~~~
    make:
    ** [GNUmakefile:171: obj/Flu_DND.o] Error 1

    Any idea?

     
  • Curtis Vaughan

    Curtis Vaughan - 2021-10-19

    I cheated by basically commenting out objUnderMouse = false and got past that error, but now a new error:

    Compiling fl_usage_box.cpp
    make: --use-images: Command not found
    make: --use-images: Command not found
    Linking virtualt
    /usr/bin/ld: cannot find -ljpeg
    /usr/bin/ld: cannot find -lXinerama
    /usr/bin/ld: cannot find -lXext
    collect2: error: ld returned 1 exit status
    make: *** [GNUmakefile:125: virtualt] Error 1

     
  • Curtis Vaughan

    Curtis Vaughan - 2021-10-19

    Also I tried the compiled package: virtualt-linux64-v1.7 (for PureOS it has to be 64-bit so I can't try any of the previous packages). Any with this package I get the following error:
    ./virtualt: error while loading shared libraries: libjpeg.so.9: cannot open shared object file: No such file or directory
    I've made sure all libjpeg packages are installed, but still same.

     

Log in to post a comment.