Author Topic: Linux: what is t-br.gmo (compiling help)  (Read 1876 times)

GenuineAdvantage

  • Member
  • **
  • Posts: 372
  • Kudos: 449
Linux: what is t-br.gmo (compiling help)
« on: 13 June 2006, 04:48 »
In compiling Audacious, I get this error:

Quote
rm -f br.gmo && : -c --statistics -o br.gmo br.po
mv: cannot stat `t-br.gmo': No such file or directory
make[2]: *** [br.gmo] Error 1
make[1]: *** [stamp-po] Error 2
make: *** [build] Error 2

Missing package? Other?


Pathos

  • Member
  • **
  • Posts: 518
  • Kudos: 416
Re: Linux: what is t-br.gmo (compiling help)
« Reply #1 on: 13 June 2006, 14:14 »
br.gmo is missing.

I think a gmo is likely to be a file generated as part of the compile process. If its missing something probably went wrong earlier.

http://www.intevation.de/pipermail/statist-list/2005/000103.html

GenuineAdvantage

  • Member
  • **
  • Posts: 372
  • Kudos: 449
Re: Linux: what is t-br.gmo (compiling help)
« Reply #2 on: 15 June 2006, 01:10 »
Any ideas on a fix? This repeats everytime regardless.


Pathos

  • Member
  • **
  • Posts: 518
  • Kudos: 416
Re: Linux: what is t-br.gmo (compiling help)
« Reply #3 on: 15 June 2006, 13:20 »
if you post the entire compile output I might have a chance ...

GenuineAdvantage

  • Member
  • **
  • Posts: 372
  • Kudos: 449
Re: Linux: what is t-br.gmo (compiling help)
« Reply #4 on: 16 June 2006, 08:08 »
Here is the configure output:

Quote
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking target system type... i686-pc-linux-gnu
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether NLS is requested... yes
checking for msgfmt... no
checking for gmsgfmt... :
checking for xgettext... no
checking for msgmerge... no
checking for style of include used by make... GNU
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking dependency style of gcc... none
checking for ranlib... ranlib
checking for library containing strerror... none required
checking how to run the C preprocessor... gcc -E
checking for egrep... grep -E
checking for ANSI C header files... yes
checking for an ANSI C-conforming const... yes
checking for inline... inline
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for off_t... yes
checking for size_t... yes
checking for working alloca.h... yes
checking for alloca... yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for getpagesize... yes
checking for working mmap... yes
checking whether we are using the GNU C Library 2.1 or newer... yes
checking whether integer division by zero raises SIGFPE... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unsigned long long... yes
checking for inttypes.h... yes
checking whether the inttypes.h PRIxNN macros are broken... no
checking for ld used by GCC... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for shared library run path origin... done
checking argz.h usability... yes
checking argz.h presence... yes
checking for argz.h... yes
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking locale.h usability... yes
checking locale.h presence... yes
checking for locale.h... yes
checking nl_types.h usability... yes
checking nl_types.h presence... yes
checking for nl_types.h... yes
checking malloc.h usability... yes
checking malloc.h presence... yes
checking for malloc.h... yes
checking stddef.h usability... yes
checking stddef.h presence... yes
checking for stddef.h... yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for unistd.h... (cached) yes
checking sys/param.h usability... yes
checking sys/param.h presence... yes
checking for sys/param.h... yes
checking for feof_unlocked... yes
checking for fgets_unlocked... yes
checking for getc_unlocked... yes
checking for getcwd... yes
checking for getegid... yes
checking for geteuid... yes
checking for getgid... yes
checking for getuid... yes
checking for mempcpy... yes
checking for munmap... yes
checking for putenv... yes
checking for setenv... yes
checking for setlocale... yes
checking for stpcpy... yes
checking for strcasecmp... yes
checking for strdup... yes
checking for strtoul... yes
checking for tsearch... yes
checking for __argz_count... yes
checking for __argz_stringify... yes
checking for __argz_next... yes
checking for __fsetlocking... yes
checking for iconv... yes
checking for iconv declaration...
         extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
checking for nl_langinfo and CODESET... yes
checking for LC_MESSAGES... yes
checking for bison... no
checking whether NLS is requested... yes
checking whether included gettext is requested... no
checking for GNU gettext in libc... yes
checking whether to use NLS... yes
checking where the gettext function comes from... libc
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking dependency style of g++... none
checking for library containing strerror... (cached) none required
checking whether byte ordering is bigendian... no
checking for a BSD-compatible install... /usr/bin/install -c
checking whether ln -s works... yes
checking whether make sets $(MAKE)... (cached) yes
checking for rm... /bin/rm
checking for mv... /bin/mv
checking for cp... /bin/cp
checking for ar... /usr/bin/ar
checking for ranlib... /usr/bin/ranlib
checking for audacious... no
checking for pkg-config... /usr/bin/pkg-config
checking for glib-2.0 >= 2.6.0 gtk+-2.0 >= 2.6.0 gthread-2.0 pango... yes
checking GTK_CFLAGS... -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0
checking GTK_LIBS... -pthread -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lcairo -lgthread-2.0 -lpango-1.0 -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0
checking for libglade-2.0 >= 2.3.1... yes
checking LIBGLADE_CFLAGS... -I/usr/include/libglade-2.0 -I/usr/include/gtk-2.0 -I/usr/include/libxml2 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include
checking LIBGLADE_LIBS... -lglade-2.0 -lgtk-x11-2.0 -lxml2 -lz -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0
checking for taglib-config... /usr/bin/taglib-config
checking for socklen_t... yes
checking for esound >= 0.2... yes
checking ESD_CFLAGS...
checking ESD_LIBS... -lesd -laudiofile -lm
checking for lirc_init in -llirc_client... no
checking for libbinio >= 1.4... checking for ogg >= 1.0 vorbis >= 1.0 vorbisfile >= 1.0... yes
checking OGG_VORBIS_CFLAGS...
checking OGG_VORBIS_LIBS... -lvorbisfile -lvorbis -lm -logg
checking for sndfile >= 0.19... yes
checking SNDFILE_CFLAGS...
checking SNDFILE_LIBS... -lsndfile
checking for XMLinearTable in -lmodplug... no
checking for libFLAC >= 1.1.2... no
*** Could not run libFLAC test program, checking why...
*** The test program compiled, but did not run. This usually means
*** that the run-time linker is not finding libFLAC or finding the wrong
*** version of libFLAC. If it is not finding libFLAC, you'll need to set your
*** LD_LIBRARY_PATH environment variable, or edit /etc/ld.so.conf to point
*** to the installed location  Also, make sure you have run ldconfig if that
*** is required on your system
***
*** If you have an old version installed, it is best to remove it, although
*** you may also be able to get things to work by modifying LD_LIBRARY_PATH
checking how to run the C++ preprocessor... g++ -E
checking jack/jack.h usability... yes
checking jack/jack.h presence... yes
checking for jack/jack.h... yes
checking for jack_activate in -ljack... yes
checking for samplerate >= 0.0.15... yes
checking SAMPLERATE_CFLAGS...
checking SAMPLERATE_LIBS... -lsamplerate
checking for artsc-config... /usr/bin/artsc-config
checking for gawk... (cached) gawk
checking for artsc - version >= 0.9.5... yes
checking for working SIDPlay1 library and headers... no
checking for working SIDPlay2 library and headers... checking for pkg-config... (cached) /usr/bin/pkg-config
no
checking mpcdec/config_types.h usability... no
checking mpcdec/config_types.h presence... no
checking for mpcdec/config_types.h... no
checking for OSS include dir... not found
checking sys/soundcard.h usability... yes
checking sys/soundcard.h presence... yes
checking for sys/soundcard.h... yes
checking machine/soundcard.h usability... no
checking machine/soundcard.h presence... no
checking for machine/soundcard.h... no
checking for alsa >= 1.0... yes
checking ALSA_CFLAGS... -I/usr/include/alsa
checking ALSA_LIBS... -lasound -lm -ldl -lpthread
checking for /proc/asound/card0/wavetableD1... no
checking for /proc/asound/card1/wavetableD1... no
checking for /proc/asound/card2/wavetableD1... no
configure: WARNING: *** Could not find an ALSA-supported hardware synth, amidi-plug won't be compiled. If you wish to compile it anyway, use --enable-amidiplug in configure. ***
checking for FreeBSD newpcm driver... no
checking linux/cdrom.h usability... yes
checking linux/cdrom.h presence... yes
checking for linux/cdrom.h... yes
checking sys/cdio.h usability... no
checking sys/cdio.h presence... no
checking for sys/cdio.h... no
checking linux/joystick.h usability... yes
checking linux/joystick.h presence... yes
checking for linux/joystick.h... yes
checking for unistd.h... (cached) yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking sys/ioctl.h usability... yes
checking sys/ioctl.h presence... yes
checking for sys/ioctl.h... yes
checking fnmatch.h usability... yes
checking fnmatch.h presence... yes
checking for fnmatch.h... yes
checking for limits.h... (cached) yes
checking wchar.h usability... yes
checking wchar.h presence... yes
checking for wchar.h... yes
checking fts.h usability... yes
checking fts.h presence... yes
checking for fts.h... yes
checking for mkdtemp... yes
checking for getmntinfo... no
checking for strtoul... (cached) yes
checking for lrintf... yes
checking if __ELF__ is defined... yes
checking for libmusicbrainz >= 2.0.0... yes
checking MUSICBRAINZ_CFLAGS...
checking MUSICBRAINZ_LIBS... -lmusicbrainz -lstdc++ -lm
checking for curl >= 7.9.7... checking for libcurl >= 7.9.7... configure: creating ./config.status
config.status: creating Makefile
config.status: creating audacious.1
config.status: creating audacious.spec
config.status: creating audacious.pc
config.status: creating audacious/audacious.desktop
config.status: creating audacious/Makefile
config.status: creating audacious/glade/Makefile
config.status: creating audacious/images/Makefile
config.status: creating libaudacious/Makefile
config.status: creating libguess/Makefile
config.status: creating Plugins/Makefile
config.status: creating Plugins/Output/Makefile
config.status: creating Plugins/Output/OSS/Makefile
config.status: creating Plugins/Output/esd/Makefile
config.status: creating Plugins/Output/alsa/Makefile
config.status: creating Plugins/Output/jack/Makefile
config.status: creating Plugins/Output/arts/Makefile
config.status: creating Plugins/Output/arts/arts_helper/Makefile
config.status: creating Plugins/Output/disk_writer/Makefile
config.status: creating Plugins/Output/sun/Makefile
config.status: creating Plugins/Input/Makefile
config.status: creating Plugins/Input/mpg123/Makefile
config.status: creating Plugins/Input/aac/Makefile
config.status: creating Plugins/Input/aac/mp4ff/Makefile
config.status: creating Plugins/Input/aac/libfaad2/Makefile
config.status: creating Plugins/Input/aac/src/Makefile
config.status: creating Plugins/Input/modplug/Makefile
config.status: creating Plugins/Input/modplug/archive/Makefile
config.status: creating Plugins/Input/modplug/gui/Makefile
config.status: creating Plugins/Input/musepack/Makefile
config.status: creating Plugins/Input/tonegen/Makefile
config.status: creating Plugins/Input/vorbis/Makefile
config.status: creating Plugins/Input/cdaudio/Makefile
config.status: creating Plugins/Input/wav/Makefile
config.status: creating Plugins/Input/flac/Makefile
config.status: creating Plugins/Input/flac/plugin_common/Makefile
config.status: creating Plugins/Input/sid/Makefile
config.status: creating Plugins/Input/console/Makefile
config.status: creating Plugins/Input/wma/Makefile
config.status: creating Plugins/Input/wma/libffwma/Makefile
config.status: creating Plugins/Input/timidity/Makefile
config.status: creating Plugins/Input/timidity/libtimidity/Makefile
config.status: creating Plugins/Input/timidity/src/Makefile
config.status: creating Plugins/Input/sexypsf/Makefile
config.status: creating Plugins/Input/adplug/Makefile
config.status: creating Plugins/Input/adplug/core/Makefile
config.status: creating Plugins/Input/amidi-plug/Makefile
config.status: creating Plugins/Visualization/Makefile
config.status: creating Plugins/Visualization/blur_scope/Makefile
config.status: creating Plugins/General/Makefile
config.status: creating Plugins/General/song_change/Makefile
config.status: creating Plugins/General/lirc/Makefile
config.status: creating Plugins/General/scrobbler/Makefile
config.status: creating Plugins/Effect/Makefile
config.status: creating Plugins/Effect/audiocompress/Makefile
config.status: creating Plugins/Effect/ladspa/Makefile
config.status: creating Plugins/Effect/stereo_plugin/Makefile
config.status: creating Plugins/Effect/voice_removal/Makefile
config.status: creating po/Makefile.in
config.status: creating intl/Makefile
config.status: creating icons/Makefile
config.status: creating skin/Makefile
config.status: creating mk/rules.mk
config.status: creating config.h
config.status: executing default-1 commands
config.status: creating po/POTFILES
config.status: creating po/Makefile
config.status: executing depfiles commands

Configuration:

  Install path:                           /usr/local
  Configuration path:                     $HOME/.audacious

  Use one plugin dir:                     no
  Allow user plugin dir:                  yes

  XMMS Legacy
  -----------
  Equalization (works only with mpg123)   no

  GNOME support
  -------------
  GConf support                           no
  VFS support                             no

  Output Plugins
  --------------
  Open Sound System (oss):                yes
  Advanced Linux Sound Arch. (alsa):      yes
  Enlightenment Sound Daemon (esd):       yes
  Jack Audio Connection Kit (jack):       yes
  Analog Realtime Synthesizer (arts):     yes
  BSD/SUN audio output (sun):             no

  Input Plugins
  -------------
  MPEG 1/2/3 (mpg123):                    yes
  MPEG 4 Audio (AAC):                     yes
  Windows Media Audio (wma):              yes
  .mpc playback (musepack):               no
  Module decoder (modplug):               yes
  MIDI hw synth via ALSA (amidi-plug):    no
  MIDI to WAVE converter (timidity):      yes
  CD Digital Audio (cdda):                yes
  Microsoft WAV (wav):                    yes
    + sndfile extensions:                 yes
  Tone Generator:                         yes
  Ogg Vorbis (vorbis):                    yes
  Free Lossless Audio Codec (flac):       no
  Commodore 64 audio (sid):               no
  Game music (spc, nsf & gbs):            yes
  PlayStation audio (sexypsf):            yes
  AdLib synthesizer (adplug):             no

  General
  -------
  Song Change:                            yes
  LIRC:                                   no
  AudioScrobbler Client:                  no

  Effect
  ------
  AudioCompressor (AGC):                  yes
  LADSPA effects host (ladspa):           yes
  Voice Removal:                          yes

  Visualization
  -------------
  Blur Scope:                             yes

And the make output:

Quote
CC     cdaudio.c
        CC     cddb.c
        CC     cdinfo.c
        CC     configure.c
        CC     http.c
      LINK     libcdaudio.so
        CC     tonegen.c
      LINK     libtonegen.so
       CXX     Blip_Buffer.cpp
       CXX     Classic_Emu.cpp
       CXX     Dual_Resampler.cpp
       CXX     Fir_Resampler.cpp
       CXX     Gb_Apu.cpp
       CXX     Gb_Cpu.cpp
       CXX     Gb_Oscs.cpp
       CXX     Gbs_Emu.cpp
       CXX     Gym_Emu.cpp
       CXX     Multi_Buffer.cpp
       CXX     Music_Emu.cpp
       CXX     Nes_Apu.cpp
       CXX     Nes_Cpu.cpp
       CXX     Nes_Fme7_Apu.cpp
       CXX     Nes_Namco_Apu.cpp
       CXX     Nes_Oscs.cpp
       CXX     Nes_Vrc6_Apu.cpp
       CXX     Nsfe_Emu.cpp
       CXX     Nsf_Emu.cpp
       CXX     Sms_Apu.cpp
       CXX     Snes_Spc.cpp
       CXX     Spc_Cpu.cpp
       CXX     Spc_Dsp.cpp
       CXX     Spc_Emu.cpp
       CXX     Vgm_Emu.cpp
       CXX     abstract_file.cpp
       CXX     Vfs_File.cpp
       CXX     Gzip_File.cpp
       CXX     Vgm_Emu_Impl.cpp
       CXX     Ym2413_Emu.cpp
       CXX     Ym2612_Emu.cpp
       CXX     Track_Emu.cpp
       CXX     Audacious_Driver.cpp
      LINK     libconsole.so
        CC     PsxBios.c
        CC     PsxCounters.c
        CC     PsxDma.c
        CC     Spu.c
        CC     PsxMem.c
        CC     PsxHw.c
        CC     Misc.c
        CC     R3000A.c
        CC     PsxInterpreter.c
        CC     PsxHLE.c
        CC     spu/spu.c
        CC     xmms.c
      LINK     libsexypsf.so
        CC     wav-sndfile.c
      LINK     libwav.so
        CC     mpg123.c
        CC     configure.c
        CC     fileinfo.c
        CC     common.c
        CC     decode_2to1.c
        CC     decode_4to1.c
        CC     layer1.c
        CC     layer2.c
        CC     layer3.c
        CC     tabinit.c
        CC     http.c
        CC     dxhead.c
        CC     decode.c
        CC     dct64.c
        CC     paranoia.c
        CC     interface.c
       CXX     tag_c_hacked.cpp
      LINK     libmpg123.so
        CC     configure.c
        CC     fileinfo.c
        CC     http.c
        CC     vcedit.c
        CC     vorbis.c
vorbis.c:553: warning: `convert_tag_title' defined but not used
      LINK     libvorbis.so
        CC     mp4ff.c
        CC     mp4atom.c
        CC     mp4meta.c
        CC     mp4sample.c
        CC     mp4util.c
        CC     mp4tagupdate.c
        CC     drms.c
      LINK     libmp4ff.a
        CC     bits.c
        CC     cfft.c
        CC     decoder.c
        CC     drc.c
        CC     drm_dec.c
        CC     error.c
        CC     filtbank.c
        CC     ic_predict.c
        CC     is.c
        CC     lt_predict.c
        CC     mdct.c
        CC     mp4.c
        CC     ms.c
        CC     output.c
        CC     pns.c
        CC     ps_dec.c
        CC     ps_syntax.c
        CC     pulse.c
        CC     specrec.c
        CC     syntax.c
        CC     tns.c
        CC     hcr.c
        CC     huffman.c
        CC     rvlc.c
        CC     ssr.c
        CC     ssr_fb.c
        CC     ssr_ipqf.c
        CC     common.c
        CC     sbr_dct.c
        CC     sbr_e_nf.c
        CC     sbr_fbt.c
        CC     sbr_hfadj.c
        CC     sbr_hfgen.c
        CC     sbr_huff.c
        CC     sbr_qmf.c
        CC     sbr_syntax.c
        CC     sbr_tf_grid.c
        CC     sbr_dec.c
        CC     libmp4.c
        CC     mp4_utils.c
        CC     aac_utils.c
        CC     tagging_mp4.c
        CC     fileinfo.c
      LINK     libaac.so
        CC     allcodecs.c
        CC     allformats.c
        CC     asf.c
        CC     avio.c
        CC     aviobuf.c
        CC     common.c
        CC     cutils.c
        CC     dsputil.c
        CC     fft.c
        CC     file.c
        CC     futils.c
        CC     mdct.c
        CC     mms.c
