branches/work/unity/WebKit/WebCore

2006-09-09 Thread Alexander Neundorf
SVN commit 582446 by neundorf: -fix dependencies for generated files with cpp-suffix by naming the generated files *.inl and create just simple helper cpp-files compiles now, but when linking I get an undefined reference to CSSParser::lex() CCMAIL: [EMAIL PROTECTED],kde-buildsystem@kde.org

build cmake against system libs

2006-09-09 Thread Dirk Mueller
Hi, I've noticed that cmake contains deep copies of various 3rd party libraries, including really old versions of libcurl and zlib. I created a hackish patch to make it build against the system version of those libraries. Dirk --- CMakeLists.txt +++ CMakeLists.txt @@ -72,20 +72,19 @@

Re: build cmake against system libs

2006-09-09 Thread Alexander Neundorf
On Sunday 10 September 2006 00:13, Dirk Mueller wrote: Hi, I've noticed that cmake contains deep copies of various 3rd party libraries, including really old versions of libcurl and zlib. I created a hackish patch to make it build against the system version of those libraries. I think Matt