Bug 66454

Summary: kaffeine-0.4.3 failed to compile
Product: Ports & Packages Reporter: Rashid N. Achilov <shelton>
Component: Individual Port(s)Assignee: Tilman Keskinoz <arved>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

Description Rashid N. Achilov 2004-05-10 13:20:18 UTC
kaffeine 0.4.3 failed to compile with diag:
In file included from videowindow.cpp:33:
/usr/X11R6/include/xine/xineutils.h:36: warning: `HAVE_LIBGEN_H' is not defined
In file included from videowindow.h:43,
	         from videowindow.cpp:44:
postfilter.h: In method `class QString PostFilterParameterDouble::getValue()':
postfilter.h:94: warning: use of `l' length character with `f' type character
videowindow.cpp: In function `static void VideoWindow::XineEventListener(void *, const xine_event_t *)':
videowindow.cpp:500: `XINE_MSG_AUDIO_OUT_UNAVAILABLE' undeclared (first use this function)
videowindow.cpp:500: (Each undeclared identifier is reported only once
videowindow.cpp:500: for each function it appears in.)
gmake[2]: *** [videowindow.lo] Error 1
gmake[2]: Leaving directory `/usr/ports/multimedia/kaffeine/work/kaffeine-0.4.3/kaffeine'
gmake[1]: *** [all-recursive] Error 1
gmake[1]: Leaving directory `/usr/ports/multimedia/kaffeine/work/kaffeine-0.4.3'

Fix: 

Unknown
How-To-Repeat: Try to install kaffeine 0.4.3
Comment 1 Kirill Ponomarev freebsd_committer freebsd_triage 2004-05-10 13:21:36 UTC
Responsible Changed
From-To: freebsd-ports-bugs->arved

Over to maintainer.
Comment 2 Tilman Keskinoz freebsd_committer freebsd_triage 2004-05-10 13:33:00 UTC
State Changed
From-To: open->feedback

Your libxine installation seems to be update. 
Be sure you have libxine-1.0.r3_5 installed. Does this fix your problem?
Comment 3 Rashid N. Achilov 2004-05-11 04:39:04 UTC
On Monday 10 May 2004 20:22, you wrote:
> > 
> > Another problem: When mozilla-plugin was compiled, I make to 
> > add /usr/X11R6/include in Makefile (in addons/mozilla-plugin) manually, it 
> > oddly was missed in configuration time.
> 
> What does make -V CPPFLAGS say in that directory?
> It should look like this:
> $ make -V CPPFLAGS
> -D_THREAD_SAFE -pthread -DQT_THREAD_SUPPORT   -I/usr/local/include 
-I/usr/local/include  -I/usr/X11R6/include -D_GETOPT_H -D_THREAD_SAFE

# make -V CPPFLAGS
-D_THREAD_SAFE -pthread -DQT_THREAD_SUPPORT   -I/usr/local/include 
-I/usr/local/kde3/include  -I/usr/X11R6/qt32/include -D_GETOPT_H 
-D_THREAD_SAFE -I/usr/X11R6/include

but last -I/usr/X11R6... I has added manually.

> 
> Do you have your Xlibs installed in some nonstandard place?

No. /usr/X11R6

# ls /usr/X11R6
bin/     etc/     include/ info/    lib/     libdata/ libexec/ man/     qt32/    
share/

Non-standard place are KDE (/usr/local/kde3) and QT (/usr/X11R6/qt32 - but 
there is a qt 3.3 :-) )
-- 
   With Best Regards.
   Rashid N. Achilov (RNA1-RIPE), Web: http://granch.ru/~shelton
   Granch Ltd. system administrator, e-mail: achilov [at] granch [dot] ru
   PGP: 83 CD E2 A7 37 4A D5 81 D6 D6 52 BF C9 2F 85 AF 97 BE CB 0A
Comment 4 Tilman Keskinoz freebsd_committer freebsd_triage 2004-05-25 14:24:20 UTC
State Changed
From-To: feedback->closed

The kaffeine-mozilla plugin was moved to a sepearte package.