mms.c: In function `interp_header':
mms.c:465: warning: integer constant is too large for "long" type
mms.c:465: warning: integer constant is too large for "long" type
mms.c:467: warning: integer constant is too large for "long" type
mms.c:467: warning: integer constant is too large for "long" type
mms.c:469: warning: integer constant is too large for "long" type
mms.c:469: warning: integer constant is too large for "long" type
mms.c:479: warning: integer constant is too large for "long" type
mms.c:479: warning: integer constant is too large for "long" type
mms.c: In function `get_media_packet':
mms.c:710: warning: comparison is always true due to limited range of data type
mms.c:711: warning: comparison is always true due to limited range of data type
mms.c:711: warning: comparison is always true due to limited range of data type
        CC     os_support.c
        CC     parser.c
        CC     simple_idct.c
        CC     utils.c
        CC     wmadec.c
      LINK     libffwma.a
        CC     wma.c
      LINK     libwma.so
        CC     common.c
        CC     instrum.c
        CC     instrum_dls.c
        CC     mix.c
        CC     output.c
        CC     playmidi.c
        CC     readmidi.c
readmidi.c: In function `read_meta_data':
readmidi.c:71: warning: `id' might be used uninitialized in this function
        CC     resample.c
        CC     stream.c
        CC     tables.c
        CC     timidity.c
      LINK     libtimidity.a
        CC     callbacks.c
        CC     interface.c
        CC     xmms-timidity.c
      LINK     libtimidity.so
        CC     disk_writer.c
      LINK     libdisk_writer.so
        CC     esd.c
        CC     mixer.c
        CC     about.c
        CC     configure.c
        CC     audio.c
        CC     init.c
      LINK     libESD.so
        CC     jack.c
        CC     configure.c
        CC     bio2jack.c
      LINK     libjackout.so
        CC     arts_helper.c
        CC     arts.c
        CC     configure.c
        CC     audio.c
