Re: [kde-freebsd] attempt to compile kdelibs-4.7.3 with clang.

2011-12-23 Thread David Naylor
On Sunday, 18 December 2011 04:26:40 Chuck Burns wrote: In file included from /usr/ports/x11/kdelibs4/work/kdelibs-4.7.3/kjs/lookup.cpp:23: /usr/ports/x11/kdelibs4/work/kdelibs-4.7.3/kjs/lookup.h:324:33: error: static_cast from 'KJS::JSGlobalObject *' to 'KJS::JSObject *' is not allowed

Re: [kde-freebsd] attempt to compile kdelibs-4.7.3 with clang.

2011-12-23 Thread Raphael Kubo da Costa
Alberto Villa avi...@freebsd.org writes: On Friday 23 December 2011 16:28:22 David Naylor wrote: Clang aims to be compatible with gcc and if gcc can compile the file then it is quite possible a clang bug although clang will not support everything gcc does. I think I know what the problem