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

2018-04-16 Thread elextr
The clang version should work, but be warned Geany isn't regularly built with clang, so no guarantees. ``` CXX=clang++ ./configure ``` -- 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/i

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 5

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

2018-04-15 Thread Matthew Brush
You need a C++ compiler with C++11 support, so probably GCC 4.8.1 or Clang 3.3 or later. -- 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-381467623

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

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

2018-04-15 Thread Matthew Brush
See https://github.com/geany/geany-plugins/issues/676 -- 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-381453157

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

2018-04-15 Thread LarsGit223
git clone geany itself and build it. After that succeeded, try again to build geany-plugins. -- 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-381423531

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 LarsGit223
Not sure but it might be that you also need to compile and install the latest version of geany itself as geany-plugins depends on it. What version is your installed geany? -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: htt

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 fi

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

2018-04-15 Thread LarsGit223
The line ```configure.ac:16: error: possibly undefined macro: AC_PROG_LIBTOOL``` looks like you haven't installed ```libtool```. Please install libtool and try again (e.g. via ```sudo apt-get install libtool``` or whatever is suitable for OpenBSD). -- You are receiving this because you are sub

[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 'ac