LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Audacity 1.2.0-pre1compile problem (https://www.linuxquestions.org/questions/linux-software-2/audacity-1-2-0-pre1compile-problem-86760/)

gundelgauk 08-28-2003 06:12 PM

Audacity 1.2.0-pre1compile problem
 
Greetings!


When i try to compile the latest version of the audio editor Audacity, make halts with this error message:

msgfmt -v -o bg/audacity.mo bg.po
make[1]: msgfmt: Command not found
make[1]: *** [bg/audacity.mo] Error 127
make[1]: Leaving directory `/root/audacity-src-1.2.0-pre1/locale'
make: *** [audacity] Error 2

Does anyone have any clue about what I can do to make it compile? I really need a good audio editor! :D

I also tried to build the latest stable version (1.0.0-2) which would actually compile and install. However when i try to run the program, nothing would happen. No program window appears and there is no output at the console i started it from at all!

I'm running SuSE 8.0 with wxGTK-2.4.0-79 and wxGTK-devel-2.4.0-79 (which are needed by Audacity) installed if that's of any help.


Any input would be greatly appreciated. :)

Good bye!

watashiwaotaku7 08-28-2003 06:50 PM

do a search for msgfmt on your computer if its there add it to your path if not look on freshmeat for it it looks like a program that isnt installed on your computer that the program simply expects and therefore doesnt list as a dep

gundelgauk 08-28-2003 06:56 PM

Worked!
 
Thanks a lot, i tried what you suggested and indeed that program was missing. Using rpmseek I found out that this program is a part of gettext. Got that, installed it and now it works!


Thanks again for the fast reply!


All times are GMT -5. The time now is 07:53 PM.