I found many.. after I installed curl.

2006-11-14 (Tue) の 11:38 +0900 に Hiroyuki Ikezoe さんは書きました:
> 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
> 
> _______________________________________________
> Gnash-dev mailing list
> [email protected]
> http://lists.gnu.org/mailman/listinfo/gnash-dev
Index: server/Makefile.am
===================================================================
RCS file: /sources/gnash/gnash/server/Makefile.am,v
retrieving revision 1.86
diff -u -p -r1.86 Makefile.am
--- server/Makefile.am	13 Nov 2006 17:10:57 -0000	1.86
+++ server/Makefile.am	14 Nov 2006 10:40:03 -0000
@@ -40,7 +40,9 @@ INCLUDES = \
         -I$(top_srcdir)	\
 	$(PTHREAD_CFLAGS) \
 	$(DMALLOC_CFLAGS) \
-        $(LIBXML_CFLAGS)
+	$(BOOST_CFLAGS) \
+        $(LIBXML_CFLAGS) \
+	$(NULL)
 
 libgnashserver_la_SOURCES = \
 	as_object.cpp	\
Index: server/asobj/Makefile.am
===================================================================
RCS file: /sources/gnash/gnash/server/asobj/Makefile.am,v
retrieving revision 1.16
diff -u -p -r1.16 Makefile.am
--- server/asobj/Makefile.am	13 Nov 2006 17:10:57 -0000	1.16
+++ server/asobj/Makefile.am	14 Nov 2006 10:40:03 -0000
@@ -37,7 +37,9 @@ INCLUDES = \
         -I$(top_srcdir)	\
 	$(PTHREAD_CFLAGS) \
 	$(DMALLOC_CFLAGS) \
-        $(LIBXML_CFLAGS)
+	$(BOOST_CFLAGS) \
+        $(LIBXML_CFLAGS) \
+	$(NULL)
 
 #        $(ZLIB_CFLAGS) \
 #        $(OGG_CFLAGS) \
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 10:40: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
Index: testsuite/server/Makefile.am
===================================================================
RCS file: /sources/gnash/gnash/testsuite/server/Makefile.am,v
retrieving revision 1.12
diff -u -p -r1.12 Makefile.am
--- testsuite/server/Makefile.am	29 Oct 2006 18:34:18 -0000	1.12
+++ testsuite/server/Makefile.am	14 Nov 2006 10:40:03 -0000
@@ -26,6 +26,7 @@ INCLUDES = -I.. \
         -I$(top_srcdir)/testsuite  \
         -I$(top_srcdir)/libbase  \
         -I$(top_srcdir)/server  \
+	$(BOOST_CFLAGS) \
 	$(NULL)
 
 check_PROGRAMS = \
_______________________________________________
Gnash-dev mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/gnash-dev

Reply via email to