yangshun2532 / k-shortest-paths

Automatically exported from code.google.com/p/k-shortest-paths
0 stars 0 forks source link

Compiling issues #16

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What version of the product are you using? On what operating system?
Visual Studio 2008, Windows

Please provide any additional information below.
I have downloaded the "KShortestPath_1.0.3.zip" C++ version and I have 
unzipped the Boost library files. I have added the Boost location in the 
project->Linker->Additional Library Directories

But still when I try to compile the k-shortest-paths program I get the 
following errors
d:\kshortestpath_1.0.3\qyshortestpath.h(39) : fatal error C1083: Cannot 
open include file: 'boost/graph/adjacency_list.hpp': No such file or 
directory

Any idea what is wrong?

Thanks in advance.

Anand.

Original issue reported on code.google.com by anandvin...@gmail.com on 2 Jun 2010 at 3:01

GoogleCodeExporter commented 8 years ago
Could you please search this hpp file locally? See if you set the correct 
directory
path. 

By the way, the implementation is not absolutely correct, as I mentioned in the 
wiki.
There is a bug in the original algorithm. I have fixed it in java version. Now 
I am
working on the cpp version. Hope it will be done soon. 

Original comment by yan.qi....@gmail.com on 2 Jun 2010 at 5:48