Closed
Bug 408686
Opened 17 years ago
Closed 17 years ago
Using glib-genmarshal for generation gtkmozembedmarshal*
Categories
(Core Graveyard :: Embedding: GTK Widget, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
mozilla1.9beta3
People
(Reporter: romaxa, Assigned: romaxa)
References
Details
Attachments
(1 file, 1 obsolete file)
1.01 KB,
patch
|
mtschrep
:
approval1.9+
|
Details | Diff | Splinter Review |
gtkmozembed should use glib-genmarshal for auto-generation garbage files gtkmozembedmarshal.c and gtkmozembedmarshal.h
Assignee | ||
Updated•17 years ago
|
Attachment #293520 -
Flags: review?(benjamin)
Comment 1•17 years ago
|
||
Comment on attachment 293520 [details] [diff] [review]
Bugfix
benjamin@smedbergs.us, does this look okay?
Assignee | ||
Comment 2•17 years ago
|
||
Probably gtkmozembedmarshal.c gtkmozembedmarshal.h should be deleted, because is will confuse gtkmozembedmarshal.c make rule
Comment 3•17 years ago
|
||
Comment on attachment 293520 [details] [diff] [review]
Bugfix
>+$(MARSHAL_FILE).h: $(MARSHAL_FILE).list
>+ glib-genmarshal --prefix=$(MARSHAL_PREFIX) $(srcdir)/$(MARSHAL_FILE).list --skip-source --header > $(MARSHAL_FILE).h
Use > $@ instead of > $(MARSHAL_FILE).h, and the same below
And yes, you do need to remove the checked-in marshal file as well.
Attachment #293520 -
Flags: review?(benjamin) → review+
Updated•17 years ago
|
Assignee: nobody → romaxa
Assignee | ||
Comment 4•17 years ago
|
||
Attachment #293520 -
Attachment is obsolete: true
Updated•17 years ago
|
Attachment #296799 -
Flags: approval1.9?
Updated•17 years ago
|
Attachment #296799 -
Flags: approval1.9? → approval1.9+
Updated•17 years ago
|
Keywords: checkin-needed
Comment 5•17 years ago
|
||
Checking in embedding/browser/gtk/src/Makefile.in;
/cvsroot/mozilla/embedding/browser/gtk/src/Makefile.in,v <-- Makefile.in
new revision: 1.76; previous revision: 1.75
done
Removing embedding/browser/gtk/src/gtkmozembedmarshal.c;
/cvsroot/mozilla/embedding/browser/gtk/src/gtkmozembedmarshal.c,v <-- gtkmozembedmarshal.c
new revision: delete; previous revision: 1.6
done
Removing embedding/browser/gtk/src/gtkmozembedmarshal.h;
/cvsroot/mozilla/embedding/browser/gtk/src/gtkmozembedmarshal.h,v <-- gtkmozembedmarshal.h
new revision: delete; previous revision: 1.6
done
Status: NEW → RESOLVED
Closed: 17 years ago
Keywords: checkin-needed
Resolution: --- → FIXED
Target Milestone: --- → mozilla1.9 M11
Updated•13 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•