[Slackbuilds-users] libofx build error

Matteo Bernardini matteo.bernardini at gmail.com
Sat Jul 30 08:15:41 UTC 2016


2016-07-30 10:11 GMT+02:00 Dhaby Xiloj <slack.dhabyx at gmail.com>:
>
> I tried to build libofx-0.9.10, but with the same result. This has been
> reported here, but there seems to be no solution available:
>
> https://sourceforge.net/p/libofx/bugs/47/
>
>
> Hi
>
> You can change
>
> CXXFLAGS="$SLKCFLAGS"
>
> by
>
> CXXFLAGS="$SLKCFLAGS -std=c++11"
>
> --
> Dhaby Xiloj

it seems it's not enough: for some reason the build system ignores the
CXXFLAGS passed at the configure.
instead, pass them at make (stolen the idea from archlinux):
substitute the line with

make

with

make CXXFLAGS+=-std=c++11

Matteo


More information about the SlackBuilds-users mailing list