[Webkit-unassigned] [Bug 138371] [regression] build failure" ../../lib/libWTFGTK.a: could not read symbols: No such file or directory

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Dec 2 00:47:32 PST 2014


https://bugs.webkit.org/show_bug.cgi?id=138371

--- Comment #1 from Zan Dobersek <zandobersek at gmail.com> ---
(In reply to comment #0)
> CMAKE_FLAGS = -DCMAKE_INSTALL_PREFIX=$(main_prefix)
> -DCMAKE_C_FLAGS="$(CFLAGS) -I$(prefix)/include/NetworkManager"
> -DCMAKE_CXX_FLAGS="$(CFLAGS) -I${prefix}/include/NetworkManager"
> -DPORT="GTK" -Wno-dev
> 

Not that it matters with this setup, but you probably want -DCMAKE_CXX_FLAGS="$(CXXFLAGS)".

> cmake .. $(CMAKE_FLAGS)
> 

You run this from the build directory, right?

> <snip> ../../lib/libWTFGTK.a -licui18n -lglib-2.0 -ldl -licui18n
> -licuuc -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lpthread -lz 
> ../../lib/libWTFGTK.a: could not read symbols: No such file or directory
> collect2: error: ld returned 1 exit status
> make[3]: *** [lib/libjavascriptcoregtk-4.0.so.18.1.0] Error 1
> make[3]: Leaving directory
> `/home/ronis/Project/notar/GNOME/garnome/platform/webkitgtk+/work/main.d/
> webkitgtk-2.7.1/build'
> 

I guess this ends up looking for .../webkitgtk+/work/main.d/lib/libWTFGTK.a.

What version of CMake are you using? Using GNU make or Ninja as the generator? What version of it?

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20141202/20f134ac/attachment-0002.html>


More information about the webkit-unassigned mailing list