Remastersys Forums
September 06, 2010, 02:49:49 AM *
Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
News: Current Version of Remastersys for Debian - 2.0.18-1

http://www.remastersys.com/debian.html
 
   Home   Remastersys Home Remastersys downloads Donate Login Register AV LINUX Home Help  
Pages: [1]
  Print  
Author Topic: compiling potamus  (Read 31 times)
0 Members and 1 Guest are viewing this topic.
bossesand
Jr. Member
**
Online Online

Posts: 10


« on: July 27, 2010, 04:11:59 AM »

I have now verified the needed actions to compile potamus on AVLinux 4.0
which is debian based.

I have no idea why it is neccessary but this is the actions
./configure
make
This will produce a list of unresolved FLAC references
cd src
add -lFLAC to the end of the gcc command from the history ...
gcc -std=gnu99 -fgnu89-inline -Wall -g -DDATADIR=\"/usr/local/share/potamus\" -g -O2   -o potamus potamus-buffer.o potamus-dnd.o potamus-format.o potamus-input-audiofile.o potamus-input-avcodec.o potamus-input-flac.o potamus-input-mad.o potamus-input-modplug.o potamus-input-vorbis.o potamus-input.o potamus-main.o potamus-output-ao.o potamus-output-jack.o potamus-output.o potamus-player.o potamus-process.o potamus-stock.o potamus-util.o  -L -lFLAC  -lm -pthread -lglade-2.0 -lgtk-x11-2.0 -lxml2 -lgdk-x11-2.0 -latk-1.0 -lpangoft2-1.0 -lgdk_pixbuf-2.0 -lpangocairo-1.0 -lcairo -lgio-2.0 -lpango-1.0 -lfreetype -lfontconfig -lgobject-2.0 -lgmodule-2.0 -lgthread-2.0 -lglib-2.0 -lao -ldl -ljack -lpthread -lrt -lsamplerate -lvorbisfile -lvorbis -lm -logg -lmad -laudiofile -lmodplug -lavcodec -lavformat   -lFLAC

This will for some reason succeed, just repeating the gcc command does not work.

Also compiled ambdec with needed libraries, had to copy the libs from /usr/local/lib to /usr/lib to succeed

- Bosse
Logged
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.11 | SMF © 2006-2009, Simple Machines LLC Valid XHTML 1.0! Valid CSS!