bugGnash - The GNU Flash player - Bugs: bug #19642, Make: t-es.gmo File or Directory...

 
 

bug #19642: Make: t-es.gmo File or Directory not found (bcos gettext's "msgfmt" missing)

Submitted by:  Tobias <t0bias>
Submitted on:  Fri 20 Apr 2007 11:09:17 AM UTC  
 
Category: buildSeverity: 3 - Normal
Release: NoneStatus: Fixed
Privacy: PublicAssigned to: None
Open/Closed: Closed

Add a New Comment(Rich Markup)
   

You are not logged in

Please log in, so followups can be emailed to you.

 

(Jump to the original submission Jump to the original submission)

Wed 09 Jan 2008 02:12:33 PM UTC, comment #6:

Get for fixed, after 5 months of missing followup.

Sandro Santilli <strk>
Project Member
Sat 28 Jul 2007 09:51:51 PM UTC, comment #5:

Ready for test again. Can the original reporter confirm ? (with current head)

Sandro Santilli <strk>
Project Member
Tue 08 May 2007 03:10:21 PM UTC, comment #4:

Note that .po and .gmo files should not be created at ./configure && make && make check && make install times anymore now. Not even at 'make dist' or 'make distcheck'.

Can you confirm ?

Sandro Santilli <strk>
Project Member
Tue 08 May 2007 03:07:41 PM UTC, comment #3:

