[BGL] adjacency_matrix BUG
Hi I compiled the adjacency matrix example in libs/graph/example/adjacency_matrix.cpp however, the output is totally different than expected http://www.boost.org/libs/graph/doc/adjacency_matrix.html it seems that something wrong in out_edges() have any idea? thanks a lot hcyeh
I am using VS.NET and can't compile it at all as it tells me that print_vertices, print_edges, and print_graph are not in namespace boost and are undefined. Does anyone know why I am getting these errors? Thanks! Jon Agiato JonAgiato@nyc.rr.com ----- Original Message ----- From: mycia To: boost-users@yahoogroups.com Sent: Sunday, November 10, 2002 4:04 PM Subject: [Boost-Users] [BGL] adjacency_matrix BUG Hi I compiled the adjacency matrix example in libs/graph/example/adjacency_matrix.cpp however, the output is totally different than expected http://www.boost.org/libs/graph/doc/adjacency_matrix.html it seems that something wrong in out_edges() have any idea? thanks a lot hcyeh [Non-text portions of this message have been removed]
On Sunday 10 November 2002 04:35 pm, Jon Agiato wrote:
I am using VS.NET and can't compile it at all as it tells me that print_vertices, print_edges, and print_graph are not in namespace boost and are undefined. Does anyone know why I am getting these errors? Thanks!
Jon Agiato JonAgiato@nyc.rr.com
Did you #include
----- Original Message ----- From: Douglas Gregor To: Boost-Users@yahoogroups.com Sent: Monday, November 11, 2002 9:10 AM Subject: Re: [Boost-Users] [BGL] adjacency_matrix BUG On Sunday 10 November 2002 04:35 pm, Jon Agiato wrote:
I am using VS.NET and can't compile it at all as it tells me that print_vertices, print_edges, and print_graph are not in namespace boost and are undefined. Does anyone know why I am getting these errors? Thanks!
Jon Agiato JonAgiato@nyc.rr.com
Did you #include
I found that
if compiling with boost 1.24.0 ... it works fine
but compiling with boost 1.28.0 and 1.29.0 ... WRONG
any idea?
"mycia"
Hi
I compiled the adjacency matrix example in libs/graph/example/adjacency_matrix.cpp however, the output is totally different than expected http://www.boost.org/libs/graph/doc/adjacency_matrix.html
it seems that something wrong in out_edges()
have any idea?
thanks a lot
hcyeh
Info: http://www.boost.org Wiki: http://www.crystalclearsoftware.com/cgi-bin/boost_wiki/wiki.pl Unsubscribe: mailto:boost-users-unsubscribe@yahoogroups.com
Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/
This must be a mystery as I asked this question a while ago and still haven't gotten a single response. I was trying to compile with version 1_29_0, but will try it with 1_24_0.
Jon Agiato
JonAgiato@nyc.rr.com
----- Original Message -----
From: mycia
To: boost-users@yahoogroups.com
Sent: Monday, November 11, 2002 12:05 AM
Subject: [Boost-Users] Re: [BGL] adjacency_matrix BUG
I found that
if compiling with boost 1.24.0 ... it works fine
but compiling with boost 1.28.0 and 1.29.0 ... WRONG
any idea?
"mycia"
Hi
I compiled the adjacency matrix example in libs/graph/example/adjacency_matrix.cpp however, the output is totally different than expected http://www.boost.org/libs/graph/doc/adjacency_matrix.html
it seems that something wrong in out_edges()
have any idea?
thanks a lot
hcyeh
Info: http://www.boost.org Wiki: http://www.crystalclearsoftware.com/cgi-bin/boost_wiki/wiki.pl Unsubscribe: mailto:boost-users-unsubscribe@yahoogroups.com
Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/
Info: http://www.boost.org Wiki: http://www.crystalclearsoftware.com/cgi-bin/boost_wiki/wiki.pl Unsubscribe: mailto:boost-users-unsubscribe@yahoogroups.com Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service. [Non-text portions of this message have been removed]
On Mon, Nov 11, 2002 at 07:34:28AM -0500, Jon Agiato wrote:
This must be a mystery as I asked this question a while ago and still haven't gotten a single response. I was trying to compile with version 1_29_0, but will try it with 1_24_0.
FWIW, the lack of response may be due to how your message was phrased. The message from mycia, for example, is rather vague. I recommend reading http://www.chiark.greenend.org.uk/~sgtatham/bugs.html
Jon Agiato JonAgiato@nyc.rr.com
----- Original Message ----- From: mycia To: boost-users@yahoogroups.com Sent: Monday, November 11, 2002 12:05 AM Subject: [Boost-Users] Re: [BGL] adjacency_matrix BUG
I found that if compiling with boost 1.24.0 ... it works fine but compiling with boost 1.28.0 and 1.29.0 ... WRONG
any idea?
"mycia"
????? news:aqmhfu$dr9$1@main.gmane.org... Hi
I compiled the adjacency matrix example in libs/graph/example/adjacency_matrix.cpp however, the output is totally different than expected http://www.boost.org/libs/graph/doc/adjacency_matrix.html
it seems that something wrong in out_edges()
have any idea?
thanks a lot
hcyeh
Info: http://www.boost.org Wiki: http://www.crystalclearsoftware.com/cgi-bin/boost_wiki/wiki.pl Unsubscribe: mailto:boost-users-unsubscribe@yahoogroups.com
Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/
Info: http://www.boost.org Wiki: http://www.crystalclearsoftware.com/cgi-bin/boost_wiki/wiki.pl Unsubscribe: mailto:boost-users-unsubscribe@yahoogroups.com
Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.
[Non-text portions of this message have been removed]
Info: http://www.boost.org Wiki: http://www.crystalclearsoftware.com/cgi-bin/boost_wiki/wiki.pl Unsubscribe: mailto:boost-users-unsubscribe@yahoogroups.com
Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/
There was a bug reported a week or so ago that may have messed up this
example. However, that bug has been fixed. I ran the adjacency_matrix.cpp
example just now with the latest CVS snapshop and it seems to work.
Regards,
jeremy
On Mon, 11 Nov 2002, mycia wrote:
yg-boo> I found that
yg-boo> if compiling with boost 1.24.0 ... it works fine
yg-boo> but compiling with boost 1.28.0 and 1.29.0 ... WRONG
yg-boo>
yg-boo> any idea?
yg-boo>
yg-boo>
yg-boo> "mycia"
participants (5)
-
Douglas Gregor
-
Jeremy Siek
-
Jon Agiato
-
mycia
-
Steve M. Robbins