GithubHelp home page GithubHelp logo

doesn't compile about qtbitcointrader HOT 8 CLOSED

julyighor avatar julyighor commented on May 16, 2024
doesn't compile

from qtbitcointrader.

Comments (8)

JulyIghor avatar JulyIghor commented on May 16, 2024

Hello. I know there is issue on Ubuntu. Because by default Ubuntu does not
contains QtMultimedia lib.
I just updated GitHub. You can try to compile using
QtBitcoinTraderMobility.pro file.
If it not helps. You can disable sounds by commenting line:
20 #define USE_QTMULTIMEDIA
in main.h file.

On Wed, 19 Jun 2013 12:32:15 +0300, Timu Eren [email protected]
wrote:

i get this error when i try to compile

audioplayer.h:16:24: fatal error: QAudioOutput: No such file or directory


Reply to this email directly or view it on GitHub:
#3

from qtbitcointrader.

selam avatar selam commented on May 16, 2024

In debian, QtMultimedia path are different then others i change makefile like this and everything success.

INCPATH = -I/usr/share/qt4/mkspecs/linux-g++-64 -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtMultimedia -I/usr/include/qt4 -I. -I/usr/include/QtMultimediaKit -I. -I.

LIBS = $(SUBLIBS) -L/usr/lib/x86_64-linux-gnu -lcrypto -lQtMultimediaKit -lQtGui -lQtNetwork -lQtCore -lpthread

from qtbitcointrader.

JulyIghor avatar JulyIghor commented on May 16, 2024

Thank you for testing.

I think if QtMultimedia is available then QtMultimediaKit is not needed.

So can you confirm that is working without QtMultimediaKit?
And please send me final pro file.

from qtbitcointrader.

selam avatar selam commented on May 16, 2024

In project file i just add "INCLUDEPATH += /usr/include/QtMultimediaKit /usr/include/QtMobility" after "INCLUDEPATH += ."

And after the qmake command i have to edit Makefile by hand and change LIBS = $(SUBLIBS) -L/usr/lib/x86_64-linux-gnu -lcrypto -lQtMultimedia -lQtGui -lQtNetwork -lQtCore -lpthread to LIBS = $(SUBLIBS) -L/usr/lib/x86_64-linux-gnu -lcrypto -lQtMultimediaKit -lQtGui -lQtNetwork -lQtCore -lpthread

it's compile with success

from qtbitcointrader.

JulyIghor avatar JulyIghor commented on May 16, 2024

Thanks. I’ll make pro file with this settings.

If you have any questions or recommendations feel free to contact me.

from qtbitcointrader.

deccico avatar deccico commented on May 16, 2024

hi JulyIGHOR, this error is still happening in the current "testing" branch.

from qtbitcointrader.

JulyIghor avatar JulyIghor commented on May 16, 2024

qmake-qt4 QtBitcoinTrader_Mobility.pro
make
sudo make install

from qtbitcointrader.

aguidrevitch avatar aguidrevitch commented on May 16, 2024

aptitude install qtmobility-dev
qmake-qt4 QtBitcoinTrader_Mobility.pro
make
sudo make install

Also, if you are going to run in the tray, don't forget to edit ~/.config/sni-qt.conf and add QtBitcoinTrader to [need-activate-action] section, here is mine:

[need-activate-action]
keepassx=1
QtBitcoinTrader=1

from qtbitcointrader.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.