Opened 21 years ago

Closed 19 years ago

#21 closed Bugs (Out of Date)

Can't compile transitive closure example

Reported by: nobody Owned by: jsiek
Milestone: Component: graph
Version: None Severity:
Keywords: Cc:

Description

I am using borland turbo c++.
i've download the zip version of the boost library and 
try the transitive closure in the lib\example
but i can't run it. it keeps saying "Unable to Open 
Include file 'boost/graph/transitive_closure.hpp'"

The path in include directories is correct. but when i 
look in the code of 'Transitive_closure.hpp',
i've found '#include <vector>'. When i look for this 
file i can't find it.

How can i correctly run this example?

Thanks,
gobilums@aol.com

Change History (2)

comment:1 by jsiek, 21 years ago

Logged In: YES 
user_id=32836

If you include path is set correctly, I don't know why it 
can't find transitive_closure.hpp. The file is there after 
all. As for #include <vector>. That file is part of the C++ 
Standard Library, which is provided by your compiler. 
That file is in a subdirectory of the Borland compiler.

comment:2 by Vladimir Prus, 19 years ago

Status: assignedclosed
Note: See TracTickets for help on using tickets.