(12-17-2020, 01:51 PM)hinton.s.b Wrote:(12-16-2020, 06:38 AM)kop316 Wrote:(12-15-2020, 01:50 PM)pacman99 Wrote: Wow thats amazing! Thanks for posting the instructions here. I'm compiling and setting it all up now
- Parthiv S.
Oh also you can just put mm-sms.so in ~/.purple/plugins and it will be loaded first. /usr/lib/purple-2/mm-sms.so will then be ignored.
That's good to know! Right now I use an OS on a test SD card (so I don't mangle my daily one).
I got super excited to try to replicate these steps, but couldn't get past the ./configure --prefix=/usr step. I am getting error: "1: syntax error near unexpected token `2.60'" I am new to building from source code, so I am not surprised I was unable to do it. Just wanted to let you know you are doing awesome work and I wish I could help.
Hello!
We are happy for you to help! I assume you are referring to MMSD? What I figured out is that I had to use "./bootstrap-configure", not "./configure"
I also use the options "--enable-debug" and "--enable-maintainer-mode" , this makes it easer for me to develop with it. You have to remove "-Werror" from the compiler options too (it's in acinclude.m4oOr delete it from the makefile before you make).
Let me know if that helps!
If you need faster help, I'm on the Mobian matrix channel, but I tend to check here every so often too.