Confirmed. Fails after a lot of compilation :(
Missing msgfmt needs spotting in configure.ac

Mind u, if you don't modify any program strings it never gets run during a configure/build so making its lack abort the build doesn't sound right either. Is it common enough to take for granted? (Obviously not, since several people have tripped over this)

er... warning in final report?

Martin Guy <martinwguy>
Fri 20 Apr 2007 12:11:48 PM UTC, comment #2:

installing "gettext" package and running ./configure fixed this for me.

Udo Giacomozzi <udog>
Project Member
Fri 20 Apr 2007 11:47:23 AM UTC, comment #1:

I'm having the same problem. Here's the same "make" error in english:

$ LANG=en make

...

Making all in po
make[2]: Entering directory `/home/indunet/gnash/po'
test ! -f ./gnash.pot || \
test -z "es.gmo" || make es.gmo
make[3]: Entering directory `/home/indunet/gnash/po'
rm -f es.gmo && : -c --statistics -o es.gmo es.po
mv: cannot stat `t-es.gmo': No such file or directory
make[3]: *** [es.gmo] Error 1
make[3]: Leaving directory `/home/indunet/gnash/po'
make[2]: *** [stamp-po] Error 2
make[2]: Leaving directory `/home/indunet/gnash/po'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/indunet/gnash'
make: *** [all] Error 2

Udo Giacomozzi <udog>
Project Member
Fri 20 Apr 2007 11:09:17 AM UTC, original submission:

output of make:

-----------------------

creating gnash
make[3]: Leaving directory `/home/deb/gnash.temp/gui'
make[2]: Leaving directory `/home/deb/gnash.temp/gui'
Making all in testsuite
make[2]: Entering directory `/home/deb/gnash.temp/testsuite'
Making all in .
make[3]: Entering directory `/home/deb/gnash.temp/testsuite'
make[3]: Für das Ziel »all-am« ist nichts zu tun.
make[3]: Leaving directory `/home/deb/gnash.temp/testsuite'
Making all in swfdec
make[3]: Entering directory `/home/deb/gnash.temp/testsuite/swfdec'
make[3]: Für das Ziel »all« ist nichts zu tun.
make[3]: Leaving directory `/home/deb/gnash.temp/testsuite/swfdec'
Making all in libbase
make[3]: Entering directory `/home/deb/gnash.temp/testsuite/libbase'
make[3]: Für das Ziel »all« ist nichts zu tun.
make[3]: Leaving directory `/home/deb/gnash.temp/testsuite/libbase'
Making all in libgeometry
make[3]: Entering directory `/home/deb/gnash.temp/testsuite/libgeometry'
make[3]: Für das Ziel »all« ist nichts zu tun.
make[3]: Leaving directory `/home/deb/gnash.temp/testsuite/libgeometry'
Making all in server
make[3]: Entering directory `/home/deb/gnash.temp/testsuite/server'
make[3]: Für das Ziel »all« ist nichts zu tun.
make[3]: Leaving directory `/home/deb/gnash.temp/testsuite/server'
Making all in samples
make[3]: Entering directory `/home/deb/gnash.temp/testsuite/samples'
make[3]: Für das Ziel »all« ist nichts zu tun.
make[3]: Leaving directory `/home/deb/gnash.temp/testsuite/samples'
Making all in libamf.all
make[3]: Entering directory `/home/deb/gnash.temp/testsuite/libamf.all'
make[3]: Für das Ziel »all« ist nichts zu tun.
make[3]: Leaving directory `/home/deb/gnash.temp/testsuite/libamf.all'
Making all in misc-ming.all
make[3]: Entering directory `/home/deb/gnash.temp/testsuite/misc-ming.all'
make[3]: Für das Ziel »all« ist nichts zu tun.
make[3]: Leaving directory `/home/deb/gnash.temp/testsuite/misc-ming.all'
Making all in misc-mtasc.all
make[3]: Entering directory `/home/deb/gnash.temp/testsuite/misc-mtasc.all'
make[3]: Für das Ziel »all« ist nichts zu tun.
make[3]: Leaving directory `/home/deb/gnash.temp/testsuite/misc-mtasc.all'
Making all in movies.all
make[3]: Entering directory `/home/deb/gnash.temp/testsuite/movies.all'
make[3]: Für das Ziel »all« ist nichts zu tun.
make[3]: Leaving directory `/home/deb/gnash.temp/testsuite/movies.all'
Making all in actionscript.all
make[3]: Entering directory `/home/deb/gnash.temp/testsuite/actionscript.all'
make[3]: Für das Ziel »all« ist nichts zu tun.
make[3]: Leaving directory `/home/deb/gnash.temp/testsuite/actionscript.all'
make[2]: Leaving directory `/home/deb/gnash.temp/testsuite'
Making all in po
make[2]: Entering directory `/home/deb/gnash.temp/po'
test ! -f ./gnash.pot || \
test -z "es.gmo" || make es.gmo
make[3]: Entering directory `/home/deb/gnash.temp/po'
rm -f es.gmo && : -c --statistics -o es.gmo es.po
mv: Aufruf von stat für „t-es.gmo“ nicht möglich: Datei oder Verzeichnis nicht gefunden
make[3]: *** [es.gmo] Fehler 1
make[3]: Leaving directory `/home/deb/gnash.temp/po'
make[2]: *** [stamp-po] Fehler 2
make[2]: Leaving directory `/home/deb/gnash.temp/po'
make[1]: *** [all-recursive] Fehler 1
make[1]: Leaving directory `/home/deb/gnash.temp'
make: *** [all] Fehler 2

-------------------------

output of config:

-------------------------

checking for CreateFileMappingA... no
checking how to run the C++ preprocessor... g++ -E
checking ext/hash_map usability... yes
checking ext/hash_map presence... yes
checking for ext/hash_map... yes
checking for zlib.h header using pkg-config... not found
checking zlib.h usability... yes
checking zlib.h presence... yes
checking for zlib.h... yes
checking for libz library...
checking for jpeglib.h header using pkg-config... not found
checking jpeglib.h usability... yes
checking jpeglib.h presence... yes
checking for jpeglib.h... yes
checking for libjpeg library...
checking for dejagnu.h header using pkg-config... not found
checking dejagnu.h usability... no
checking dejagnu.h presence... no
checking for dejagnu.h... no
checking dejagnu/dejagnu.h usability... no
checking dejagnu/dejagnu.h presence... no
checking for dejagnu/dejagnu.h... no
checking for dejagnu/dejagnu.h... (cached) no
checking for dejagnu.h... (cached) no
checking for ming-config... no
checking ming.h usability... no
checking ming.h presence... no
checking for ming.h... no
checking for Ming header...
checking for doxygen... no
checking for mtasc... /usr/bin/mtasc
checking for the SDL Version...
checking for sdl-config... no
no
checking for SDL header...
checking SDL.h usability... no
checking SDL.h presence... no
checking for SDL.h... no

checking for SDL_Init in -lSDL... no
checking for SDL library...
checking for the Boost Version... no version needed
checking boost/detail/lightweight_mutex.hpp usability... no
checking boost/detail/lightweight_mutex.hpp presence... no
checking for boost/detail/lightweight_mutex.hpp... no
checking for boost header...
checking for Boost's thread libraries... -lboost_thread
checking for Boost's date time libraries... -lboost_thread -lboost_date_time
checking for xml2-config... /usr/bin/xml2-config
checking for libxml2 header... (cached) checking for libxml library... checking for libxml2 library... -lxml2
checking for size_t... yes
checking size of size_t... 4
checking for long... yes
checking size of long... 4
checking for int... yes
checking size of int... 4
checking for short... yes
checking size of short... 2
checking for kde-config... /usr/bin/kde-config
checking for kde header... -I/usr/include/kde -I/usr/include/kde/kio
checking for kdeui library... checking for moc... no
checking for qt header... no
checking for qt library... no
WARNING: No KDE development package installed, disabling klash
checking for OpenGL headers... default
checking for libglib header... checking for glib library... -lglib-2.0
checking for the Gtk GL Extensions Version... 1.6
checking for gtk/gtkgl.h... -I/usr/include/gtkglext-1.0 -I/usr/lib/gtkglext-1.0/include -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/cairo -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/atk-1.0
checking for GTK GL library... -I/usr/include/gtkglext-1.0 -I/usr/lib/gtkglext-1.0/include -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/cairo -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/atk-1.0
checking for the gtk2 header... configure: WARNING: not sure
checking for libgtk2 library... -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lfontconfig -lXext -lXrender -lXinerama -lXi -lXrandr -lXcursor -lXfixes -lpango-1.0 -lcairo -lX11 -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0
checking for the Pango Version... 1.0
checking for libpango header... -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include
checking for libpango library... -lpangox-1.0 -lpango-1.0 -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0
checking for atk/atk.h header using pkg-config... -I/usr/include/atk-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include
checking for libatk library... -latk-1.0 -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0
checking for expat.h header using pkg-config... not found
checking expat.h usability... yes
checking expat.h presence... yes
checking for expat.h... yes
checking for libexpat library...
checking for ffmpeg header... Package libavcodec was not found in the pkg-config search path.
Perhaps you should add the directory containing `libavcodec.pc'
to the PKG_CONFIG_PATH environment variable
No package 'libavcodec' found
no
checking ffmpeg/avcodec.h usability... no
checking ffmpeg/avcodec.h presence... no
checking for ffmpeg/avcodec.h... no
grep: /avcodec.h: No such file or directory
grep: /avcodec.h: No such file or directory
grep: /avcodec.h: No such file or directory
grep: /avcodec.h: No such file or directory
./configure: line 24195: test: -lt: unary operator expected
./configure: line 24203: test: -gt: unary operator expected
./configure: line 24211: test: -lt: unary operator expected
checking for libavcodec library... no
checking for ff_eval in -lavcodec... no
configure: WARNING: ffmpeg specified as decoder, but it's not present, disabling media handling
checking for cairo.h header using pkg-config... -I/usr/include/cairo -I/usr/include/freetype2 -I/usr/include/libpng12
checking for libcairo library... -lcairo
checking for curl-config... no
checking for libcurl header... checking curl/curl.h usability... no
checking curl/curl.h presence... no
checking for curl/curl.h... no
no
checking for libcurl library... checking for lt_dlinit in -lltdl... yes
./configure: line 29477: LTVERSION_VERSION: command not found
checking for a sed that does not truncate output... /bin/sed
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for /usr/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/bin/nm -B
checking whether ln -s works... yes
checking how to recognise dependent libraries... pass_all
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking how to run the C++ preprocessor... g++ -E
checking for g77... no
checking for xlf... no
checking for f77... no
checking for frt... no
checking for pgf77... no
checking for cf77... no
checking for fort77... no
checking for fl32... no
checking for af77... no
checking for xlf90... no
checking for f90... no
checking for pgf90... no
checking for pghpf... no
checking for epcf90... no
checking for gfortran... no
checking for g95... no
checking for xlf95... no
checking for f95... no
checking for fort... no
checking for ifort... no
checking for ifc... no
checking for efc... no
checking for pgf95... no
checking for lf95... no
checking for ftn... no
checking whether we are using the GNU Fortran 77 compiler... no
checking whether accepts -g... no
checking the maximum length of command line arguments... 32768
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for objdir... .libs
checking for ar... ar
checking for ranlib... ranlib
checking for strip... strip
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC
checking if gcc PIC flag -fPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking for shl_load... no
checking for shl_load in -ldld... no
checking for dlopen... yes
checking whether a program can dlopen itself... yes
checking whether a statically linked program can dlopen itself... no
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
configure: creating libtool
appending configuration tag "CXX" to libtool
checking for ld used by g++... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
checking for g++ option to produce PIC... -fPIC
checking if g++ PIC flag -fPIC works... yes
checking if g++ static flag -static works... yes
checking if g++ supports -c -o file.o... yes
checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
appending configuration tag "F77" to libtool
checking for lt_dlmutex_register in -lltdl... yes
checking whether pthreads work with -pthread... yes
checking searching for pthread library... checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE
checking if more special flags are required for pthreads... no
checking for gcc architecture flag...
checking for x86 cpuid 0 output... 2:756e6547:6c65746e:49656e69
checking for x86 cpuid 1 output... f24:10809:0:3febf9ff
checking whether C compiler accepts -march=pentium4... yes
checking for gcc architecture flag... -march=pentium4
configure: creating ./config.status
config.status: creating Makefile
config.status: creating po/Makefile.in
config.status: WARNING: po/Makefile.in.in seems to ignore the --datarootdir setting
config.status: creating libbase/Makefile
config.status: creating libgeometry/Makefile
config.status: creating server/Makefile
config.status: creating server/asobj/Makefile
config.status: creating server/vm/Makefile
config.status: creating server/parser/Makefile
config.status: creating libamf/Makefile
config.status: creating backend/Makefile
config.status: creating utilities/Makefile
config.status: creating doc/Makefile
config.status: creating doc/C/Makefile
config.status: creating doc/C/asspec/Makefile
config.status: creating doc/Doxyfile
config.status: creating testsuite/Makefile
config.status: creating testsuite/libbase/Makefile
config.status: creating testsuite/libgeometry/Makefile
config.status: creating testsuite/actionscript.all/Makefile
config.status: creating testsuite/samples/Makefile
config.status: creating testsuite/swfdec/Makefile
config.status: creating testsuite/misc-ming.all/Makefile
config.status: creating testsuite/misc-mtasc.all/Makefile
config.status: creating testsuite/movies.all/Makefile
config.status: creating testsuite/server/Makefile
config.status: creating testsuite/libamf.all/Makefile
config.status: creating gui/Makefile
config.status: creating extensions/Makefile
config.status: creating extensions/dejagnu/Makefile
config.status: creating extensions/mysql/Makefile
config.status: creating extensions/fileio/Makefile
config.status: creating extensions/gtk2/Makefile
config.status: creating plugin/Makefile
config.status: creating plugin/klash/Makefile
config.status: creating cygnal/Makefile
config.status: creating config.h
config.status: config.h is unchanged
config.status: linking ./testsuite/libbase/gnashrc.in to testsuite/libbase/gnashrc
config.status: executing default-1 commands
config.status: creating po/POTFILES
config.status: creating po/Makefile
config.status: executing depfiles commands
=== configuring in libltdl (/home/deb/gnash.temp/libltdl)
configure: running /bin/sh ./configure '--prefix=/usr/local' '--disable-debugger' '--with-plugindir=/usr/lib/firefox/plugins' '--enable-ltdl-install=no' --cache-file=/dev/null --srcdir=.
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... no
checking for mawk... mawk
checking whether make sets $(MAKE)... yes
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 ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... none
checking for an ANSI C-conforming const... yes
checking for inline... inline
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking for a sed that does not truncate output... /bin/sed
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for /usr/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/bin/nm -B
checking whether ln -s works... yes
checking how to recognise dependent libraries... pass_all
checking how to run the C preprocessor... gcc -E
checking for ANSI C header files... yes
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 dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
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 how to run the C++ preprocessor... g++ -E
checking for g77... no
checking for xlf... no
checking for f77... no
checking for frt... no
checking for pgf77... no
checking for cf77... no
checking for fort77... no
checking for fl32... no
checking for af77... no
checking for xlf90... no
checking for f90... no
checking for pgf90... no
checking for pghpf... no
checking for epcf90... no
checking for gfortran... no
checking for g95... no
checking for xlf95... no
checking for f95... no
checking for fort... no
checking for ifort... no
checking for ifc... no
checking for efc... no
checking for pgf95... no
checking for lf95... no
checking for ftn... no
checking whether we are using the GNU Fortran 77 compiler... no
checking whether accepts -g... no
checking the maximum length of command line arguments... 32768
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for objdir... .libs
checking for ar... ar
checking for ranlib... ranlib
checking for strip... strip
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC
checking if gcc PIC flag -fPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
configure: creating libtool
appending configuration tag "CXX" to libtool
checking for ld used by g++... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
checking for g++ option to produce PIC... -fPIC
checking if g++ PIC flag -fPIC works... yes
checking if g++ static flag -static works... yes
checking if g++ supports -c -o file.o... yes
checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
appending configuration tag "F77" to libtool
checking for dirent.h that defines DIR... yes
checking for library containing opendir... none required
checking which extension is used for loadable modules... .so
checking which variable specifies run-time library path... LD_LIBRARY_PATH
checking for the default library search path... /lib /usr/lib /lib/i486-linux-gnu /usr/lib/i486-linux-gnu
checking for objdir... .libs
checking whether libtool supports -dlopen/-dlpreopen... yes
checking for shl_load... no
checking for shl_load in -ldld... no
checking for dlopen in -ldl... yes
checking for dlerror... yes
checking for _ prefix in compiled symbols... no
checking whether deplibs are loaded by dlopen... yes
checking argz.h usability... yes
checking argz.h presence... yes
checking for argz.h... yes
checking for error_t... yes
checking for argz_append... yes
checking for argz_create_sep... yes
checking for argz_insert... yes
checking for argz_next... yes
checking for argz_stringify... yes
checking assert.h usability... yes
checking assert.h presence... yes
checking for assert.h... yes
checking ctype.h usability... yes
checking ctype.h presence... yes
checking for ctype.h... yes
checking errno.h usability... yes
checking errno.h presence... yes
checking for errno.h... yes
checking malloc.h usability... yes
checking malloc.h presence... yes
checking for malloc.h... yes
checking for memory.h... (cached) yes
checking for stdlib.h... (cached) yes
checking stdio.h usability... yes
checking stdio.h presence... yes
checking for stdio.h... yes
checking for unistd.h... (cached) yes
checking dl.h usability... no
checking dl.h presence... no
checking for dl.h... no
checking sys/dl.h usability... no
checking sys/dl.h presence... no
checking for sys/dl.h... no
checking dld.h usability... no
checking dld.h presence... no
checking for dld.h... no
checking mach-o/dyld.h usability... no
checking mach-o/dyld.h presence... no
checking for mach-o/dyld.h... no
checking for string.h... (cached) yes
checking for strchr... yes
checking for strrchr... yes
checking for memcpy... yes
checking for memmove... yes
checking for strcmp... yes
checking for closedir... yes
checking for opendir... yes
checking for readdir... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating config.h
config.status: config.h is unchanged
config.status: executing depfiles commands

Configurable options are:
Intel 810 LOD bias hack disabled (default). Use --enable-i810-lod-bias to enable.
POSIX Threads support enabled (default)
Web server support disabled (default)
DMalloc support disabled (default). Use --enable-dmalloc to enable.
Firefox plugin enabled (default). Use --disable-plugin to disable.
Konqueror plugin disabled.
GNOME help disabled (default). Use --enable-ghelp to enable.
Building Gnash extensions disabled.
Building Cygnal media server enabled (default). Use --disable-cygnal to disable.
Building the Flash debugger is disabled.
Renderer engine: opengl
GUI: gtk
Media handler: none

Configured paths for i686-pc-linux-gnu are:
DocBook document processing disabled (default)
XML flags are: -I/usr/include/libxml2
XML libs are: -lxml2
JPEG flags are: default include path
JPEG libs are: -ljpeg
OpenGL flags are: default include path
OpenGL libs are: -lGL -lGLU
GtkGLExt flags are: -I/usr/include/gtkglext-1.0 -I/usr/lib/gtkglext-1.0/include -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/cairo -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/atk-1.0
GtkGLExt libs are: -Wl,--export-dynamic -lgtkglext-x11-1.0 -lgdkglext-x11-1.0 -lGLU -lGL -lXmu -lXt -lSM -lICE -lgtk-x11-2.0 -lpangox-1.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lfontconfig -lXext -lXrender -lXinerama -lXi -lXrandr -lXcursor -lXfixes -lpango-1.0 -lcairo -lX11 -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0
GTK2 flags are: -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 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12
GTK2 libs are: -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lfontconfig -lXext -lXrender -lXinerama -lXi -lXrandr -lXcursor -lXfixes -lpango-1.0 -lcairo -lX11 -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0
Pango flags are: -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include
Pango libs are: -lpangox-1.0 -lpango-1.0 -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0
GLib flags are: -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include
GLib libs are: -lglib-2.0
ATK flags are: -I/usr/include/atk-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include
ATK libs are: -latk-1.0 -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0
Plugin will be installed in /usr/lib/firefox/plugins
POSIX Threads flags are: -pthread
POSIX Threads lib is: -lpthread
BOOST flags are:
BOOST libs are: -lboost_thread -lboost_date_time
Warning: You need to have the Ming development and utilities packages installed to run most of the tests in Gnash testsuite. Some of the tests will be run anyway.
MTASC is /usr/bin/mtasc
MTASC CLASSPATH is /usr/bin/std
Z flags are: default include path
Z libs are: -lz

Tobias <t0bias>

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attach File(s):
   
   
Comment:
   

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -unavailable- added by strk (Posted a comment)
  • -unavailable- added by martinwguy (Posted a comment)
  • -unavailable- added by udog (Posted a comment)
  • -unavailable- added by t0bias (Submitted the item)
  •  

    Do you think this task is very important?
    If so, you can click here to add your encouragement to it.
    This task has 0 encouragements so far.

    Only logged-in users can vote.

     

    Please enter the title of George Orwell's famous dystopian book (it's a date):

     

     

    Follow 4 latest changes.

    Date Changed By Updated Field Previous Value => Replaced By
    Wed 09 Jan 2008 02:12:33 PM UTCstrkStatusReady For Test=>Fixed
      Open/ClosedOpen=>Closed
    Tue 08 May 2007 03:07:41 PM UTCmartinwguySummaryMake: t-es.gmo File or Directory not found=>Make: t-es.gmo File or Directory not found (bcos gettext's "msgfmt" missing)
    Fri 20 Apr 2007 12:11:48 PM UTCudogStatusNone=>Ready For Test

    Back to the top


    Powered by Savane 3.1-cleanup1