I found one more.

2006-11-14 (Tue) の 03:59 +0900 に Hiroyuki Ikezoe さんは書きました:
> 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

Index: testsuite/Makefile.am
===================================================================
RCS file: /sources/gnash/gnash/testsuite/Makefile.am,v
retrieving revision 1.20
diff -u -p -r1.20 Makefile.am
--- testsuite/Makefile.am	2 Nov 2006 14:35:35 -0000	1.20
+++ testsuite/Makefile.am	14 Nov 2006 02:37:03 -0000
@@ -30,6 +30,7 @@ libtestsuite_la_CXXFLAGS = \
         -I$(top_srcdir)/libbase \
         -I$(top_srcdir)/server  \
         -I$(top_srcdir)/server/parser  \
+	$(BOOST_CFLAGS) \
 	$(NULL)
 
 check: check-recursive
_______________________________________________
Gnash-dev mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/gnash-dev

Reply via email to