audio.c:45: warning: `effect' defined but not used
audio.c:46: warning: `output' defined but not used
        CC     convert.c
      LINK     libarts.so
        CC     OSS.c
        CC     mixer.c
        CC     about.c
        CC     configure.c
        CC     audio.c
        CC     init.c
        CC     convert.c
      LINK     libOSS.so
        CC     alsa.c
        CC     about.c
        CC     audio.c
        CC     configure.c
        CC     init.c
      LINK     libALSA.so
        CC     compress.c
        CC     audacious-glue.c
      LINK     libaudiocompress.so
        CC     ladspa.c
      LINK     libladspa.so
        CC     stereo.c
      LINK     libstereo.so
        CC     voice_removal.c
      LINK     libvoice_removal.so
        CC     blur_scope.c
        CC     config.c
      LINK     libbscope.so
        CC     song_change.c
      LINK     libsong_change.so
        CC     configdb_rcfile.c
        CC     rcfile.c
        CC     vfs_stdio.c
        CC     configfile.c
        CC     beepctrl.c
        CC     dirbrowser.c
        CC     util.c
        CC     formatter.c
        CC     titlestring.c
        CC     xentry.c
        CC     xconvert.c
        CC     xml_document.c
      LINK     libaudacious.so
        CC     build_stamp.c
        CC     genevent.c
        CC     skin.c
        CC     util.c
        CC     output.c
        CC     fft.c
        CC     input.c
        CC     effect.c
        CC     general.c
        CC     visualization.c
        CC     pluginenum.c
        CC     playlist.c
        CC     controlsocket.c
        CC     dock.c
        CC     widget.c
        CC     sbutton.c
        CC     pbutton.c
        CC     tbutton.c
        CC     textbox.c
        CC     menurow.c
        CC     hslider.c
        CC     monostereo.c
        CC     vis.c
        CC     svis.c
        CC     number.c
        CC     playback.c
        CC     playstatus.c
        CC     playlist_list.c
        CC     playlist_slider.c
        CC     playlist_popup.c
        CC     eq_graph.c
        CC     eq_slider.c
        CC     main.c
        CC     logger.c
        CC     mainwin.c
        CC     skinwin.c
        CC     prefswin.c
        CC     ui_playlist.c
        CC     equalizer.c
        CC     glade.c
        CC     hints.c
        CC     about.c
        CC     credits.c
        CC     softvolume.c
        CC     getopt.c
        CC     getopt1.c
        CC     urldecode.c
        CC     mkdtemp.c
        CC     iir.c
        CC     iir_cfs.c
        CC     iir_fpu.c
      LINK     audacious
