My gnash has been updated to the lastest cvs version. configure cmd: ./configure --enable-gui=SDL --enable-renderer=AGG --disable-plugins --enable-jpeg --enable-png --disable-glext --enable-gstreamer=no --enable-media=ffmpeg --with-x=no --disable-xml
gnumake log: g++ -DHAVE_CONFIG_H -I. -I. -I.. -DPLUGINSDIR=\"/usr/local/lib/gnash/plugins\" -I.. -I. -I.. -I../libamf -I../server -I../server/swf -pthread -I/usr/include/libxml2 -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/include -I../libltdl -g -O2 -pthread -pthread -W -Wall -Wcast-align -Wcast-qual -Wpointer-arith -Wreturn-type -fvisibility-inlines-hidden -MT libgnashbase_la-network.lo -MD -MP -MF .deps/libgnashbase_la-network.Tpo -c network.cpp -fPIC -DPIC -o .libs/libgnashbase_la-network.o g++ -DHAVE_CONFIG_H -I. -I. -I.. -DPLUGINSDIR=\"/usr/local/lib/gnash/plugins\" -I.. -I. -I.. -I../libamf -I../server -I../server/swf -pthread -I/usr/include/libxml2 -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/include -I../libltdl -g -O2 -pthread -pthread -W -Wall -Wcast-align -Wcast-qual -Wpointer-arith -Wreturn-type -fvisibility-inlines-hidden -MT libgnashbase_la-network.lo -MD -MP -MF .deps/libgnashbase_la-network.Tpo -c network.cpp -o libgnashbase_la-network.o >/dev/null 2>&1 make[2]: *** No rule to make target `postscript.cpp', needed by `libgnashbase_la-postscript.lo'. Stop. make[2]: Leaving directory `/root/disk/gnash-git/libbase' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/root/disk/gnash-git' make: *** [all] Error 2 CVS log show this file deleted by nihilus three days ago, cvs log libbase/postscript.cpp 1 2 RCS file: /sources/gnash/gnash/libbase/Attic/postscript.cpp,v 3 Working file: libbase/postscript.cpp 4 head: 1.11 5 branch: 6 locks: strict 7 access list: 8 symbolic names: 9 >___release_0_8_2_final: 1.10 10 >___release_0_8_2_rc1: 1.10.0.8 11 >___release_0_8_1_final: 1.10 12 >___release_0_8_1_rc4: 1.10 13 >___release_0_8_1_rc3: 1.10 14 >___release_0_8_1_rc2: 1.10 15 >___release_0_8_1_rc1: 1.10 16 >___release_0_8_1: 1.10.0.6 17 >___release_0_8_0_final: 1.10 18 >___release-0-8-0-final: 1.10 19 >___release-0-8-0: 1.10.0.4 20 >___release-0-8-8-0: 1.10.0.2 21 >___release_0_7_2_final: 1.9 22 >___release_0_7_2: 1.9.0.2 23 >___release_0_7_1: 1.2 24 keyword substitution: kv 25 total revisions: 11;>___selected revisions: 11 26 description: 27 ---------------------------- 28 revision 1.11 29 date: 2008-03-22 03:59:30 +0000; author: nihilus; state: dead; lines: +0 -0; commitid: JnJOb1iiLNuhB4Ws; 30 Unused garbage as well as PD-licensed. On demand we'll write our own implementation. 31 ---------------------------- 32 revision 1.10 33 date: 2007-02-10 18:27:37 +0000; author: nihilus; state: Exp; lines: +1 -0; 34 namespace std; 35 ---------------------------- Seems Makefile.in not updated for this change. libbase/Makefile.in : 103 am__libgnashbase_la_SOURCES_DIST = config.cpp dlmalloc.c extension.cpp \ 104 >___image.cpp jpeg.cpp lirc.cpp log.cpp membuf.cpp memory.cpp \ 105 >___network.cpp postscript.cpp rc.cpp shm.cpp sharedlib.cpp \ 106 >___string_table.cpp tu_file.cpp tu_file_SDL.cpp tu_timer.cpp \ 107 >___WallClockTimer.cpp utf8.cpp utility.cpp curl_adapter.cpp \ 108 >___noseek_fd_adapter.cpp zlib_adapter.cpp URL.cpp LoadThread.cpp \ 109 >___FLVParser.cpp GC.cpp BitsReader.cpp arg_parser.cpp 110 @[EMAIL PROTECTED] = libgnashbase_la-dlmalloc.lo 111 @[EMAIL PROTECTED] = libgnashbase_la-tu_file_SDL.lo 112 am_libgnashbase_la_OBJECTS = libgnashbase_la-config.lo \ 113 >___$(am__objects_1) libgnashbase_la-extension.lo \ 114 >___libgnashbase_la-image.lo libgnashbase_la-jpeg.lo \ 115 >___libgnashbase_la-lirc.lo libgnashbase_la-log.lo \ 116 >___libgnashbase_la-membuf.lo libgnashbase_la-memory.lo \ 117 >___libgnashbase_la-network.lo libgnashbase_la-postscript.lo \ 118 >___libgnashbase_la-rc.lo libgnashbase_la-shm.lo \ 119 >___libgnashbase_la-sharedlib.lo libgnashbase_la-string_table.lo \ 120 >___libgnashbase_la-tu_file.lo $(am__objects_2) \ 121 >___libgnashbase_la-tu_timer.lo libgnashbase_la-WallClockTimer.lo \ 122 >___libgnashbase_la-utf8.lo libgnashbase_la-utility.lo \ 123 >___libgnashbase_la-curl_adapter.lo \ 124 >___libgnashbase_la-noseek_fd_adapter.lo \ 125 >___libgnashbase_la-zlib_adapter.lo libgnashbase_la-URL.lo \ 126 >___libgnashbase_la-LoadThread.lo libgnashbase_la-FLVParser.lo \ 127 >___libgnashbase_la-GC.lo libgnashbase_la-BitsReader.lo \ 128 >___libgnashbase_la-arg_parser.lo -- FIXME if it is wrong. _______________________________________________ Gnash-dev mailing list [email protected] http://lists.gnu.org/mailman/listinfo/gnash-dev

