[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kopete-devel
Subject:    [kopete-devel] [Bug 115128] New: Compile error on Solaris 8 -
From:       stevee () zuken ! co ! uk
Date:       2005-10-26 16:04:32
Message-ID: 20051026180431.115128.stevee () zuken ! co ! uk
[Download RAW message or body]

------- 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=115128         
           Summary: Compile error on Solaris 8 - libkopete/avdevice/kxv.cpp
                    includes X11/extensions/Xv.h and X11/extensions/Xvlib.h
                    which do not exist
           Product: kopete
           Version: unspecified
          Platform: Compiled Sources
        OS/Version: Solaris
            Status: UNCONFIRMED
          Severity: normal
          Priority: NOR
         Component: general
        AssignedTo: kopete-devel kde org
        ReportedBy: stevee zuken co uk


Version:            (using KDE KDE 3.4.92)
Installed from:    Compiled From Sources
Compiler:          gcc 3.4.3 
OS:                Solaris

if /bin/bash ../../../libtool --silent --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H \
-I. -I. -I../../..  -I/opt/kde/include -I/opt/qt/include   \
-I/gorbag/exta/cad/externals/SOLARIS/gnome2/include/glib-2.0 \
-I/gorbag/exta/cad/externals/SOLARIS/include -DKDE_NO_COMPAT -DQT_NO_COMPAT \
-DQT_NO_CAST_ASCII -DQT_NO_ASCII_CAST -I../../../kopete/libkopete \
-I../../../kopete/libkopete -I../../../kopete/libkopete/avdevice \
-I../../../kopete/libkopete/ui -I../../../kopete/libkopete/ui \
-I../../../kopete/libkopete/private -I../../../kopete/libkopete/ui -I/opt/kde/include \
-I/opt/qt/include   -I/gorbag/exta/cad/externals/SOLARIS/gnome2/include/glib-2.0 \
-I/gorbag/exta/cad/externals/SOLARIS/include -DQT_THREAD_SUPPORT -I/opt/kde/include \
-I/gorbag/exta/cad/externals/SOLARIS/gnome2/include/glib-2.0 \
-I/gorbag/exta/cad/externals/SOLARIS/include -I/opt/qt/include  -D_REENTRANT \
-D_POSIX_PTHREAD_SEMANTICS -DUSE_SOLARIS -DSVR4 -D_FILE_OFFSET_BITS=64  \
-Wno-long-long -Wundef -Wall -W -Wpointer-arith -DNDEBUG -DNO_DEBUG -O2 \
-I/opt/kde/include -I/gorbag/exta/cad/externals/SOLARIS/gnome2/include/glib-2.0 \
-I/gorbag/exta/cad/externals/SOLARIS/include -I/opt/qt/include -O2 \
-fomit-frame-pointer -DNeedVarargsPrototypes=1 -DNeedFunctionPrototypes=1 -pipe \
-fno-exceptions -mcpu=ultrasparc -Wno-non-virtual-dtor -fno-exceptions -fno-check-new \
-fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT \
-DQT_NO_TRANSLATION  -MT kxv.lo -MD -MP -MF ".deps/kxv.Tpo" -c -o kxv.lo kxv.cpp; \ \
then mv -f ".deps/kxv.Tpo" ".deps/kxv.Plo"; else rm -f ".deps/kxv.Tpo"; exit 1; fi \
kxv.cpp:49:31: X11/extensions/Xv.h: No such file or directory kxv.cpp:50:34: \
X11/extensions/Xvlib.h: No such file or directory


The source contains:

#undef HAVE_LIBXV
//#ifdef HAVE_LIBXV
#include <X11/extensions/Xv.h>
#include <X11/extensions/Xvlib.h>
//#endif


Changing this to:

//#undef HAVE_LIBXV
#ifdef HAVE_LIBXV
#include <X11/extensions/Xv.h>
#include <X11/extensions/Xvlib.h>
#endif

allows it to compile
_______________________________________________
kopete-devel mailing list
kopete-devel@kde.org
https://mail.kde.org/mailman/listinfo/kopete-devel


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic