Menu

#2 Installing on Ubuntu Hardy Heron

open
nobody
5
2008-06-17
2008-06-17
No

Hi,

I tried to install on Ubuntu 8.04 - Hardy Heron
System requirements are installed (qt4 (libqt4-dev) and ALSA (libasound2-dev))

****FIRST****
Here what I see in the terminal (see problems in lines 7 and 8):

francis@francis-pc:~/scx-tools/scx-recorder$ qmake -project "LIBS += -lQtNetwork -lasound"
francis@francis-pc:~/scx-tools/scx-recorder$ qmake
francis@francis-pc:~/scx-tools/scx-recorder$ make
g++ -c -pipe -fpermissive -g -Wall -W -D_REENTRANT -DQT_SHARED -DQT_GUI_LIB -DQT_CORE_LIB -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtGui -I/usr/include/qt4 -I. -I. -I. -o AboutSCXDialog.o AboutSCXDialog.cpp
make: g++ : command not found
make: *** [AboutSCXDialog.o] Erreur 127
francis@francis-pc:~/scx-tools/scx-recorder$

****SECOND****
I'm new to Linux and have a lot to learn about the how to install with the terminal.
How do I start the program ?
Should I type :
francis@francis-pc:~/scx-tools/scx-recorder$ scx-recorder

If I do, I got :
bash: scx-recorder : command not found

Please help. Thanks!

Discussion

  • EvanCarroll

    EvanCarroll - 2009-02-02

    Simply install your build-essential package.
    sudo apt-get install build-essential

     
  • EvanCarroll

    EvanCarroll - 2009-02-02

    Please mark as closed, he simply doesn't have G++

     

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.