WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
11538
Cannot build WebKit-unity because of missing WebCore/loader/FormData.cpp
https://bugs.webkit.org/show_bug.cgi?id=11538
Summary
Cannot build WebKit-unity because of missing WebCore/loader/FormData.cpp
Benjamin Hawkes-Lewis
Reported
2006-11-07 10:02:11 PST
I checked out the latest trunk (revision 17641) with subversion and tried to build WebKit, using Ubuntu Edgy and qmake-qt4 from the Kubuntu Krash packages (
http://kubuntu.org/announcements/kde4-3.80.1.php
). But FormData.cpp required by WebCore/CMakeLists.cpp does not exist. Here's the full output: benjamin@galahad:/svn/webkit/WebKit/WebKit-Build$ cmake -DCMAKE_BUILD_TYPE=debugfull ../ -- Check for working C compiler: gcc -- Check for working C compiler: gcc -- works -- Check size of void* -- Check size of void* - done -- Check for working CXX compiler: c++ -- Check for working CXX compiler: c++ -- works -- Looking for Q_WS_X11 -- Looking for Q_WS_X11 - found -- Looking for Q_WS_MAC -- Looking for Q_WS_MAC - not found. -- Looking for Q_WS_WIN -- Looking for Q_WS_WIN - not found. -- Found Qt-Version 4.2.0-snapshot-20060701 -- Looking for XOpenDisplay in /usr/lib/libX11.so;/usr/lib/libXext.so;/usr/lib/libXft.so;/usr/lib/libXau.so;/usr/lib/libXdmcp.so -- Looking for XOpenDisplay in /usr/lib/libX11.so;/usr/lib/libXext.so;/usr/lib/libXft.so;/usr/lib/libXau.so;/usr/lib/libXdmcp.so - found -- Looking for gethostbyname -- Looking for gethostbyname - found -- Looking for connect -- Looking for connect - found -- Looking for remove -- Looking for remove - found -- Looking for shmat -- Looking for shmat - found -- Looking for IceConnectionNumber in ICE -- Looking for IceConnectionNumber in ICE - found -- Looking for pthread.h -- Looking for pthread.h - found -- Looking for pthread_create in pthreads -- Looking for pthread_create in pthreads - not found -- Looking for pthread_create in pthread -- Looking for pthread_create in pthread - found -- Performing Test HAVE_FPIE_SUPPORT -- Performing Test HAVE_FPIE_SUPPORT - Success -- Performing Test __KDE_HAVE_GCC_VISIBILITY -- Performing Test __KDE_HAVE_GCC_VISIBILITY - Success -- have_visibility: 1 version>=4.1: TRUE bad alloctor: -- Found KDE4 include dir: /usr/lib/kde4/include -- Found KDE4 library dir: /usr/lib/kde4/lib -- Found KDE4 kconfig_compiler preprocessor: /usr/lib/kde4/bin/kconfig_compiler -- Found LibXml2: /usr/lib/libxml2.so -- Found LibXslt: /usr/lib/libxslt.so -- Found JPEG: /usr/lib/libjpeg.so -- Found ZLIB: /usr/lib/libz.so -- Missing CMakeFiles.txt into wtf directory -- Looking for pthread_attr_get_np in pthread -- Looking for pthread_attr_get_np in pthread - not found -- Looking for pthread_getattr_np in pthread -- Looking for pthread_getattr_np in pthread - found -- Performing Test __KDE_HAVE_WVARIADIC_MACROS -- Performing Test __KDE_HAVE_WVARIADIC_MACROS - Success CMake Error: Cannot find source file "/svn/webkit/WebKit/WebCore/loader/FormData.cpp" for target "WebCore-unity" Tried extensions .c .C .c++ .cc .cpp .cxx .m .M .mm .h .h++ .hm .hpp .hxx .in .txx -- Configuring done
Attachments
Add attachment
proposed patch, testcase, etc.
George Staikos
Comment 1
2007-06-13 10:34:08 PDT
We don't use CMake anymore.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug