Bug 117624 - multimedia/libquicktime doesn't compile
Summary: multimedia/libquicktime doesn't compile
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-multimedia (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-10-29 11:20 UTC by Ralph Zitz
Modified: 2007-12-17 21:10 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ralph Zitz 2007-10-29 11:20:05 UTC
port: multimedia/libquicktime-1.0.0_5 fails to compile with the following error:

gmake[2]: Entering directory `/usr/ports/multimedia/libquicktime/work/libquicktime-1.0.0/utils'
Making all in gtk
gmake[3]: Entering directory `/usr/ports/multimedia/libquicktime/work/libquicktime-1.0.0/utils/gtk'
if cc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include  -I/usr/local/include -I/usr/local/include  -D_THREAD_SAFE -I/usr/local/include/gtk-2.0 -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/atk-1.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/freetype2   -DGTK_DISABLE_DEPRECATED -DLOCALE_DIR=\"/usr/local/share/locale\" -march=pentium-m -mtune=pentium-m -O3 -funroll-all-loops -fomit-frame-pointer  -finline-functions -Wall -Winline -MT lqt_gtk.o -MD -MP -MF ".deps/lqt_gtk.Tpo" -c -o lqt_gtk.o lqt_gtk.c; \
        then mv -f ".deps/lqt_gtk.Tpo" ".deps/lqt_gtk.Po"; else rm -f ".deps/lqt_gtk.Tpo"; exit 1; fi
In file included from lqt_gtk.c:2:
lqt_gtk.h:24: error: expected specifier-qualifier-list before 'GtkTooltips'
lqt_gtk.h:28: error: expected declaration specifiers or '...' before 'GtkTooltips'
lqt_gtk.h:50: error: expected specifier-qualifier-list before 'GtkTooltips'
lqt_gtk.c: In function 'set_combo_tooltip':
lqt_gtk.c:167: warning: implicit declaration of function 'gtk_tooltips_set_tip'
lqt_gtk.c:167: error: 'LqtGtkParameterWidget' has no member named 'tooltips'
lqt_gtk.c: At top level:
lqt_gtk.c:184: error: expected declaration specifiers or '...' before 'GtkTooltips'
lqt_gtk.c: In function 'lqtgtk_create_parameter_widget':
lqt_gtk.c:188: error: 'LqtGtkParameterWidget' has no member named 'tooltips'
lqt_gtk.c:188: error: 'tooltips' undeclared (first use in this function)
lqt_gtk.c:188: error: (Each undeclared identifier is reported only once
lqt_gtk.c:188: error: for each function it appears in.)
lqt_gtk.c:200: error: 'LqtGtkParameterWidget' has no member named 'tooltips'
lqt_gtk.c:219: error: 'LqtGtkParameterWidget' has no member named 'tooltips'
lqt_gtk.c:236: error: 'LqtGtkParameterWidget' has no member named 'tooltips'
lqt_gtk.c:263: error: 'LqtGtkParameterWidget' has no member named 'tooltips'
lqt_gtk.c:284: error: 'LqtGtkParameterWidget' has no member named 'tooltips'
lqt_gtk.c:292: error: 'LqtGtkParameterWidget' has no member named 'tooltips'
lqt_gtk.c: At top level:
lqt_gtk.c:346: error: expected declaration specifiers or '...' before 'GtkTooltips'
lqt_gtk.c: In function 'create_table':
lqt_gtk.c:361: error: 'tooltips' undeclared (first use in this function)
lqt_gtk.c:361: error: too many arguments to function 'lqtgtk_create_parameter_widget'
lqt_gtk.c: In function 'lqtgtk_create_codec_config_widget':
lqt_gtk.c:394: error: 'LqtGtkCodecConfigWidget' has no member named 'tooltips'
lqt_gtk.c:394: warning: implicit declaration of function 'gtk_tooltips_new'
lqt_gtk.c:395: error: 'LqtGtkCodecConfigWidget' has no member named 'tooltips'
lqt_gtk.c:400: error: 'LqtGtkCodecConfigWidget' has no member named 'tooltips'
lqt_gtk.c:438: error: 'LqtGtkCodecConfigWidget' has no member named 'tooltips'
lqt_gtk.c:438: error: too many arguments to function 'create_table'
lqt_gtk.c:456: error: 'LqtGtkCodecConfigWidget' has no member named 'tooltips'
lqt_gtk.c:456: error: too many arguments to function 'create_table'
gmake[3]: *** [lqt_gtk.o] Error 1
gmake[3]: Leaving directory `/usr/ports/multimedia/libquicktime/work/libquicktime-1.0.0/utils/gtk'
gmake[2]: *** [all-recursive] Error 1
gmake[2]: Leaving directory `/usr/ports/multimedia/libquicktime/work/libquicktime-1.0.0/utils'
gmake[1]: *** [all-recursive] Error 1
gmake[1]: Leaving directory `/usr/ports/multimedia/libquicktime/work/libquicktime-1.0.0'
gmake: *** [all] Error 2
*** Error code 2

Stop in /usr/ports/multimedia/libquicktime.
*** Error code 1

How-To-Repeat: install multimedia/libquicktime (all menu options checked)
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2007-10-29 11:20:23 UTC
Responsible Changed
From-To: freebsd-ports-bugs->freebsd-multimedia

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2007-12-17 21:08:55 UTC
mezz        2007-12-17 21:08:50 UTC

  FreeBSD ports repository

  Modified files:
    multimedia/libquicktime Makefile 
  Log:
  Fix the build with new gtk20.
  
  PR:             ports/117624, ports/117629 and ports/117768
  Reported by:    Ralph Zitz <ralph@imada.sdu.dk>,
                  Randy Pratt <bsd-unix@embarqmail.com>
                  Kyryll A Mirnenko <mirya@zoc.com.ua>
  
  Revision  Changes    Path
  1.55      +2 -0      ports/multimedia/libquicktime/Makefile
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 3 Jeremy Messenger freebsd_committer freebsd_triage 2007-12-17 21:09:09 UTC
State Changed
From-To: open->closed

Fixed, thanks for report!