Menu

Qtmm Compile Error

2012-01-10
2015-06-13
  • Anonymous

    Anonymous - 2015-03-21

    rama@Dell-Latitude-E6320 ~/Downloads/qtmm-1.0.37 $ make
    /usr/lib/x86_64-linux-gnu/qt4/bin/uic mainwindow.ui -o ui_mainwindow.h
    g++ -c -m64 -pipe -O2 -Wall -W -D_REENTRANT -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DVERSION="\"1.0.37\"" -DQT_NO_DEBUG -DQT_MULTIMEDIA_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++-64 -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtMultimedia -I/usr/include/qt4 -I. -I. -o main.o main.cpp
    In file included from main.cpp:21:0:
    mainwindow.h:26:24: fatal error: QAudioOutput: No such file or directory
    #include <qaudiooutput>
    ^
    compilation terminated.
    make: *** [main.o] Error 1</qaudiooutput>

     
  • J A S Viggiano

    J A S Viggiano - 2015-03-30

    The README.txt file instructs users to use an IDE to build from source. johndoe321 uses the command line build which is simple enough (if all deps are installed) -- simpler than the IDE route if the IDE would need to be installed.

    Suggest the Build From Source instructions in README.txt have the command line build procedure added:

    "Or, from the command line in the qtmm.X.YY.Z directory on *ix:

    qtmm.X.YY.Z> qmake
    qtmm.X.YY.Z> make"

     

Anonymous
Anonymous

Add attachments
Cancel