rm -f br.gmo && : -c --statistics -o br.gmo br.po
mv: cannot stat `t-br.gmo': No such file or directory
make[2]: *** [br.gmo] Error 1
make[1]: *** [stamp-po] Error 2
make: *** [build] Error 2


Pathos

  • Member
  • **
  • Posts: 518
  • Kudos: 416
Re: Linux: what is t-br.gmo (compiling help)
« Reply #5 on: 16 June 2006, 10:29 »
Code: [Select]
*** Could not run libFLAC test program, checking why...
*** The test program compiled, but did not run. This usually means
*** that the run-time linker is not finding libFLAC or finding the wrong
*** version of libFLAC. If it is not finding libFLAC, you'll need to set your
*** LD_LIBRARY_PATH environment variable, or edit /etc/ld.so.conf to point
*** to the installed location Also, make sure you have run ldconfig if that
*** is required on your system
***
*** If you have an old version installed, it is best to remove it, although
*** you may also be able to get things to work by modifying LD_LIBRARY_PATH

I suggest trying to fix this...could posibly be the problem

Code: [Select]
mms.c:465: warning: integer constant is too large for "long" type
mms.c:465: warning: integer constant is too large for "long" type
mms.c:467: warning: integer constant is too large for "long" type
mms.c:467: warning: integer constant is too large for "long" type
mms.c:469: warning: integer constant is too large for "long" type
mms.c:469: warning: integer constant is too large for "long" type
mms.c:479: warning: integer constant is too large for "long" type
mms.c:479: warning: integer constant is too large for "long" type
could you post these lines ? its probably just setting some longs to negatives using hexidecimal which is normal.

This output is different from what I see when I compile things on my machine.. usually it lists the full gcc command lines ?

Refalm

  • Administrator
  • Member
  • ***
  • Posts: 5,183
  • Kudos: 704
  • Sjembek!
    • RADIOKNOP
Re: Linux: what is t-br.gmo (compiling help)
« Reply #6 on: 16 June 2006, 10:32 »
Please put configure output in CODE tags next time.

GenuineAdvantage

  • Member
  • **
  • Posts: 372
  • Kudos: 449
Re: Linux: what is t-br.gmo (compiling help)
« Reply #7 on: 17 June 2006, 00:47 »
I tried most of it and can't figure out the rest. It compiles fine in other distributions, so it's a problem with the distribution. But I just went ahead and installed an spc plugin in the existing xmms and that worked. That's really all I needed but it would be nice to be able to play these files in  kaffeine. But this is all there is for it, and xmms sucks compared to audacious but oh well. I've done so much with this install that I'm sticking with this distro for now.

Thanks for the help anyways!


piratePenguin

  • VIP
  • Member
  • ***
  • Posts: 3,027
  • Kudos: 775
    • http://piratepenguin.is-a-geek.com/~declan/
Re: Linux: what is t-br.gmo (compiling help)
« Reply #8 on: 17 June 2006, 00:55 »
Code: [Select]
rm -f br.gmo && : -c --statistics -o br.gmo br.po
mv: cannot stat `t-br.gmo': No such file or directory
I don't see where `t-br.gmo' comes into the picture...
Maybe there's a bug in autoconf/automake or something?

What's the output of this?
Code: [Select]
grep t-br.gmo *
"What you share with the world is what it keeps of you."
 - Noah And The Whale: Give a little love



a poem by my computer, Macintosh Vigilante
Macintosh amends a damned around the requested typewriter. Macintosh urges a scarce design. Macintosh postulates an autobiography. Macintosh tolls the solo variant. Why does a winter audience delay macintosh? The maker tosses macintosh. Beneath female suffers a double scum. How will a rat cube the heavier cricket? Macintosh calls a method. Can macintosh nest opposite the headache? Macintosh ties the wrong fairy. When can macintosh stem the land gang? Female aborts underneath macintosh. Inside macintosh waffles female. Next to macintosh worries a well.

GenuineAdvantage

  • Member
  • **
  • Posts: 372
  • Kudos: 449
Re: Linux: what is t-br.gmo (compiling help)
« Reply #9 on: 17 June 2006, 01:07 »
I'm sure it is a bug. And the output of that is blank.