hullo
i am having trouble compiling blender on my debian sid box :eek:
i dont want to wait, until the debian mirrors have 2.3 on em and i dont want to use a precompiled version, because i want to try if its faster when compiled by myself - wings is much fast.
i arrived at getting ./configue to work, but make gets some errors … the first hing i noticed was that there seems to be no zlib.h … but i cant find that file … i cant install it, using apt-get (searched with apt-file search zlib.h) … but i think i have all dependences, because old blende rruns, and precompield as well …
gcc -DHAVE_CONFIG_H -I. -I. -I../../.. -I../../../source/kernel/gen_messaging -I
../../../source/blender/writestreamglue -I../../../source/blender/readstreamglue
-I../../../source/blender/inflate -funsigned-char -MT BLO_deflate.lo -MD -MP -M
F .deps/BLO_deflate.Tpo -c intern/BLO_deflate.c -o BLO_deflate.o
intern/BLO_deflate.c:38:18: zlib.h: No such file or directory
intern/BLO_deflate.c: In function `CHECK_ERR':
intern/BLO_deflate.c:54: error: `Z_OK' undeclared (first use in this function)
intern/BLO_deflate.c:54: error: (Each undeclared identifier is reported only onc
e
intern/BLO_deflate.c:54: error: for each function it appears in.)
intern/BLO_deflate.c: In function `BLO_deflate':
intern/BLO_deflate.c:74: error: `z_stream' undeclared (first use in this functio
n)
intern/BLO_deflate.c:74: error: parse error before "c_stream"
intern/BLO_deflate.c:76: error: `Bytef' undeclared (first use in this function)
intern/BLO_deflate.c:76: error: `compressBuf' undeclared (first use in this func
tion)
intern/BLO_deflate.c:77: error: `uInt' undeclared (first use in this function)
intern/BLO_deflate.c:77: error: parse error before "compressSize"
intern/BLO_deflate.c:87: error: `compressSize' undeclared (first use in this fun
ction)
intern/BLO_deflate.c:88: error: parse error before ')' token
intern/BLO_deflate.c:95: error: `c_stream' undeclared (first use in this functio
n)
intern/BLO_deflate.c:100: error: `alloc_func' undeclared (first use in this func
tion)
intern/BLO_deflate.c:100: error: parse error before numeric constant
intern/BLO_deflate.c:101: error: `free_func' undeclared (first use in this funct
ion)
intern/BLO_deflate.c:101: error: parse error before numeric constant
intern/BLO_deflate.c:102: error: `voidpf' undeclared (first use in this function
)
intern/BLO_deflate.c:102: error: parse error before numeric constant
intern/BLO_deflate.c:104: error: `Z_BEST_COMPRESSION' undeclared (first use in t
his function)
intern/BLO_deflate.c:113: error: parse error before "Bytef"
intern/BLO_deflate.c:123: error: `Z_FINISH' undeclared (first use in this functi
on)
intern/BLO_deflate.c:124: error: `Z_STREAM_END' undeclared (first use in this fu
nction)
intern/BLO_deflate.c:158: error: parse error before "Bytef"
intern/BLO_deflate.c:184: error: parse error before "Bytef"
make[4]: *** [BLO_deflate.lo] Error 1
make[4]: Leaving directory `/home/qiv/blender-2.30-src/source/blender/deflate'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/home/qiv/blender-2.30-src/source/blender'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/qiv/blender-2.30-src/source'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/qiv/blender-2.30-src'
make: *** [all] Error 2
thcx, bb