From owner-freebsd-isp Mon Aug 28 22:43:44 2000 Delivered-To: freebsd-isp@freebsd.org Received: from aspenworks.com (aspenworks.com [192.94.236.1]) by hub.freebsd.org (Postfix) with ESMTP id 0DBAF37B42C for ; Mon, 28 Aug 2000 22:43:41 -0700 (PDT) Received: from aspenworks.com (hh1127215.direcpc.com [206.71.127.215]) by aspenworks.com (8.11.0/8.11.0) with ESMTP id e7T5hV818682 for ; Mon, 28 Aug 2000 23:43:32 -0600 (MDT) Message-ID: <39AB4D7A.FA9A7CF0@aspenworks.com> Date: Mon, 28 Aug 2000 23:43:22 -0600 From: Alex Reply-To: alex@aspenworks.com X-Mailer: Mozilla 4.73 [en] (Win98; U) X-Accept-Language: en MIME-Version: 1.0 To: free Subject: Flash - C-code library Content-Type: multipart/mixed; boundary="------------84C92A38C7D77F9982917F4A" Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org 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