Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Package files serdes.cp and serdes++.cp do not exist. #39

Open
idaniel86 opened this issue Jan 25, 2021 · 0 comments
Open

Package files serdes.cp and serdes++.cp do not exist. #39

idaniel86 opened this issue Jan 25, 2021 · 0 comments

Comments

@idaniel86
Copy link

idaniel86 commented Jan 25, 2021

When installing the library with "make install" the following output is printed:

Install libserdes to /usr/local
install -d $DESTDIR/usr/local/include/libserdes ;
install -d $DESTDIR/usr/local/lib ;
install serdes.h serdes-common.h serdes-avro.h $DESTDIR/usr/local/include/libserdes ;
install libserdes.a $DESTDIR/usr/local/lib ;
install libserdes.1.dylib $DESTDIR/usr/local/lib ;
[ -f "serdes.pc" ] && (
install -d $DESTDIR/usr/local/lib/pkgconfig ;
install -m 0644 serdes.pc $DESTDIR/usr/local/lib/pkgconfig
) ;
(cd $DESTDIR/usr/local/lib && ln -sf libserdes.1.dylib libserdes.dylib)
Install libserdes++ to /usr/local
install -d $DESTDIR/usr/local/include/libserdes ;
install -d $DESTDIR/usr/local/lib ;
install serdescpp.h serdescpp-avro.h $DESTDIR/usr/local/include/libserdes ;
install libserdes++.a $DESTDIR/usr/local/lib ;
install libserdes++.1.dylib $DESTDIR/usr/local/lib ;
[ -f "serdes++.pc" ] && (
install -d $DESTDIR/usr/local/lib/pkgconfig ;
install -m 0644 serdes++.pc $DESTDIR/usr/local/lib/pkgconfig
) ;
(cd $DESTDIR/usr/local/lib && ln -sf libserdes++.1.dylib libserdes++.dylib)

but no serdes.cp nor serdes++.cp are copied to /usr/local/lib/pkgconfig and therefore cannot be used by cmake find_package command.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant