Menu

#601 tulip-config outputs an extra slash in lib paths

3.5.x
closed-fixed
nobody
5
2012-03-30
2011-07-22
Anonymous
No

On Ubuntu 11.04 64bit, Tulip 3.6 was installed from source via the default CMake installation.

From this the output of tulip-config contains an extra backslash between the lib directory and the name of the lib for the options:
libs, lig_tulip and lib_ogl.

For example,
tulip-config --libs

produced
/usr/local/lib//libtulip-3.6.so /usr/local/lib//libgzstream.so /usr/local/lib//libtulip-ogl-3.6.so /usr/local/lib//libftgl.so /usr/local/lib//libtulip-qt4-3.6.so

This was resolved by removing the backslashes after ${libdir} for these options in tulip-config.in contained within the source folder, and then following with the CMake install.

Discussion

  • Patrick Mary

    Patrick Mary - 2012-03-30
    • status: open --> closed-fixed
     
  • Patrick Mary

    Patrick Mary - 2012-03-30

    Thanks for your input.
    This bug is now fixed in the current code line

     

Log in to post a comment.