LinuxQuestions.org
Review your favorite Linux distribution.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 08-27-2004, 09:31 PM   #1
Fcm
LQ Newbie
 
Registered: Aug 2004
Posts: 18

Rep: Reputation: 0
Avidemux-install recursive


Having a problem getting avidemux up and running.I can config no problem,but when i go to make file i receiving the following output:

make all-recursive
make[1]: Entering directory `/home/Rothermore/Documents/avidemux-2.0.28'
Making all in po
make[2]: Entering directory `/home/Rothermore/Documents/avidemux-2.0.28/po'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/Rothermore/Documents/avidemux-2.0.28/po'
Making all in m4
make[2]: Entering directory `/home/Rothermore/Documents/avidemux-2.0.28/m4'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/Rothermore/Documents/avidemux-2.0.28/m4'
Making all in adm_lavcodec
make[2]: Entering directory `/home/Rothermore/Documents/avidemux-2.0.28/adm_lavcodec'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/Rothermore/Documents/avidemux-2.0.28/adm_lavcodec'
Making all in avidemux
make[2]: Entering directory `/home/Rothermore/Documents/avidemux-2.0.28/avidemux'
Making all in ADM_library
make[3]: Entering directory `/home/Rothermore/Documents/avidemux-2.0.28/avidemux/ADM_library'
source='subchunk.cpp' object='subchunk.o' libtool=no \
depfile='.deps/subchunk.Po' tmpdepfile='.deps/subchunk.TPo' \
depmode=none /bin/sh ../../admin/depcomp \
g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I/usr/include/malloc -I.. -IADM_library -I../ADM_library -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -W -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -O3 -c -o subchunk.o subchunk.cpp
../../admin/depcomp: line 402: exec: g++: not found
make[3]: *** [subchunk.o] Error 127
make[3]: Leaving directory `/home/Rothermore/Documents/avidemux-2.0.28/avidemux/ADM_library'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/Rothermore/Documents/avidemux-2.0.28/avidemux'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/Rothermore/Documents/avidemux-2.0.28'
make: *** [all] Error 2
----------------------------------------------------------------------------------------

When i attempt to make install :

Making install in po
make[1]: Entering directory `/home/Rothermore/Documents/avidemux-2.0.28/po'
make[2]: Entering directory `/home/Rothermore/Documents/avidemux-2.0.28/po'
make[2]: Nothing to be done for `install-exec-am'.
make[2]: Nothing to be done for `install-data-am'.
make[2]: Leaving directory `/home/Rothermore/Documents/avidemux-2.0.28/po'
make[1]: Leaving directory `/home/Rothermore/Documents/avidemux-2.0.28/po'
Making install in m4
make[1]: Entering directory `/home/Rothermore/Documents/avidemux-2.0.28/m4'
make[2]: Entering directory `/home/Rothermore/Documents/avidemux-2.0.28/m4'
make[2]: Nothing to be done for `install-exec-am'.
make[2]: Nothing to be done for `install-data-am'.
make[2]: Leaving directory `/home/Rothermore/Documents/avidemux-2.0.28/m4'
make[1]: Leaving directory `/home/Rothermore/Documents/avidemux-2.0.28/m4'
Making install in adm_lavcodec
make[1]: Entering directory `/home/Rothermore/Documents/avidemux-2.0.28/adm_lavcodec'
make[1]: Nothing to be done for `install'.
make[1]: Leaving directory `/home/Rothermore/Documents/avidemux-2.0.28/adm_lavcodec'
Making install in avidemux
make[1]: Entering directory `/home/Rothermore/Documents/avidemux-2.0.28/avidemux'
Making install in ADM_library
make[2]: Entering directory `/home/Rothermore/Documents/avidemux-2.0.28/avidemux/ADM_library'
source='subchunk.cpp' object='subchunk.o' libtool=no \
depfile='.deps/subchunk.Po' tmpdepfile='.deps/subchunk.TPo' \
depmode=none /bin/sh ../../admin/depcomp \
g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I/usr/include/malloc -I.. -IADM_library -I../ADM_library -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -W -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -O3 -c -o subchunk.o subchunk.cpp
../../admin/depcomp: line 402: exec: g++: not found
make[2]: *** [subchunk.o] Error 127
make[2]: Leaving directory `/home/Rothermore/Documents/avidemux-2.0.28/avidemux/ADM_library'
make[1]: *** [install-recursive] Error 1
make[1]: Leaving directory `/home/Rothermore/Documents/avidemux-2.0.28/avidemux'
make: *** [install-recursive] Error 1

Distro is suse 9.1.

Any help much appreciated.

Cheers.
 
Old 08-28-2004, 01:48 AM   #2
jev-bird
Member
 
Registered: Jul 2004
Location: USofA
Distribution: Whatever runs accordingly.
Posts: 200

Rep: Reputation: 30
Check and make sure you have a c++ compiler.
 
0 members found this post helpful.
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
trying to install avidemux onironaut Linux - Software 0 04-26-2005 01:32 PM
avidemux 2.0.36 from source install errors Help! Blue1K Linux - Software 1 02-25-2005 11:22 PM
Help with Avidemux Garibaldi3489 Linux - Software 5 01-13-2005 08:34 PM
[install-recursive] Error 1 borrrden Linux - Software 3 06-07-2004 02:41 AM
Problem installing Enlightenment 'install recursive error 1' shermang Linux - General 7 08-24-2003 07:40 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 09:45 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration