Closed luoq closed 12 years ago
I'll take a look soon. Thanks for sending the info and the pull request.
See the error log of compiling shortest_paths.cc in http://pastebin.com/F2aFfDyL
It looks like there is something wrong with the weight vector derived from the csr array, I'll have to take a look. It'll be a little bit. Do you need this soon?
David
On Wednesday, November 9, 2011 at 6:59 AM, Qiang Luo wrote:
See the error log of compiling shortest_paths.cc in http://pastebin.com/F2aFfDyL
Reply to this email directly or view it on GitHub: https://github.com/dgleich/matlab-bgl/issues/8#issuecomment-2680420
I'm using version 4.0 with precompiled mex files currently.So it's not urgent.
See the error log of compiling layouts.cc http://pastebin.com/71fZ7k15
I'm starting to work on this one, will let you know when it's finished.
Okay, I've got it compiling on osx and ubuntu 10.10 (gcc-4.4) with Boost 1.48. Can you check if the v5 branch will compile on your platform now too?
libmbgl compiles well with boost 1.47 and gcc 4.6.2 in archlinux(32bit).And in my new 64bit laptop with gentoo ,boost 1.46.1 and gcc 4.5.3,it works too.But some minor problem in max_flow_mex.c needs to be fixed so that compile.m works.See my pull request.Maybe you want to clean the edmo(u)ds in the documents and matlab function option name.
Fixed. Sorry about those. I hadn't gotten around to testing things in Matlab yet.