--- Plugin/Makefile.orig Mon Feb 15 19:15:44 1999 +++ Plugin/Makefile Mon Feb 15 19:10:52 1999 @@ -31,9 +31,9 @@ # Solaris (Sun compiler/linker) #SHARED=-G # FreeBSD -#SHARED=-Bshareable +SHARED=-Bshareable # Linux -SHARED=-shared +#SHARED=-shared CFLAGS= $(OPTIMIZER) $(PLUGIN_DEFINES) -I$(FLASH) -I/usr/X11R6/include LDFLAGS= $(FLASH)/libflash.o $(LIBCXX) --- Player/Makefile.orig Mon Feb 15 19:15:35 1999 +++ Player/Makefile Mon Feb 15 19:11:33 1999 @@ -1,5 +1,6 @@ FLASH=../Lib CPPFLAGS=-I$(FLASH) +CFLAGS=-I$(FLASH) -I/usr/X11R6/include LIBS = $(FLASH)/libflash.o -L/usr/X11R6/lib -lX11 -lXext swfplayer: main.o $(FLASH)/libflash.o --- Lib/Makefile.orig Mon Feb 15 19:14:22 1999 +++ Lib/Makefile Mon Feb 15 19:10:03 1999 @@ -1,6 +1,6 @@ CPPFLAGS=-O3 -I/usr/X11R6/include # Comment out the following line if you use egcs : -CXXFLAGS=-fno-rtti -fno-exceptions +CXXFLAGS=-fno-rtti -I/usr/X11R6/include -DNOSOUND XLIB = -L/usr/X11R6/lib -lX11 -lXext SWFOBJS=\ --- Lib/graphic.cc.orig Mon Feb 15 19:17:19 1999 +++ Lib/graphic.cc Mon Feb 15 19:09:33 1999 @@ -24,6 +24,7 @@ #include #include #include +#include #include #include #include