On 02/25/2010 03:06 PM, Claudio Martella wrote:
On Tue, Feb 23, 2010 at 11:06 PM, Tiago de Paula Peixoto <tiago@forked.de> wrote:
On 02/23/2010 03:31 PM, Claudio Martella wrote:
I managed to compile graph-tool 2.2.5 and to solve linking problems with libcgal (thanks to tcb).
Could you please share what kind of problem you had with linking to cgal, and how you resolved it, so that I can incorporate the fix?
I believe it's a problem with cgal's build in macports. basically when i build graph_tool, the .so are linked to libCGAL with a relative path:
[...]
Do you have any suggestions?
Hm, not really... I have no idea why the full path is not used by the linker.
I'm using python 2.6. I solved by removing the reference in the documentation. that's weird indeed, opening the file with vim or less at that line didn't show anything worth mentioning!
I have now added encoding information in the python source files in the git repository, so that even if the files include utf-8 characters, it should not be a problem. Would you care to test if the problem is still there?
I finally managed to run grap_tool on my mac! :)
Congratulations! :-) Cheers, Tiago -- Tiago de Paula Peixoto <tiago@forked.de>