Hi,

2010/11/2 Andreas Metzler <ametz...@downhill.at.eu.org>

> Bruno Postle <br...@postle.net> wrote:
> [...]
> > Yes the libraries are private, for now anyway, we also don't install
> > header files that you would need if they were 'public'.  Since
> > nobody should be linking to the libraries we shouldn't be installing
> > the .so symlinks either.
>
> Hello,
>
> I will uprovide an updated the patch like this ...
>
>   IF(WIN32)
>     install(TARGETS huginANN RUNTIME DESTINATION ${BINDIR})
>   ELSEIF(${HUGIN_LIBS_PRIVATE_DIR})
> -    install(TARGETS huginANN DESTINATION ${LIBDIR}/hugin)
> +    install(TARGETS huginANN LIBRARY DESTINATION ${LIBDIR}/hugin
> NAMELINK_SKIP)
>   ELSE(WIN32)
> -    install(TARGETS huginANN DESTINATION ${LIBDIR})
> +    install(TARGETS huginANN LIBRARY DESTINATION ${LIBDIR} NAMELINK_SKIP)
>   ENDIF(WIN32)
>  ELSE (${HUGIN_SHARED_LIBS})
>
> ... assuming it is save to drop the .so symlink on APPLE, too.
>
> cu andreas
>
>
Your current patch of 31st October, which "skips" Apple for it's new config,
builds and works fine on OSX.
Hugin on Apple also uses the full library name (libhuginbasewx.0.0.dylib) so
Apple could do without the symlinks as well. Note though that OSX libraries
end in .dylib.

Harry

-- 
You received this message because you are subscribed to the Google Groups 
"Hugin and other free panoramic software" group.
A list of frequently asked questions is available at: 
http://wiki.panotools.org/Hugin_FAQ
To post to this group, send email to hugin-ptx@googlegroups.com
To unsubscribe from this group, send email to 
hugin-ptx+unsubscr...@googlegroups.com
For more options, visit this group at http://groups.google.com/group/hugin-ptx

Reply via email to