-
Notifications
You must be signed in to change notification settings - Fork 32
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
Issue to Install in Puppy Linux #169
Comments
hi, and thanks for the report! |
Hi, I installed that's dependence: cmake_3.10.2 My puppy linux is bionic_puppy x86. Have packets .pet (propriety of puppy) and this distro get parts of Ubuntu 18 TLS to complement the library. |
sorry i didn't get back to you earlier. as i said, i couldn't really find a package registry. if it's ubuntu based, the dev headers are in fact in a separate package. here is the list of packages needed for debian from the readme: sudo apt install git cmake libpurple-dev libmxml-dev libxml2-dev libsqlite3-dev libgcrypt20-dev build-essential can you try installing the |
when i set make install-home, i got this error: make install-home |
@MundoDasCPUs you're still missing the purple-dev package |
I am trying to install lurch in puppy linux, but i got this error:
make install-home
Package purple was not found in the pkg-config search path.
Perhaps you should add the directory containing `purple.pc'
to the PKG_CONFIG_PATH environment variable
No package 'purple' found
cc -fPIC -std=c11 -Wall -g -Wstrict-overflow -I/usr/include/glib-2.0 -I/usr/lib/i386-linux-gnu/glib-2.0/include -I/usr/include/libxml2 -I./headers/jabber -I./lib/libomemo/src -I./lib/axc/src -I./lib/axc/lib/libsignal-protocol-c/src -D_XOPEN_SOURCE=700 -D_BSD_SOURCE -D_DEFAULT_SOURCE -DPURPLE_PLUGINS -c ./src/lurch.c -o build/lurch.o
./src/lurch.c:7:10: fatal error: purple.h: No such file or directory
#include <purple.h>
^~~~~~~~~~
compilation terminated.
Makefile:148: recipe for target 'build/lurch.o' failed
make: *** [build/lurch.o] Error 1
I checked the dependence in PPM and all was installed.
Thanks
The text was updated successfully, but these errors were encountered: