gnash
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Gnash] gtkgl usability????


From: annonygmouse
Subject: Re: [Gnash] gtkgl usability????
Date: Thu, 30 Mar 2006 23:12:35 +0200
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; ca-AD; rv:1.7.12) Gecko/20060207 Debian/1.7.12-1.1

Rob Savoye wrote:
> annonygmouse wrote:
>
>> Hi, I'm trying to get gnash to compile against gtk2... with no luck...
>
>
>   Were your errors before or after building configure with autogen.sh ?
> It looks like it found the correct path, but the only way to really tell
>  what's happening is to run "sh -x ./configure", and go through the
> output. This will show you all the shell commands and stuff as it
> executes the configure script.
>
>   Also at the end of configuring, it'll print the paths it found.
>
>     - rob -

Here's what I've done:

rm -fr gnash

export CVS_RSH="ssh" && cvs -z3
-d:pserver:address@hidden:/sources/gnash co gnash

address@hidden:~$ cd gnash
address@hidden:~/gnash$ ./autogen.sh
processing .
Running aclocal -I macros  ...
/usr/share/aclocal/smpeg.m4:13: warning: underquoted definition of
AM_PATH_SMPEG
  run info '(automake)Extending aclocal'
  or see http://sources.redhat.com/automake/automake.html#Extending-aclocal
/usr/share/aclocal/libmcrypt.m4:17: warning: underquoted definition of
AM_PATH_LIBMCRYPT
/usr/share/aclocal/gtkgl.m4:4: warning: underquoted definition of
AM_PATH_GTKGL
/usr/share/aclocal/glib.m4:8: warning: underquoted definition of
AM_PATH_GLIB
Running autoheader...
Running automake --gnu  ...
Running autoconf ...
address@hidden:~/gnash$


sh -x ./configure

< snippet >

And at the end of the execution I don't see the paths you said...

Here's the important part of config.log, and in
http://sebastia.homelinux.net/~jo/varis/gnash/ you can download both,
config.log and configure.

If you need more info, please let me know.

