[Kde-bindings] [Bug 54128] New: compile problem in xparts/mozilla, missing gtkmozembed.h (though installed)

richie volker.renneberg at gmx.de
Wed Feb 5 11:59:19 UTC 2003


------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
     
http://bugs.kde.org/show_bug.cgi?id=54128     
           Summary: compile problem in xparts/mozilla, missing gtkmozembed.h
                    (though installed)
           Product: bindings
           Version: unspecified
          Platform: Compiled Sources
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: NOR
         Component: general
        AssignedTo: kde-bindings at mail.kde.org
        ReportedBy: volker.renneberg at gmx.de


Version:            (using KDE KDE 3.1)
Installed from:    Compiled From Sources
Compiler:          gcc-c++-3.2-1mdk 
OS:          Linux

Hi!

I'm using Mandrake 9.0 (installed are: mozilla-devel-1.1-10mdk mozilla-1.1-10mdk). While configuring kdebindings it does not find the Mozilla development headers:
>>>checking for Mozilla development headers... no<<<

But in xparts "make" still tries to compile the mozilla part. It fails (see below). The required header file IS available on my computer:
/usr/include/mozilla-1.1/gtkembedmoz/gtkmozembed.h

Please check the configure-skript so that it does not try to compile xparts/mozilla in case it does not find the specified header-file.

Thanks - Volker

gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I./../src/kde -I./../src/interfaces -I./../src/gtk -I/home/local/packages/kde-3.1-new/include -I../..  -I/home/local/packages/kde-3.1-new/include -I/usr/lib/qt3/include -I/usr/X11R6/include   -DQT_THREAD_SUPPORT  -D_REENTRANT -I/usr/include/glib-1.2 -I/usr/lib/glib/include -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2 -I/usr/lib/glib/include -I/usr/X11R6/include -ansi -W -Wall -pedantic -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2   -c `test -f 'kmozilla.c' || echo './'`kmozilla.c

kmozilla.c:3:25: gtkmozembed.h: No such file or directory
kmozilla.c:10: parse error before "GtkMozEmbed"
kmozilla.c:10: warning: no semicolon at end of struct or union
kmozilla.c:12: parse error before '}' token
kmozilla.c:12: warning: ISO C does not allow extra `;' outside of a function
kmozilla.c: In function `gtk_kmozilla_get_type':
kmozilla.c:56: warning: initialization discards qualifiers from pointer target type
kmozilla.c: In function `gtk_kmozilla_init':
kmozilla.c:93: warning: declaration of `ext' shadows a global declaration
kmozilla.c:11: warning: shadowed declaration is here
kmozilla.c:96: sizeof applied to an incomplete type
kmozilla.c:102: dereferencing pointer to incomplete type
kmozilla.c:107: warning: implicit declaration of function `gtk_moz_embed_new'
kmozilla.c:107: warning: assignment makes pointer from integer without a cast
kmozilla.c:108: dereferencing pointer to incomplete type
kmozilla.c:108: warning: implicit declaration of function `GTK_MOZ_EMBED'
kmozilla.c: In function `gtk_kmozilla_destroy':
kmozilla.c:135: dereferencing pointer to incomplete type
kmozilla.c:135: dereferencing pointer to incomplete type
kmozilla.c:135: dereferencing pointer to incomplete type
kmozilla.c:135: dereferencing pointer to incomplete type
kmozilla.c:135: dereferencing pointer to incomplete type
kmozilla.c: In function `gtk_kmozilla_set_dcop_client':
kmozilla.c:142: warning: passing arg 1 of `gtk_xpart_set_dcop_client' from incompatible pointer type
kmozilla.c:143: dereferencing pointer to incomplete type
kmozilla.c: In function `open_url':
kmozilla.c:152: warning: implicit declaration of function `gtk_moz_embed_load_url'
kmozilla.c:152: dereferencing pointer to incomplete type
kmozilla.c: In function `close_url':
kmozilla.c:159: warning: implicit declaration of function `gtk_moz_embed_stop_load'
kmozilla.c:159: dereferencing pointer to incomplete type
kmozilla.c: In function `query_extension':
kmozilla.c:166: warning: implicit declaration of function `strcmp'
kmozilla.c:167: dereferencing pointer to incomplete type
kmozilla.c:167: warning: return discards qualifiers from pointer target type
kmozilla.c: In function `handle_reload':
kmozilla.c:176: warning: implicit declaration of function `gtk_moz_embed_reload'
kmozilla.c:176: dereferencing pointer to incomplete type
kmozilla.c:172: warning: unused parameter `user_data'
kmozilla.c: In function `open_url_request':
kmozilla.c:188: dereferencing pointer to incomplete type
kmozilla.c:182: warning: unused parameter `obj'
make[3]: *** [kmozilla.o] Fehler 1
make[2]: *** [all-recursive] Fehler 1
make[1]: *** [all-recursive] Fehler 1
make: *** [all] Fehler 2



More information about the Kde-bindings mailing list