Closed Bug 182616 Opened 22 years ago Closed 22 years ago

compilation failed: GTK_OBJECT_CONSTRUCTED

Categories

(SeaMonkey :: General, defect)

x86
Linux
defect
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: redhat.angus, Assigned: asa)

Details

Attachments

(1 file)

User-Agent:       Mozilla/5.0 (X11; U; Linux i586; en-US; rv:1.2) Gecko/20021127
Build Identifier: Mozilla/5.0 1.3 branch (cvs 11/29/2002) 

gmake[3]: Entre dans le répertoire `/home/david/cvs/mozilla/widget/src/gtksuperwin'
gdksuperwin.c
gcc -o gdksuperwin.o -c -DOSTYPE=\"Linux2.4\" -DOSARCH=\"Linux\" -DOJI
-D_IMPL_NS_WIDGET -DUSE_XIM -D_BSD_SOURCE   -I../../../dist/include/widget
-I../../../dist/include -I/home/david/cvs/mozilla/dist/include/nspr 
-I/usr/include  -I/usr/include -I/usr/include -I.  -I/usr/X11R6/include   -fPIC
-I/usr/X11R6/include -Wall -W -Wno-unused -Wpointer-arith -Wcast-align
-Wno-long-long -pthread -pipe  -DNDEBUG -DTRIMMED -ffunction-sections -O3
-march=k6-3 -mcpu=k6-3 -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2
-I/usr/lib/glib/include -I/usr/X11R6/include  -I/usr/X11R6/include -include
../../../mozilla-config.h -DMOZILLA_CLIENT -Wp,-MD,.deps/gdksuperwin.pp
gdksuperwin.c
cc1: AVERTISSEMENT: modification de l'ordonnancement de recherche du répertoire
système « /usr/include »
cc1: AVERTISSEMENT:   comme il a été déjà spécifié comme répertoire non système
gdksuperwin.c: Dans la fonction « gdk_superwin_destroy »:
gdksuperwin.c:208: AVERTISSEMENT: déclaration implicite de la fonction «
GTK_OBJECT_CONSTRUCTED »
gdksuperwin.c: Dans la fonction « gdk_superwin_handle_expose »:
gdksuperwin.c:632: valeur void n'a pas été ignorée comme elle aurait dû l'être
gdksuperwin.c:661: valeur void n'a pas été ignorée comme elle aurait dû l'être
gmake[3]: *** [gdksuperwin.o] Erreur 1
gmake[3]: Quitte le répertoire `/home/david/cvs/mozilla/widget/src/gtksuperwin'
gmake[2]: *** [tier_9] Erreur 2
gmake[2]: Quitte le répertoire `/home/david/cvs/mozilla'
gmake[1]: *** [default] Erreur 2
gmake[1]: Quitte le répertoire `/home/david/cvs/mozilla'
gmake: *** [build] Erreur 2

Reproducible: Always

Steps to Reproduce:
1.gmake -f client.mk checkout
2.gmake -f client.mk build
3.

Actual Results:  
the compilation error in "Details" section

Expected Results:  
a valid mozilla w/ svf/mathml

4 days before, I successfuly build mozilla w/ svg/mathml on this repository
Attached file dot mozconfig used
but it have worked with this .mozconfig 4 days before.
Not a bug. Just a problem of link to bad glib include header
Status: UNCONFIRMED → RESOLVED
Closed: 22 years ago
Resolution: --- → FIXED
Product: Browser → Seamonkey
(In reply to comment #0)

Can you please tell me the way how you resolve this "BUG"? 
I have the same problem like you describe, but I can't fix it.
Hector

"gdksuperwin.c", line 203: warning: implicit function declaration: GTK_OBJECT_CONSTRUCTED
"gdksuperwin.c", line 627: operand cannot have void type: op "="
"gdksuperwin.c", line 627: assignment type mismatch:
        pointer to struct _GdkRegion {} "=" void
"gdksuperwin.c", line 656: operand cannot have void type: op "="
"gdksuperwin.c", line 656: assignment type mismatch:
        pointer to struct _GdkRegion {} "=" void
cc: acomp failed for gdksuperwin.c
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Creator:
Created:
Updated:
Size: