gnash-dev
[Top][All Lists]
Advanced

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

[Gnash-dev] Re: need build help for OpenBSD 4.7 & Gnash 0.8.7


From: Ken Dickey
Subject: [Gnash-dev] Re: need build help for OpenBSD 4.7 & Gnash 0.8.7
Date: Fri, 18 Jun 2010 10:16:44 -0700
User-agent: KMail/1.9.10

On Friday 18 June 2010 07:59:42 am Petter Reinholdtsen wrote:
> My guess would be that the variable supposed to point to libtool is
> empty.

I tried both the installed version of libtool [1.5.26] and the newer version 
[2.2.8] but both seem to indicate the (same) lack of parametrization for 
OpenBSD.

[Note that libtool 2.2.8 does NOT pass its test suite].

Did anyone there get Gnash to build on OpenBSD?

Thanks much,
-KenD

=====================================
$ gmake -e LIBTOOL=/home/kend/libtool-2.2.8/libtool
gmake  all-recursive
gmake[1]: Entering directory `/home/kend/Flash/gnash-0.8.7'
Making all in libbase
gmake[2]: Entering directory `/home/kend/Flash/gnash-0.8.7/libbase'
if /home/kend/libtool-2.2.8/libtool --tag=CC --mode=compile 
gcc -DHAVE_CONFIG_H -I. -I. -I..  -I../libltdl -I../libltdl 
-I/usr/local/include  -g -O2     -W     -Wall     -Wcast-align     -Wcast-qual  
   -Wpointer-arith     -Wreturn-type     -Wmissing-declarations     
-Wmissing-prototypes     -Wstrict-prototypes      -MT 
libltdlc_la-ltdl.lo -MD -MP -MF ".deps/libltdlc_la-ltdl.Tpo" -c -o 
libltdlc_la-ltdl.lo `test -f '../libltdl/ltdl.c' || 
echo './'`../libltdl/ltdl.c; \
        then mv -f ".deps/libltdlc_la-ltdl.Tpo" ".deps/libltdlc_la-ltdl.Plo"; 
else 
rm -f ".deps/libltdlc_la-ltdl.Tpo"; exit 1; fi
libtool: compile:  
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../libltdl -I../libltdl -I/usr/local/include 
-g -O2 -W -Wall -Wcast-align -Wcast-qual -Wpointer-arith -Wreturn-type 
-Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -MT 
libltdlc_la-ltdl.lo -MD -MP -MF .deps/libltdlc_la-ltdl.Tpo -c ../libltdl/ltdl.c 
 -fPIC -DPIC -o .libs/libltdlc_la-ltdl.o
In file included from ../libltdl/ltdl.c:46:
/usr/include/malloc.h:4:2: warning: #warning "<malloc.h> is obsolete, use 
<stdlib.h>"
../libltdl/ltdl.c: In function `rpl_strdup':
../libltdl/ltdl.c:278: warning: implicit declaration of function `strlen'
../libltdl/ltdl.c:281: warning: implicit declaration of function `strcpy'
../libltdl/ltdl.c: At top level:
../libltdl/ltdl.c:575: error: syntax error before "rpl_argz_append"
../libltdl/ltdl.c:575: warning: type defaults to `int' in declaration of 
`rpl_argz_append'
../libltdl/ltdl.c:575: warning: data definition has no type or storage class
../libltdl/ltdl.c:579: error: syntax error before "rpl_argz_append"
../libltdl/ltdl.c:580: warning: return type defaults to `int'
../libltdl/ltdl.c: In function `rpl_argz_append':
../libltdl/ltdl.c:600: error: `ENOMEM' undeclared (first use in this function)
...
../libltdl/ltdl.c: At top level:
../libltdl/ltdl.c:872: error: `LTDL_OBJDIR' undeclared here (not in a 
function)
../libltdl/ltdl.c:1970: warning: function declaration isn't a prototype
../libltdl/ltdl.c: In function `presym_init':
../libltdl/ltdl.c:1970: warning: unused parameter `loader_data'
...
../libltdl/ltdl.c: In function `argzize_path':
../libltdl/ltdl.c:2656: error: syntax error before "error"
../libltdl/ltdl.c:2662: error: `error' undeclared (first use in this function)
...
../libltdl/ltdl.c:3154: error: `FILE' undeclared (first use in this function)
../libltdl/ltdl.c:3154: error: `file' undeclared (first use in this function)
../libltdl/ltdl.c:3178: warning: comparison between signed and unsigned
../libltdl/ltdl.c:3180: warning: implicit declaration of function `isalnum'
../libltdl/ltdl.c:3246: warning: implicit declaration of function `fclose'
../libltdl/ltdl.c:3252: warning: implicit declaration of function `feof'
../libltdl/ltdl.c:3255: warning: implicit declaration of function `fgets'
../libltdl/ltdl.c:3281: warning: implicit declaration of function `strncmp'
../libltdl/ltdl.c:3325: warning: assignment discards qualifiers from pointer 
target type
../libltdl/ltdl.c: In function `lt_dlopenext':
....
gmake[2]: *** [libltdlc_la-ltdl.lo] Error 1
gmake[2]: Leaving directory `/home/kend/Flash/gnash-0.8.7/libbase'
gmake[1]: *** [all-recursive] Error 1
gmake[1]: Leaving directory `/home/kend/Flash/gnash-0.8.7'
gmake: *** [all] Error 2
$ 
=====================================



reply via email to

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