gnash
[Top][All Lists]
Advanced

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

[Gnash] Re: gnash only creates blank standalone window.....


From: Jonas Wolz
Subject: [Gnash] Re: gnash only creates blank standalone window.....
Date: Fri, 21 Apr 2006 11:44:29 +0200
User-agent: KNode/0.9.3

Rob Savoye wrote:
>    The --with-sdl-* options to configure should let you redefine these
> paths without manually setting the FLAGS.

Unfortunately that does not work for me. :-( 
See below for an excerpt from config.log.

Even if I create a symlink /usr/local/lib/libSDL.so -> libSDL-1.1.so it
still doesn't work.

I have to use LDFLAGS='-L/usr/local/lib -pthread' to make configure "find"
SDL (without -pthread gcc complains about undefined references in
config.log).

Of course, as you are planning to drop SDL anyway it's probably not worth
fixing it, I only wanted to point out that it doesn't work for me. 
(Maybe the reason is that something is broken on my system, I don't know...)

Jonas


Called as "./configure --with-sdl-incl=/usr/local/include/SDL11
--with-sdl-lib=/usr/local/lib":
===============================================================================
configure:23185: checking for libogg library
configure:23192: result: -L/usr/local/lib
configure:23454: checking for sdl library
configure:23476: checking for SDL_Init in -lSDL
configure:23506: gcc -o conftest -g -O2  -DQT_THREAD_SUPPORT  -D_THREAD_SAFE  
conftest.c -lSDL   >&5
/usr/bin/ld: cannot find -lSDL
configure:23512: $? = 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_STRLCAT 1
| #define HAVE_STRLCAT_PROTO 1
| #define HAVE_STRLCPY 1
| #define HAVE_STRLCPY_PROTO 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_RES_INIT 1
| #define HAVE_RES_INIT_PROTO 1
| #define SIZEOF_INT 4
| #define SIZEOF_SHORT 2
| #define SIZEOF_LONG 4
| #define SIZEOF_CHAR_P 4
| #define SIZEOF_SIZE_T 4
| #define SIZEOF_UNSIGNED_LONG 4
| #define HAVE_VSNPRINTF 1
| #define HAVE_SNPRINTF 1
| #define KDELIBSUFF ""
| #define HAVE_LIBPTHREAD 1
| #define USE_FORK
| #define HAVE_LIBXML 1
| #define ENABLE_TESTING
| #define USE_DOM
| #define HAVE_SHM_OPEN 1
| #define HAVE_STRCASECMP 1
| #define HAVE_VSNPRINTF 1
| #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
| /* end confdefs.h.  */
| 
| /* Override any gcc2 internal prototype to avoid an error.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| /* We use char because int might match the return type of a gcc2
|    builtin and then its argument prototype would still apply.  */
| char SDL_Init ();
| int
| main ()
| {
| SDL_Init ();
|   ;
|   return 0;
| }
configure:23538: result: no
configure:23544: checking for SDL library
configure:23617: checking for SDL_mixer header
===============================================================================






reply via email to

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