[kde-freebsd] build kde using kdesvn-build script

Alexey Serebryakoff overlapped at gmail.com
Thu Nov 12 02:04:50 CET 2009


Ah! Here:

cd src/gui/ && gmake -f Makefile                                                                                                                             
gmake[1]: Entering directory `/usr/home/smooky/kdesvn/qt-copy/src/gui'                                                                                       
/usr/home/smooky/kdesvn/qt-copy/bin/uic dialogs/qfiledialog.ui -o .uic/debug-
shared/ui_qfiledialog.h                                                         
g++ -pipe -D_REENTRANT -I/usr/local/include/glib-2.0 -
I/usr/local/lib/glib-2.0/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/pixman-1 -I/usr/local/include/freetype2 -g -
fvisibility=hidden -fvisibility-inlines-hidden -Wall -W -pthread -
D_THREAD_SAFE -I/usr/local/include -I/usr/local/include/freetype2 -fPIC -
DQT_SHARED -DQT_BUILD_GUI_LIB -DQT_NO_USING_NAMESPACE -DQT_NO_CAST_TO_ASCII -
DQT_ASCII_CAST_WARNINGS -DQT3_SUPPORT -DQT_MOC_COMPAT -DQT_HAVE_MMX -
DQT_HAVE_SSE -DQT_HAVE_MMXEXT -DQT_HAVE_SSE2 -DQT_NO_OPENTYPE -
DQT_NO_STYLE_MAC -DQT_NO_STYLE_WINDOWSVISTA -DQT_NO_STYLE_WINDOWSXP -
DQT_NO_STYLE_WINDOWSCE -DQT_NO_STYLE_WINDOWSMOBILE -DQT_NO_STYLE_S60 -
DQ_INTERNAL_QAPP_SRC -DQT_CORE_LIB -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -
I../../mkspecs/freebsd-g++ -I. -I../../include/QtCore -I../../include -
I../../include/QtGui -I.rcc/debug-shared -I../3rdparty/xorg -
I/usr/local/include/freetype2 -I/usr/local/include/freetype2 -
I../3rdparty/harfbuzz/src -Idialogs -I.moc/debug-shared -I/usr/local/include -
I.uic/debug-shared -I/usr/local/include -x c++-header -c kernel/qt_gui_pch.h -
o .pch/debug-shared/QtGui.gch/c++                                                                
In file included from ../../include/QtCore/qatomic_arch.h:1,                                                                                                 
                 from 
../../include/QtCore/../../src/corelib/thread/qbasicatomic.h:222,                                                                      
                 from ../../include/QtCore/qbasicatomic.h:1,                                                                                                 
                 from 
../../include/QtCore/../../src/corelib/thread/qatomic.h:46,                                                                            
                 from ../../include/QtCore/qatomic.h:1,                                                                                                      
                 from 
../../include/QtCore/../../src/corelib/tools/qbytearray.h:45,                                                                          
                 from ../../include/QtCore/qbytearray.h:1,                                                                                                   
                 from 
../../include/QtCore/../../src/corelib/tools/qstring.h:46,                                                                             
                 from ../../include/QtCore/qstring.h:1,                                                                                                      
                 from 
../../include/QtCore/../../src/corelib/kernel/qobject.h:48,                                                                            
                 from ../../include/QtCore/qobject.h:1,                                                                                                      
                 from 
../../include/QtCore/../../src/corelib/kernel/qcoreapplication.h:45,                                                                   
                 from ../../include/QtCore/qcoreapplication.h:1,                                                                                             
                 from kernel/qt_gui_pch.h:61:                                                                                                                
../../include/QtCore/../../src/corelib/arch/qatomic_arch.h:92:4: error: #error 
"Qt has not been ported to this architecture"                                 
In file included from ../../include/QtCore/qnamespace.h:1,                                                                                                   
                 from 
../../include/QtCore/../../src/corelib/kernel/qobjectdefs.h:45,                                                                        
                 from ../../include/QtCore/qobjectdefs.h:1,                                                                                                  
                 from 
../../include/QtCore/../../src/corelib/kernel/qobject.h:47,                                                                            
                 from ../../include/QtCore/qobject.h:1,                                                                                                      
                 from 
../../include/QtCore/../../src/corelib/kernel/qcoreapplication.h:45,                                                                   
                 from ../../include/QtCore/qcoreapplication.h:1,                                                                                             
                 from kernel/qt_gui_pch.h:61:                                                                                                                
../../include/QtCore/../../src/corelib/global/qnamespace.h:51: error: 
'QT_BEGIN_HEADER' does not name a type                                                 
../../include/QtCore/../../src/corelib/global/qnamespace.h:1746: error: 
expected constructor, destructor, or type conversion before '(' token                
../../include/QtCore/../../src/corelib/global/qnamespace.h:1764: error: 
function definition does not declare parameters                                      
../../include/QtCore/../../src/corelib/global/qnamespace.h:1822: error: 
'qint32' does not name a type                                                        
../../include/QtCore/../../src/corelib/global/qnamespace.h:1829: error: 
'QT_END_NAMESPACE' does not name a type


Yeah, I need exactly unstable last developer version!

-- 
Best regards,
Alexey Serebryakoff

On Среда 11 ноября 2009 13:56:38 Raphael Kubo da Costa wrote:
> 2009/11/11 Alexey Serebryakoff <overlapped at gmail.com>:
> > I tried another way using kdesvn-build 1.10 script. But when script
> > downloaded and started build qt-copy I got some error messages again.
> > qt-copy script get from here:
> > git://gitorious.org/+kde-developers/qt/kde-qt.git
> >
> > Qt configure with this options without installation:
> > ./configure -qt-gif -debug -fast -no-separate-debug-info \
> >     -system-libpng -system-libjpeg -system-zlib \
> >     -dbus -webkit -plugin-sql-mysql \
> >     -nomake examples -nomake demos -prefix $PWD
> >
> > and then run gmake.
>
> I don't see where the error message there is. What problem are you
> having with kdesvn-build? Have you configured your ~/.kdesvn-buildrc
> correctly?
>
> And are you really sure you need trunk? Compiling the 4.3 branch might
> be easier because you can use some already installed ports.
> Furthermore, are you sure you need the 4.3 branch, and not a stable
> 4.3 release? ;)
> _______________________________________________
> kde-freebsd mailing list
> kde-freebsd at kde.org
> https://mail.kde.org/mailman/listinfo/kde-freebsd
> See also http://freebsd.kde.org/ for latest information
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 196 bytes
Desc: This is a digitally signed message part.
Url : http://mail.kde.org/pipermail/kde-freebsd/attachments/20091112/9c58906f/attachment.sig 


More information about the kde-freebsd mailing list