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

List:       koffice-devel
Subject:    krita not compiling
From:       Raphael Langerhorst <raphael.langerhorst () kdemail ! net>
Date:       2006-01-22 17:52:26
Message-ID: 200601221852.26866.raphael.langerhorst () kdemail ! net
[Download RAW message or body]

Hi,

krita is not compiling right now here. Attached is the log output and a patch 
from some days ago that fixed a similar issue.

Regards,
-- 
Raphael Langerhorst
http://raphael.g-system.at/blog/

["krita.error" (text/plain)]

if /usr/pkg/bin/bash ../../../../../libtool --silent --tag=CXX --mode=compile g++ \
-DHAVE_CONFIG_H -I. -I/home/raphael/devel/KDE/trunk/koffice/krita/plugins/viewplugins/scripting/kritascripting \
-I../../../../.. -I/home/raphael/devel/KDE/trunk/koffice/krita/sdk \
-I/home/raphael/devel/KDE/trunk/koffice/krita/core \
-I/home/raphael/devel/KDE/trunk/koffice/krita/kritacolor/ \
-I/home/raphael/devel/KDE/trunk/koffice/krita/ui \
-I/home/raphael/devel/KDE/trunk/koffice/lib/kross -I../../../../../lib/kross \
-I/home/raphael/devel/KDE/trunk/koffice/lib/kofficeui -I../../../../../lib/kofficeui \
-I/home/raphael/devel/KDE/trunk/koffice/lib/kofficecore \
-I../../../../../lib/kofficecore -I/home/raphael/devel/KDE/trunk/koffice/lib/store \
-I../../../../../lib/store -I/home/raphael/devel/KDE/trunk/koffice/lib/kwmf \
-I../../../../../lib/kwmf -I/home/raphael/devel/KDE/trunk/koffice/lib/kopalette \
-I../../../../../lib/kopalette -I/usr/pkg/include -I/usr/pkg/qt3/include \
-I/usr/pkg/xorg/include   -DQT_THREAD_SUPPORT   -Wno-long-long -Wundef -Wall -W \
-Wpointer-arith -g3 -fno-inline -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 -DHAVE_KNEWSTUFF -fexceptions -MT kis_script_progress.lo -MD -MP \
-MF ".deps/kis_script_progress.Tpo" -c -o kis_script_progress.lo \
/home/raphael/devel/KDE/trunk/koffice/krita/plugins/viewplugins/scripting/kritascripting/kis_script_progress.cpp; \
\ then mv -f ".deps/kis_script_progress.Tpo" ".deps/kis_script_progress.Plo"; else rm \
-f ".deps/kis_script_progress.Tpo"; exit 1; fi In file included from \
                /home/raphael/devel/KDE/trunk/koffice/krita/sdk/kis_global.h:23,
                 from /home/raphael/devel/KDE/trunk/koffice/krita/ui/kis_view.h:42,
                 from \
/home/raphael/devel/KDE/trunk/koffice/krita/plugins/viewplugins/scripting/kritascripting/kis_script_progress.cpp:22:
                
/usr/pkg/include/lcms.h:1339:5: warning: "USE_DEFAULT_FLOOR_CONVERSION" is not \
                defined
/usr/pkg/include/lcms.h:1351:5: warning: "USE_BIG_ENDIAN" is not defined
In file included from \
                /home/raphael/devel/KDE/trunk/koffice/krita/core/kis_scale_visitor.h:30,
                
                 from /home/raphael/devel/KDE/trunk/koffice/krita/ui/kis_view.h:45,
                 from \
/home/raphael/devel/KDE/trunk/koffice/krita/plugins/viewplugins/scripting/kritascripting/kis_script_progress.cpp:22:
                
/usr/pkg/include/ksharedptr.h: In copy constructor `
   KSharedPtr<T>::KSharedPtr(const KSharedPtr<T>&) [with T = 
   KisPaintDeviceImpl]':
/home/raphael/devel/KDE/trunk/koffice/krita/core/kis_group_layer.h:68:   instantiated \
                from here
/usr/pkg/include/ksharedptr.h:120: error: `_KShared_ref' undeclared (first use 
   this function)
/usr/pkg/include/ksharedptr.h:120: error: (Each undeclared identifier is 
   reported only once for each function it appears in.)
/usr/pkg/include/ksharedptr.h: In destructor `KSharedPtr<T>::~KSharedPtr() 
   [with T = KisPaintDeviceImpl]':
/home/raphael/devel/KDE/trunk/koffice/krita/core/kis_group_layer.h:68:   instantiated \
                from here
/usr/pkg/include/ksharedptr.h:126: error: `_KShared_unref' undeclared (first 
   use this function)
gmake: *** [kis_script_progress.lo] Error 1


["krita-script-fix.diff" (text/x-diff)]

Index: krita/plugins/viewplugins/scripting/kritacore/krs_painter.h
===================================================================
--- krita/plugins/viewplugins/scripting/kritacore/krs_painter.h	(revision 499591)
+++ krita/plugins/viewplugins/scripting/kritacore/krs_painter.h	(working copy)
@@ -23,6 +23,7 @@
 
 #include <kis_point.h>
 #include <kis_types.h>
+#include <kis_paint_layer.h>
 
 class KisPainter;
 class KisFillPainter;
Index: krita/plugins/viewplugins/scripting/kritacore/krs_paint_layer.h
===================================================================
--- krita/plugins/viewplugins/scripting/kritacore/krs_paint_layer.h	(revision 499591)
+++ krita/plugins/viewplugins/scripting/kritacore/krs_paint_layer.h	(working copy)
@@ -22,6 +22,7 @@
 #include <api/class.h>
 
 #include <kis_types.h>
+#include <kis_paint_layer.h>
 
 class KisDoc;
 class KisTransaction;


_______________________________________________
koffice-devel mailing list
koffice-devel@kde.org
https://mail.kde.org/mailman/listinfo/koffice-devel


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

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