I thought I was able to build juce 1.41 in the past, but it seems I am running into problems tonight… not sure if something in my system has changed that’s breaking the build or what
Here’s my error:
[quote]juce_SubregionStream.cpp
adler32.c
…/…/src/juce_core/io/streams/zlib/adler32.c:57: error: ‘z_uLong z_adler32’ redeclared as different kind of symbol
…/…/src/juce_core/io/streams/zlib/zlib.h:1260: error: previous declaration of ‘z_uLong z_adler32(z_uLong, const z_Bytef*, z_uInt)’
…/…/src/juce_core/io/streams/zlib/adler32.c:57: error: ‘adler’ was not declared in this scope
…/…/src/juce_core/io/streams/zlib/adler32.c:57: error: ‘buf’ was not declared in this scope
…/…/src/juce_core/io/streams/zlib/adler32.c:57: error: ‘len’ was not declared in this scope
…/…/src/juce_core/io/streams/zlib/adler32.c:61: error: expected unqualified-id before ‘{’ token
…/…/src/juce_core/io/streams/zlib/adler32.c:128: error: ‘z_uLong adler32_combine’ redeclared as different kind of symbol
…/…/src/juce_core/io/streams/zlib/zlib.h:1276: error: previous declaration of ‘z_uLong adler32_combine(z_uLong, z_uLong, long int)’
…/…/src/juce_core/io/streams/zlib/adler32.c:128: error: ‘adler1’ was not declared in this scope
…/…/src/juce_core/io/streams/zlib/adler32.c:128: error: ‘adler2’ was not declared in this scope
…/…/src/juce_core/io/streams/zlib/adler32.c:128: error: ‘len2’ was not declared in this scope
…/…/src/juce_core/io/streams/zlib/adler32.c:132: error: expected unqualified-id before ‘{’ token
make[1]: *** […/…/bin/intermediate_linux/Debug/adler32.o] Error 1
make: *** [JUCE] Error 2[/quote]
Any ideas?