[Webkit-unassigned] [Bug 28741] New: [GTK] Out-of-srcdir build problem
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Aug 26 08:53:44 PDT 2009
https://bugs.webkit.org/show_bug.cgi?id=28741
Summary: [GTK] Out-of-srcdir build problem
Product: WebKit
Version: 528+ (Nightly build)
Platform: PC
OS/Version: Mac OS X 10.5
Status: UNCONFIRMED
Severity: Normal
Priority: P2
Component: WebKit Gtk
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: amd at store20.com
Doing an out-of-sourcedir build (builddir != srcdir) is not working correctly:
[snip]
GEN DerivedSources/webkitenumtypes.cpp
echo "extern \"C\" {" > ./DerivedSources/webkitmarshal.cpp && \
@echo " GEN " stamp-webkitmarshal.cpp;/usr/bin/glib-genmarshal
--prefix=webkit_marshal ../WebKit/gtk/webkitmarshal.list --body >>
./DerivedSources/webkitmarshal.cpp && echo '}' >>
./DerivedSources/webkitmarshal.cpp && \
echo timestamp > stamp-webkitmarshal.cpp
/bin/sh: line 1: @echo: käsku ei ole
GEN stamp-webkitmarshal.h
Can't open WebKit/gtk/webkit/webkitversion.h: No such file or directory at
/usr/bin/glib-mkenums line 281.
GEN stamp-webkitenumtypes.h
cd . && /bin/sh ./config.status autotoolsconfig.h
Can't open WebKit/gtk/webkit/webkitversion.h: No such file or directory at
/usr/bin/glib-mkenums line 281.
[/snip]
This is because WebKit/gtk/webkit/webkitversion.h is generated by configure and
is placed into builddir, but mkenums script is looking for it in srcdir.
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the webkit-unassigned
mailing list