On Friday, 18 January 2019 at 22:21, Björn Persson wrote:
> Martin Gansser wrote:
> > i tried to unbundle zlib, png and jpeg, but the compilation fails [1]
> >
> > [1] https://martinkg.fedorapeople.org/Packages/helm/helm.spec
> > [2] https://martinkg.fedorapeople.org/Packages/helm/build.log
>
> T
Martin Gansser wrote:
> i tried to unbundle zlib, png and jpeg, but the compilation fails [1]
>
> [1] https://martinkg.fedorapeople.org/Packages/helm/helm.spec
> [2] https://martinkg.fedorapeople.org/Packages/helm/build.log
The first error is a conflict between the system JPEG library and the
bun
i tried to unbundle zlib, png and jpeg, but the compilation fails [1]
[1] https://martinkg.fedorapeople.org/Packages/helm/helm.spec
[2] https://martinkg.fedorapeople.org/Packages/helm/build.log
Regards
Martin
___
devel mailing list -- devel@lists.fedora
On Fri, Jan 18, 2019 at 2:51 AM Martin Gansser wrote:
> # use system library zlib
> rm -rf ./JUCE/modules/juce_core/zip/zlib/zlib.h
> sed -i 's|#define JUCE_INCLUDE_ZLIB_CODE 1|#define JUCE_INCLUDE_ZLIB_CODE 0|'
> JUCE/modules/juce_core/juce_core.h
> sed -i 's|#include "../../../juce_core/zip/zli
i want to compile helm[1] for Fedora 29, but i want to compile it against the
zlib system library.
I added in helm/standalone/builds/linux/Makefile
...
JUCE_CXXFLAGS += ... -fpermissive
...
JUCE_LDFLAGS += ... -lz
and the error you told about vanished - but the rpm do not completed 8-(