I encountered compilation errors when making trunk version:<br><br>Making all in varnishtest<br>gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../include    -g -O2 -MT vtc.o -MD -MP -MF .deps/vtc.Tpo -c -o vtc.o vtc.c<br>
vtc.c: In function 'cmd_shell':<br>vtc.c:250: error: invalid lvalue in unary '&'<br>make[3]: *** [vtc.o] Error 1<br>make[2]: *** [all-recursive] Error 1<br>make[1]: *** [all-recursive] Error 1<br>make: *** [all] Error 2<br>
<br>~/box/varnish/varnish-cache# gcc -v<br>Using built-in specs.<br>Target: i686-apple-darwin9<br>Configured with: /var/tmp/gcc/gcc-5490~1/src/configure --disable-checking -enable-werror --prefix=/usr --mandir=/share/man --enable-languages=c,objc,c++,obj-c++ --program-transform-name=/^[cg][^.-]*$/s/$/-4.0/ --with-gxx-include-dir=/include/c++/4.0.0 --with-slibdir=/usr/lib --build=i686-apple-darwin9 --with-arch=apple --with-tune=generic --host=i686-apple-darwin9 --target=i686-apple-darwin9<br>
Thread model: posix<br>gcc version 4.0.1 (Apple Inc. build 5490)<br><br>It's been there for several days, perhaps it's a compiler-related problem?<br><br>Regards,<br>191919<br>