[Github-comments] [geany/geany-plugins] Cant install on OpenBSD 6.x (#734)

2018-04-15 Thread HUC
Hi, i attempt to install after cloning. First, i installed needed packages: `# pkg_add -v autoconf-2.69p2 automake-1.15.1 intltool` and: ``` $ export AUTOCONF_VERSION=2.69 $ export AUTOMAKE_VERSION=1.15 $ ./autogen.sh You should add the contents of '/usr/local/share/aclocal/intltool.m4' to

Re: [Github-comments] [geany/geany-plugins] Cant install on OpenBSD 6.x (#734)

2018-04-16 Thread HUC
But, for OpenBSD 6.2: ``` $ clang++ -v OpenBSD clang version 4.0.0 (tags/RELEASE_400/final) (based on LLVM 4.0.0) Target: amd64-unknown-openbsd6.2 Thread model: posix InstalledDir: /usr/bin ``` And for OpenBSD 6.3: ``` clang++ -v OpenBSD clang version 5.0.1 (tags/RELEASE_501/final) (based on LLVM

Re: [Github-comments] [geany/geany-plugins] Cant install on OpenBSD 6.x (#734)

2018-04-15 Thread HUC
Ok, with libtool installed, this [run correctly](https://paste.debian-fr.xyz/?2c0de045d09c4d8e#K9ST10aF1uihakH+6Xpnk3watFhltkovheemXds2758=), but not make step: ``` $ make make all-recursive Making all in po Making all in utils Making all in src CC libgeanypluginutils_la-filelist.lo

Re: [Github-comments] [geany/geany-plugins] Cant install on OpenBSD 6.x (#734)

2018-04-15 Thread HUC
Geany 1.29! End of story?! -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/geany/geany-plugins/issues/734#issuecomment-381418106

Re: [Github-comments] [geany/geany-plugins] Cant install on OpenBSD 6.x (#734)

2018-04-15 Thread HUC
i think it's not possible. I clone the geany projet. But during autogen step, it fails with: ``` checking whether g++ supports C++11 features by default... no checking whether g++ supports C++11 features with -std=gnu++11... no checking whether g++ supports C++11 features with -std=gnu++0x... no