Page 1 of 1

Compile 2.0 under Ubuntu Linux

Posted: Tue Jul 22, 2014 9:58 pm
by JohnTalent
Hi Guys!

Looks like a great product! I'm trying to compile it under Linux. Hopefully it's possible.

This is what I'm getting:
//////////////////////////////////////////////////////////////////////////
12:51:27: Running steps for project Papagayo...
12:51:27: Starting: "/usr/lib/x86_64-linux-gnu/qt5/bin/qmake" /home/john/Downloads/dl/2014/dev/papa/Papagayo-master/Papagayo.pro -r -spec linux-g++-64 CONFIG+=debug CONFIG+=declarative_debug CONFIG+=qml_debug
Project ERROR: Unknown module(s) in QT: multimedia
12:51:27: The process "/usr/lib/x86_64-linux-gnu/qt5/bin/qmake" exited with code 3.
Error while building/deploying project Papagayo (kit: Desktop)
When executing step 'qmake'
12:51:27: Elapsed time: 00:00.
//////////////////////////////////////////////////////////////////////////
do i need a {multimedia} -dev module installed under my linux OS?

Thank you,
John

Re: Compile 2.0 under Ubuntu Linux

Posted: Tue Jul 22, 2014 11:18 pm
by JohnTalent
sudo apt-get install qtmultimedia5-dev
fixed the problem.

now file/open doesn't recognize any .pgo or .wav files.
they don't show up in the UBUNTU dialog.

Re: Compile 2.0 under Ubuntu Linux

Posted: Wed Jul 23, 2014 10:58 am
by JohnTalent
changing to the follwing code helped files to actaully filter correctly under ubuntu.

QString filePath = QFileDialog::getOpenFileName(this,
tr("Open"), settings.value("default_dir", "").toString(),
tr("Papgayo and Audio files (*.pgo *.wav *.aif *.aiff)"));



installing libqt5-multimeida5-plugins solved the setMedia error.

so these 4 things got the latest source code to compile and run under Ubuntu Linux.
Enjoy!

Re: Compile 2.0 under Ubuntu Linux

Posted: Wed Jul 23, 2014 1:33 pm
by JohnTalent
The sacred.pgo file works fine for chris, but ross is way off sync.

any ideas?