Hello,

I installed NetBSD-3.0 on my machine.
Now I got the error.

In file included from ../libbase/ref_counted.h:30,
                 from ../server/gnash.h:40,
                 from parser.cpp:45:
../libbase/smart_ptr.h:20:35: boost/intrusive_ptr.hpp: No such file or
directory
*** Error code 1

Stop.
make: stopped in /home/user/cvs/gnash/utilities
*** Error code 1


I am not sure why the error does not happen on Linux.
Anyway, I attach the patch to fix it.

Thank you,
Hiroyuki Ikezoe
Index: utilities/Makefile.am
===================================================================
RCS file: /sources/gnash/gnash/utilities/Makefile.am,v
retrieving revision 1.37
diff -u -p -r1.37 Makefile.am
--- utilities/Makefile.am	10 Nov 2006 23:07:47 -0000	1.37
+++ utilities/Makefile.am	13 Nov 2006 07:49:17 -0000
@@ -44,6 +44,7 @@ INCLUDES = -I.. \
         -I$(top_srcdir)/libbase \
         -I$(top_srcdir)/server \
         -I$(top_srcdir)/server/parser \
+	$(BOOST_CFLAGS) \
         $(LIBXML_CFLAGS)
 
 if USE_FFMPEG_ENGINE
_______________________________________________
Gnash-dev mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/gnash-dev

Reply via email to