Date: Mon, 28 Aug 2000 23:43:22 -0600 From: Alex <alex@aspenworks.com> To: free <freebsd-isp@FreeBSD.ORG> Subject: Flash - C-code library Message-ID: <39AB4D7A.FA9A7CF0@aspenworks.com>
next in thread | raw e-mail | index | archive | help
This is a multi-part message in MIME format. --------------84C92A38C7D77F9982917F4A Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit This is a question for coders.. I'm building a website which requires some Flash output. We've decided to play around with Paul Haeberli's 'C' library for Flash movies.. Looks very interesting. I've read the docs, no luck building the example application. Seems the binary for FreeBSD is too old.. nm reports, unknown file format. The Linux version appears readable using the FreeBSD 'nm' command. However compiling the example program doesn't work.. An undefined variable - Anyone had luck with this? Has the source been released? New binaries? Work around? Cheers, -AH gcc swftest.c -o swftest libswf.a -lm libswf.a(swfimage.o): In function `swf_definebitmap': swfimage.o(.text+0x672): warning: mktemp() possibly used unsafely; consider using mkstemp() libswf.a(swflib.o): In function `ss_0173': swflib.o(.text+0xec): undefined reference to `_IO_stderr_' libswf.a(swflib.o): In function `ss_0242': swflib.o(.text+0x721): undefined reference to `_IO_stderr_' libswf.a(swflib.o): In function `swf_endsymbol': swflib.o(.text+0x836): undefined reference to `_IO_stderr_' libswf.a(swfio.o): In function `swf_openfile': swfio.o(.text+0x126): undefined reference to `_IO_stdout_' swfio.o(.text+0x149): undefined reference to `_IO_stderr_' libswf.a(swfio.o): In function `swf_closefile': swfio.o(.text+0x44f): undefined reference to `_IO_stderr_' swfio.o(.text+0x530): undefined reference to `_IO_stdout_' libswf.a(swfio.o): In function `swf_setframe': swfio.o(.text+0x5a0): undefined reference to `_IO_stderr_' libswf.a(swfio.o): In function `ss_0345': swfio.o(.text+0x822): undefined reference to `_IO_stderr_' libswf.a(swfutil.o): In function `ss_0324': swfutil.o(.text+0x1b0): undefined reference to `_IO_stderr_' libswf.a(swffont.o): In function `swf_getfontinfo': swffont.o(.text+0x126): undefined reference to `_IO_stderr_' libswf.a(swffont.o): In function `swf_setfont': swffont.o(.text+0x199): undefined reference to `_IO_stderr_' A C Library for Writing Flash Movies Paul Haeberli Silicon Graphics paul@sgi.com Version 0.99 10 Feb 1999 --------------84C92A38C7D77F9982917F4A Content-Type: text/x-vcard; charset=us-ascii; name="alex.vcf" Content-Transfer-Encoding: 7bit Content-Description: Card for Alex Content-Disposition: attachment; filename="alex.vcf" begin:vcard n:; x-mozilla-html:FALSE adr:;;;;;; version:2.1 end:vcard --------------84C92A38C7D77F9982917F4A-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?39AB4D7A.FA9A7CF0>