configure:24526: checking for the Gtk GL Extensions Version
configure:24547: result: 1.0
configure:24566: checking gtk/gtkgl.h usability
configure:24578: gcc -c -g -O2  -DQT_THREAD_SUPPORT  -D_REENTRANT
conftest.c >&5
conftest.c:104:23: error: gtk/gtkgl.h: No such file or directory
configure:24584: $? = 1
configure: failed program was:
| /* confdefs.h.  */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "gnash"
| #define VERSION "0.7"
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define HAVE_SGI_STL 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_CRYPT 1
| #define kde_socklen_t socklen_t
| #define ksize_t socklen_t
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_SYS_BITYPES_H 1
| #define HAVE_RES_INIT 1
| #define HAVE_RES_INIT 1
| #define HAVE_RES_INIT_PROTO 1
| #define SIZEOF_INT 4
| #define SIZEOF_SHORT 2
| #define SIZEOF_LONG 8
| #define SIZEOF_CHAR_P 8
| #define SIZEOF_SIZE_T 8
| #define SIZEOF_UNSIGNED_LONG 8
| #define HAVE_VSNPRINTF 1
| #define HAVE_SNPRINTF 1
| #define KDELIBSUFF ""
| #define HAVE_LIBPNG 1
| #define HAVE_LIBJPEG 1
| #define HAVE_LIBPTHREAD 1
| #define HAVE_LIBXML 1
| #define ENABLE_TESTING
| #define USE_DOM
| #define HAVE_MALLINFO 1
| #define HAVE_LIBRT 1
| #define HAVE_SHM_OPEN 1
| #define HAVE_STRCASECMP 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_FINITE
| #define HAVE_SYSCONF 1
| #define HAVE_SHMGET 1
| #define HAVE_SHMAT 1
| #define HAVE_MMAP 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_SOCKET 1
| #define GNU_HASH_MAP 1
| #define HASH_MAP_NS __gnu_cxx
| #define HAVE_JPEGLIB_H 1
| #define HAVE_PNG_H 1
| #define HAVE_SDL_H
| #define HAVE_SDL_MIXER_H
| #define HAVE_LIBSDL_MIXER 1
| #define HAVE_SDL_MIXER
| #define HAVE_GL_GL_H 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| #  include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <gtk/gtkgl.h>
configure:24606: result: no
configure:24610: checking gtk/gtkgl.h presence
configure:24620: gcc -E  -DQT_THREAD_SUPPORT  -D_REENTRANT conftest.c
conftest.c:70:23: error: gtk/gtkgl.h: No such file or directory
configure:24626: $? = 1
configure: failed program was:
| /* confdefs.h.  */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "gnash"
| #define VERSION "0.7"
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define HAVE_SGI_STL 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_CRYPT 1
| #define kde_socklen_t socklen_t
| #define ksize_t socklen_t
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_SYS_BITYPES_H 1
| #define HAVE_RES_INIT 1
| #define HAVE_RES_INIT 1
| #define HAVE_RES_INIT_PROTO 1
| #define SIZEOF_INT 4
| #define SIZEOF_SHORT 2
| #define SIZEOF_LONG 8
| #define SIZEOF_CHAR_P 8
| #define SIZEOF_SIZE_T 8
| #define SIZEOF_UNSIGNED_LONG 8
| #define HAVE_VSNPRINTF 1
| #define HAVE_SNPRINTF 1
| #define KDELIBSUFF ""
| #define HAVE_LIBPNG 1
| #define HAVE_LIBJPEG 1
| #define HAVE_LIBPTHREAD 1
| #define HAVE_LIBXML 1
| #define ENABLE_TESTING
| #define USE_DOM
| #define HAVE_MALLINFO 1
| #define HAVE_LIBRT 1
| #define HAVE_SHM_OPEN 1
| #define HAVE_STRCASECMP 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_FINITE
| #define HAVE_SYSCONF 1
| #define HAVE_SHMGET 1
| #define HAVE_SHMAT 1
| #define HAVE_MMAP 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_SOCKET 1
| #define GNU_HASH_MAP 1
| #define HASH_MAP_NS __gnu_cxx
| #define HAVE_JPEGLIB_H 1
| #define HAVE_PNG_H 1
| #define HAVE_SDL_H
| #define HAVE_SDL_MIXER_H
| #define HAVE_LIBSDL_MIXER 1
| #define HAVE_SDL_MIXER
| #define HAVE_GL_GL_H 1
| /* end confdefs.h.  */
| #include <gtk/gtkgl.h>
configure:24646: result: no
configure:24681: checking for gtk/gtkgl.h
configure:24688: result: no
configure:24700: checking for libglext header
configure:24752: checking for gtk_gl_init in -lgtkglext-x11-1.0
configure:24782: gcc -o conftest -g -O2  -DQT_THREAD_SUPPORT
-D_REENTRANT  conftest.c -lgtkglext-x11-1.0  -lSDL_mixer -lrt  >&5
configure:24788: $? = 0
configure:24791: test -z                         || test ! -s conftest.err
+ eval test -z '"$ac_c_werror_flag"' '||' test '!' -s conftest.err
++ test -z ''
configure:24794: $? = 0
configure:24797: test -s conftest
+ eval test -s 'conftest$ac_exeext'
++ test -s conftest
configure:24800: $? = 0
configure:24813: result: yes
configure:24856: result: yes
configure:24921: checking for the Gtk Version
configure:24942: result: 2.0
configure:24952: checking for gtk/gtkgl.h
configure:24957: result: no
configure:25095: checking for libgtk2 header
configure:25124: result: yes



Kind regards
SebastiĆ 

        
        
                
___________________________________________________________ 
Yahoo! Messenger - NEW crystal clear PC to PC calling worldwide with voicemail 
http://uk.messenger.yahoo.com





reply via email to

[Prev in Thread] Current Thread [Next in Thread]