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

List:       kde
Subject:    Help Me: install from src TGZ on Solaris 2.6
From:       "Barry M. Caceres" <barryc () idea-center ! com>
Date:       1998-05-29 16:26:59
[Download RAW message or body]

I am attempting to compile the kdesupport libraries for Solaris 2.6 on an
Ultra 5 PCI-based Sun workstation.  Thus far I have had no problems getting
the qt-1.33 libraries to compile and install in /usr/local/qt.  After
building those libraries I attempt to build kdesupport beta 4.1.  I cannot
get the compile to complete with sun or gnu compilers.  Can you help?  Here
is the output from the configure script and make command for each compiler:

-barry m. caceres
barryc@idea-center.com

################################################################################
# Using cc/CC 4.2 (configure output)
################################################################################
creating cache ./config.cache
checking host system type... sparc-sun-solaris2.6
checking target system type... sparc-sun-solaris2.6
checking build system type... sparc-sun-solaris2.6
checking for a BSD compatible install... /usr/local/gnu/bin//install -c
checking whether build environment is sane... yes
checking whether make sets ${MAKE}... yes
checking for working aclocal... missing
checking for working autoconf... missing
checking for working automake... missing
checking for working autoheader... missing
checking for working makeinfo... missing
checking for a C-Compiler... /opt/SUNWspro/bin/cc
checking whether the C compiler (/opt/SUNWspro/bin/cc  ) works... yes
checking whether the C compiler (/opt/SUNWspro/bin/cc  ) is a cross-compiler...
no
checking whether we are using GNU C... no
checking how to run the C preprocessor... /opt/SUNWspro/bin/cc -E
checking for a C++-Compiler... /opt/SUNWspro/bin/CC
checking whether the C++ compiler (/opt/SUNWspro/bin/CC  ) works... yes
checking whether the C++ compiler (/opt/SUNWspro/bin/CC  ) is a
cross-compiler... no
checking whether we are using GNU C++... no
checking whether we are using SPARC CC... yes
checking for ranlib... ranlib
checking for non-GNU ld... /usr/ccs/bin//ld
checking if the linker (/usr/ccs/bin//ld) is GNU ld... no
checking for BSD-compatible nm... /usr/ccs/bin/nm -p
checking whether ln -s works... yes
checking whether we are using GNU C... no
checking for /opt/SUNWspro/bin/CC option to produce PIC... -KPIC
checking if /opt/SUNWspro/bin/CC PIC flag -KPIC works... yes
checking if /opt/SUNWspro/bin/CC static flag -Bstatic works... -Bstatic
checking if the linker (/usr/ccs/bin//ld) is GNU ld... no
checking whether the linker (/usr/ccs/bin//ld) supports shared libraries... yes
checking command to parse /usr/ccs/bin/nm -p output... yes
checking how to hardcode library paths into programs... immediate
checking for /usr/ccs/bin//ld option to reload object files... -r
checking dynamic linker characteristics... solaris2.6 ld.so
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking for objdir... .libs
creating libtool
checking for AIX... no
checking for minix/config.h... no
checking for X... libraries /usr/openwin/lib, headers /usr/openwin/include
checking for QT... libraries /usr/local/qt/lib, headers /usr/local/qt/include
checking if Qt compiles without flags... no
checking for moc... /usr/local/qt/bin/moc
checking for socket in -lsocket... yes
checking for dirent.h that defines DIR... yes
checking for opendir in -ldir... no
checking how to run the C++ preprocessor... /opt/SUNWspro/bin/CC -E
checking for ANSI C header files... yes
checking for size_t... yes
checking whether time.h and sys/time.h may both be included... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for sys/file.h... yes
checking for unistd.h... yes
checking for fcntl.h... yes
checking for sys/types.h... yes
checking for fcntl.h... (cached) yes
checking for unistd.h... (cached) yes
checking for memory.h... yes
checking for malloc.h... yes
checking for errno.h... yes
checking for io.h... no
checking for sys/time.h... yes
checking for stdarg.h... yes
checking for stddef.h... yes
checking for gettimeofday... yes
checking for tempnam... yes
checking for sysent.h... yes
checking for  in -ldbm... no
checking for  in -lndbm... no
checking for rename... yes
checking for ftruncate... yes
checking for flock... no
checking for bcopy... yes
checking for fsync... yes
checking for getopt... yes
checking for working alloca.h... yes
checking for alloca... yes
checking for off_t... yes
checking for st_blksize in struct stat... yes
checking for strerror... yes
checking for stdin... yes
checking if the compiler supports function prototypes... yes
checking for working const... yes
checking for inline... no
checking whether time.h and sys/time.h may both be included... (cached) yes
checking for bool... no
checking for gethostname... yes
updating cache ./config.cache
creating ./config.status
creating Makefile
creating jpeglib6a/Makefile
creating giflib30/Makefile
creating mimelib/Makefile
creating uulib/Makefile
creating gdbm/Makefile
creating QwSpriteField/Makefile
creating config.h

################################################################################
# Using cc/CC 4.2 (make output -- second trial to show just the error)
################################################################################
make all-recursive
Making all in jpeglib6a
Making all in gdbm
Making all in giflib30
Making all in mimelib
Making all in uulib
Making all in QwSpriteField
/bin/sh ../libtool --mode=compile /opt/SUNWspro/bin/CC -DHAVE_CONFIG_H -I. -I.
-I.. -I/usr/local/qt/include  -pto -O2 -c QwSpriteField.cpp
/opt/SUNWspro/bin/CC -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/local/qt/include -pto
-O2 -c -KPIC -DPIC QwSpriteField.cpp
"QwSpriteField.h", line 410: Error: A member cannot be initialized except in a
constructor.
"QwSpriteField.h", line 450:     Where: While specializing
"QwMobilePositionedSprite<int>".
"QwSpriteField.h", line 450:     Where: Specialized in non-template code.
"QwSpriteField.h", line 411: Error: Use ";" to terminate declarations.
"QwSpriteField.h", line 450:     Where: While specializing
"QwMobilePositionedSprite<int>".
"QwSpriteField.h", line 450:     Where: Specialized in non-template code.
"QwSpriteField.h", line 411: Error: A member cannot be initialized except in a
constructor.
"QwSpriteField.h", line 450:     Where: While specializing
"QwMobilePositionedSprite<int>".
"QwSpriteField.h", line 450:     Where: Specialized in non-template code.
"QwSpriteField.h", line 412: Error: Use ";" to terminate declarations.
"QwSpriteField.h", line 450:     Where: While specializing
"QwMobilePositionedSprite<int>".
"QwSpriteField.h", line 450:     Where: Specialized in non-template code.
"QwSpriteField.h", line 412: Error: A member cannot be initialized except in a
constructor.
"QwSpriteField.h", line 450:     Where: While specializing
"QwMobilePositionedSprite<int>".
"QwSpriteField.h", line 450:     Where: Specialized in non-template code.
"QwSpriteField.h", line 413: Error: Use ";" to terminate declarations.
"QwSpriteField.h", line 450:     Where: While specializing
"QwMobilePositionedSprite<int>".
"QwSpriteField.h", line 450:     Where: Specialized in non-template code.
"QwSpriteField.h", line 413: Error: A member cannot be initialized except in a
constructor.
"QwSpriteField.h", line 450:     Where: While specializing
"QwMobilePositionedSprite<int>".
"QwSpriteField.h", line 450:     Where: Specialized in non-template code.
"QwSpriteField.h", line 414: Error: Use ";" to terminate declarations.
"QwSpriteField.h", line 450:     Where: While specializing
"QwMobilePositionedSprite<int>".
"QwSpriteField.h", line 450:     Where: Specialized in non-template code.
"QwSpriteField.h", line 410: Error: A member cannot be initialized except in a
constructor.
"QwSpriteField.h", line 456:     Where: While specializing
"QwMobilePositionedSprite<double>".
"QwSpriteField.h", line 456:     Where: Specialized in non-template code.
"QwSpriteField.h", line 411: Error: Use ";" to terminate declarations.
"QwSpriteField.h", line 456:     Where: While specializing
"QwMobilePositionedSprite<double>".
"QwSpriteField.h", line 456:     Where: Specialized in non-template code.
"QwSpriteField.h", line 411: Error: A member cannot be initialized except in a
constructor.
"QwSpriteField.h", line 456:     Where: While specializing
"QwMobilePositionedSprite<double>".
"QwSpriteField.h", line 456:     Where: Specialized in non-template code.
"QwSpriteField.h", line 412: Error: Use ";" to terminate declarations.
"QwSpriteField.h", line 456:     Where: While specializing
"QwMobilePositionedSprite<double>".
"QwSpriteField.h", line 456:     Where: Specialized in non-template code.
"QwSpriteField.h", line 412: Error: A member cannot be initialized except in a
constructor.
"QwSpriteField.h", line 456:     Where: While specializing
"QwMobilePositionedSprite<double>".
"QwSpriteField.h", line 456:     Where: Specialized in non-template code.
"QwSpriteField.h", line 413: Error: Use ";" to terminate declarations.
"QwSpriteField.h", line 456:     Where: While specializing
"QwMobilePositionedSprite<double>".
"QwSpriteField.h", line 456:     Where: Specialized in non-template code.
"QwSpriteField.h", line 413: Error: A member cannot be initialized except in a
constructor.
"QwSpriteField.h", line 456:     Where: While specializing
"QwMobilePositionedSprite<double>".
"QwSpriteField.h", line 456:     Where: Specialized in non-template code.
"QwSpriteField.h", line 414: Error: Use ";" to terminate declarations.
"QwSpriteField.h", line 456:     Where: While specializing
"QwMobilePositionedSprite<double>".
"QwSpriteField.h", line 456:     Where: Specialized in non-template code.
"QwSpriteField.h", line 536: Warning: QwTextSprite::at hides the virtual
function QwSpriteFieldGraphic::at(const QImage*, const QRect&) const.
"QwPublicList.cpp", line 103: Error: A previously specified default argument
value cannot be changed.
"QwSpriteField.cpp", line 296: Error: Multiple declaration for graphic.
"QwSpriteField.cpp", line 329: Error: Multiple declaration for graphic.
"QwSpriteField.cpp", line 577: Warning: double_buffer hides
QwSpriteField::double_buffer.
"QwSpriteField.cpp", line 1063: Warning: chunksize hides
QwSpriteField::chunksize.
"QwSpriteField.cpp", line 1063: Warning: maxclusters hides
QwSpriteField::maxclusters.
"QwSpriteField.cpp", line 1386: Warning: mask hides QwSpritePixmap::mask.
"QwSpriteField.cpp", line 2537: Error: An integer constant expression is
required within the array subscript operator.
"QwSpriteField.cpp", line 2550: Error: An integer constant expression is
required within the array subscript operator.
21 Error(s) and 5 Warning(s) detected.
*** Error code 1
make: Fatal error: Command failed for target `QwSpriteField.lo'
Current working directory /common/people/barry/kde/kdesupport/QwSpriteField
*** Error code 1
make: Fatal error: Command failed for target `all-recursive'
Current working directory /common/people/barry/kde/kdesupport
*** Error code 1
make: Fatal error: Command failed for target `all-recursive-am'


################################################################################
# Using gcc/g++ 2.8.1 (configure output)
################################################################################
creating cache ./config.cache
checking host system type... sparc-sun-solaris2.6
checking target system type... sparc-sun-solaris2.6
checking build system type... sparc-sun-solaris2.6
checking for a BSD compatible install... /usr/local/gnu/bin//install -c
checking whether build environment is sane... yes
checking whether make sets ${MAKE}... yes
checking for working aclocal... missing
checking for working autoconf... missing
checking for working automake... missing
checking for working autoheader... missing
checking for working makeinfo... missing
checking for a C-Compiler... 
checking for gcc... gcc
checking whether the C compiler (gcc  -s) works... yes
checking whether the C compiler (gcc  -s) is a cross-compiler... no
checking whether we are using GNU C... yes
checking how to run the C preprocessor... gcc -E
checking for a C++-Compiler... 
checking for g++... g++
checking whether the C++ compiler (g++  -s) works... yes
checking whether the C++ compiler (g++  -s) is a cross-compiler... no
checking whether we are using GNU C++... yes
checking for ranlib... ranlib
checking for ld used by GCC... /usr/ccs/bin/ld
checking if the linker (/usr/ccs/bin/ld) is GNU ld... no
checking for BSD-compatible nm... /usr/ccs/bin/nm -p
checking whether ln -s works... yes
checking for g++ option to produce PIC... -fPIC
checking if g++ PIC flag -fPIC works... yes
checking if g++ static flag -static works... -static
checking if the linker (/usr/ccs/bin/ld) is GNU ld... no
checking whether the linker (/usr/ccs/bin/ld) supports shared libraries... yes
checking command to parse /usr/ccs/bin/nm -p output... yes
checking how to hardcode library paths into programs... immediate
checking for /usr/ccs/bin/ld option to reload object files... -r
checking dynamic linker characteristics... solaris2.6 ld.so
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking for objdir... .libs
creating libtool
checking for AIX... no
checking for minix/config.h... no
checking for X... libraries /usr/openwin/lib, headers /usr/openwin/include
checking for QT... libraries /usr/local/qt/lib, headers /usr/local/qt/include
checking if Qt compiles without flags... no
checking for moc... /usr/local/qt/bin/moc
checking for socket in -lsocket... yes
checking for dirent.h that defines DIR... yes
checking for opendir in -ldir... no
checking how to run the C++ preprocessor... g++ -E
checking for ANSI C header files... yes
checking for size_t... yes
checking whether time.h and sys/time.h may both be included... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for sys/file.h... yes
checking for unistd.h... yes
checking for fcntl.h... yes
checking for sys/types.h... yes
checking for fcntl.h... (cached) yes
checking for unistd.h... (cached) yes
checking for memory.h... yes
checking for malloc.h... yes
checking for errno.h... yes
checking for io.h... no
checking for sys/time.h... yes
checking for stdarg.h... yes
checking for stddef.h... yes
checking for gettimeofday... yes
checking for tempnam... yes
checking for sysent.h... no
checking for  in -ldbm... no
checking for  in -lndbm... no
checking for rename... yes
checking for ftruncate... yes
checking for flock... no
checking for bcopy... yes
checking for fsync... yes
checking for getopt... yes
checking for working alloca.h... yes
checking for alloca... yes
checking for off_t... yes
checking for st_blksize in struct stat... yes
checking for strerror... yes
checking for stdin... yes
checking if the compiler supports function prototypes... yes
checking for working const... yes
checking for inline... inline
checking whether time.h and sys/time.h may both be included... (cached) yes
checking for bool... yes
checking for gethostname... yes
updating cache ./config.cache
creating ./config.status
creating Makefile
creating jpeglib6a/Makefile
creating giflib30/Makefile
creating mimelib/Makefile
creating uulib/Makefile
creating gdbm/Makefile
creating QwSpriteField/Makefile
creating config.h
config.h is unchanged

################################################################################
# Using gcc/g++ 2.8.1 (make output -- second trial to show just the error)
################################################################################
make all-recursive
Making all in jpeglib6a
Making all in gdbm
Making all in giflib30
Making all in mimelib
Making all in uulib
Making all in QwSpriteField
/bin/sh ../libtool --mode=link g++ -O2 -Wall -L/usr/local/qt/lib
-L/usr/openwin/lib -o example  example.o libQwSpriteField.la -lqt -lX11 -lsocket
-lnsl 
g++ -O2 -Wall -L/usr/local/qt/lib -L/usr/openwin/lib -o .libs/example example.o
-R/usr/local/kde/lib .libs/libQwSpriteField.so -L/usr/local/qt/lib
-L/usr/openwin/lib -lqt -lX11 -lsocket -lnsl -lqt -lX11 -lsocket -lnsl
Undefined                       first referenced
 symbol                             in file
boundingRect__8QPainteriiiiiPCciPPc .libs/libQwSpriteField.so
setFileName__8QImageIOPCc           .libs/libQwSpriteField.so
__7QPixmapiii                       example.o
__0OnwUi                            /usr/local/qt/lib/libqt.so
startTimer__7QObjecti               example.o
mousePressEvent__7QWidgetP11QMouseEvent example.o
drawPixmap__8QPainterRC6QPointRC7QPixmap .libs/libQwSpriteField.so
connect__7QObjectPC7QObjectPCcT1T2  .libs/libQwSpriteField.so
moveBy__5QRectii                    example.o
load__7QPixmapPCcT1Q27QPixmap9ColorMode .libs/libQwSpriteField.so
resizeEvent__7QWidgetP12QResizeEvent example.o
__5QFontPCciib                      example.o
drawRect__8QPainteriiii             example.o
_._12QApplication                   example.o
setFont__7QWidgetRC5QFont           example.o
paintEvent__7QWidgetP11QPaintEvent  example.o
convertToImage__C7QPixmap           .libs/libQwSpriteField.so
__tf6QGList                         example.o
backgroundPixmapChange__7QWidgetRC7QPixmap example.o
__8QImageIO                         .libs/libQwSpriteField.so
__ti6QGList                         example.o
write__C6QGListR11QDataStreamPv     example.o
_vt.10QScrollBar                    .libs/libQwSpriteField.so
sprintf__7QStringPCce               example.o
metric__C7QWidgeti                  example.o
detach__7QPixmap                    .libs/libQwSpriteField.so
backgroundColorChange__7QWidgetRC6QColor example.o
enterEvent__7QWidgetP6QEvent        example.o
open__5QFilei                       .libs/libQwSpriteField.so
first__6QGList                      .libs/libQwSpriteField.so
x11Event__7QWidgetP7_XEvent         example.o
setCursor__7QWidgetRC7QCursor       example.o
move__7QWidgetii                    example.o
duplicate__7QGArrayPCcUi            .libs/libQwSpriteField.so
setRange__13QRangeControlii         .libs/libQwSpriteField.so
setBackgroundColor__7QWidgetRC6QColor example.o
setClipRect__8QPainterRC5QRect      .libs/libQwSpriteField.so
connectNotify__7QObjectPCc          example.o
end__8QPainter                      example.o
closeEvent__7QWidgetP11QCloseEvent  example.o
readLine__5QFilePcUi                .libs/libQwSpriteField.so
eventFilter__7QObjectP7QObjectP6QEvent example.o
moveEvent__7QWidgetP10QMoveEvent    example.o
_ex_rethrow_q                       /usr/local/qt/lib/libqt.so
_pure_error_                        /usr/local/qt/lib/libqt.so
mouseMoveEvent__7QWidgetP11QMouseEvent example.o
duplicate__7QGArrayRC7QGArray       example.o
begin__8QPainterPC12QPaintDevice    example.o
drawText__8QPainteriiiiiPCciP5QRectPPc example.o
next__6QGList                       .libs/libQwSpriteField.so
__7QStringPCc                       .libs/libQwSpriteField.so
__7QPixmapRC7QPixmap                .libs/libQwSpriteField.so
xForm__C8QPainterRC6QPoint          .libs/libQwSpriteField.so
convertFromImage__7QPixmapRC6QImageQ27QPixmap9ColorMode
.libs/libQwSpriteField.so
__tf7QWidget                        example.o
_._5QFile                           .libs/libQwSpriteField.so
cmd__12QPaintDeviceiP8QPainterP13QPDevCmdParam example.o
_vector_con_                        /usr/local/qt/lib/libqt.so
scanLine__C6QImagei                 .libs/libQwSpriteField.so
fontMet__C12QPaintDeviceP5QFontiPCci example.o
event__7QWidgetP6QEvent             example.o
__ti7QGArray                        example.o
resize__7QPixmapii                  .libs/libQwSpriteField.so
fillRect__8QPainteriiiiRC6QBrush    .libs/libQwSpriteField.so
setGeometry__7QWidgetiiii           example.o
__8QPainter                         example.o
contains__C5QRectRC6QPointb         .libs/libQwSpriteField.so
translate__8QPainterff              .libs/libQwSpriteField.so
__8QPainterPC12QPaintDevice         .libs/libQwSpriteField.so
__6QGList                           example.o
__0OdlPv                            /usr/local/qt/lib/libqt.so
repaint__7QWidgetiiiib              .libs/libQwSpriteField.so
clear__6QGList                      example.o
contains__C5QRectRC5QRectb          .libs/libQwSpriteField.so
keyReleaseEvent__7QWidgetP9QKeyEvent example.o
__tf7QPixmap                        .libs/libQwSpriteField.so
_vt.10QScrollBar.13QRangeControl    .libs/libQwSpriteField.so
_._6QBrush                          .libs/libQwSpriteField.so
_._7QPixmap                         example.o
adjustSize__7QWidget                example.o
createHeuristicMask__C7QPixmapb     example.o
setPen__8QPainterRC6QColor          example.o
setClipping__8QPainterb             .libs/libQwSpriteField.so
__12QApplicationRiPPc               example.o
keyPressEvent__7QWidgetP9QKeyEvent  example.o
read__6QGListR11QDataStreamRPv      example.o
focusNextPrevChild__7QWidgetb       example.o
show__7QWidget                      example.o
__6QImageRC6QImage                  .libs/libQwSpriteField.so
focusInEvent__7QWidgetP11QFocusEvent example.o
timerEvent__7QObjectP11QTimerEvent  .libs/libQwSpriteField.so
setSteps__13QRangeControlii         .libs/libQwSpriteField.so
exec__12QApplication                example.o
drawLine__8QPainteriiii             example.o
fontChange__7QWidgetRC5QFont        example.o
checkConnectArgs__7QObjectPCcPC7QObjectT1 example.o
__6QGListRC6QGList                  example.o
setStyle__7QWidget8GUIStyle         example.o
compareItems__6QGListPvT1           example.o
read__8QImageIO                     .libs/libQwSpriteField.so
__ti7QWidget                        example.o
__7QWidgetP7QWidgetPCcUi            example.o
__as__5QFontRC5QFont                .libs/libQwSpriteField.so
setPalette__7QWidgetRC8QPalette     example.o
setRgb__6QColoriii                  example.o
_._7QGArray                         example.o
__tf7QGArray                        example.o
className__C7QWidget                example.o
backgroundMode__C7QWidget           .libs/libQwSpriteField.so
newData__7QGArray                   example.o
mouseDoubleClickEvent__7QWidgetP11QMouseEvent example.o
setMainWidget__12QApplicationP7QWidget example.o
drawPixmap__8QPainteriiRC7QPixmapiiii .libs/libQwSpriteField.so
badSuperclassWarning__7QObjectPCcT1 .libs/libQwSpriteField.so
setBackgroundPixmap__7QWidgetRC7QPixmap example.o
append__6QGListPv                   example.o
_vt.10QScrollBar.12QPaintDevice     .libs/libQwSpriteField.so
enabledChange__7QWidgetb            example.o
__7QPixmap                          .libs/libQwSpriteField.so
leaveEvent__7QWidgetP6QEvent        example.o
__10QScrollBarQ210QScrollBar11OrientationP7QWidgetPCc .libs/libQwSpriteField.so
fontInf__C12QPaintDeviceP5QFonti    example.o
__11QMetaObjectPCcT1P9QMetaDataiT3i .libs/libQwSpriteField.so
setRect__5QRectiiii                 .libs/libQwSpriteField.so
disconnectNotify__7QObjectPCc       example.o
__ti7QPixmap                        .libs/libQwSpriteField.so
__6QBrushRC6QColor10BrushStyle      .libs/libQwSpriteField.so
styleChange__7QWidget8GUIStyle      example.o
__as__6QColorRC6QColor              .libs/libQwSpriteField.so
metric__C7QPixmapi                  .libs/libQwSpriteField.so
_._8QImageIO                        .libs/libQwSpriteField.so
bitBlt__FP12QPaintDeviceiiPC12QPaintDeviceiiii8RasterOpb
.libs/libQwSpriteField.so
focusOutEvent__7QWidgetP11QFocusEvent example.o
__7QBitmap                          .libs/libQwSpriteField.so
_._5QFont                           example.o
intersects__C5QRectRC5QRect         .libs/libQwSpriteField.so
setMask__7QPixmapRC7QBitmap         example.o
setBackgroundMode__7QWidgetQ27QWidget14BackgroundMode .libs/libQwSpriteField.so
initMetaObject__7QWidget            example.o
deleteData__7QGArrayPQ27QGArray10array_data example.o
setEnabled__7QWidgetb               example.o
_._7QWidget                         example.o
setFont__8QPainterRC5QFont          example.o
removeRef__6QGListPv                .libs/libQwSpriteField.so
hide__7QWidget                      example.o
_._8QPainter                        example.o
intersect__C5QRectRC5QRect          .libs/libQwSpriteField.so
_._6QGList                          example.o
warning__FPCce                      .libs/libQwSpriteField.so
newItem__11QCollectionPv            example.o
__5QFont                            .libs/libQwSpriteField.so
resize__7QWidgetii                  example.o
__5QFilePCc                         .libs/libQwSpriteField.so
sizeHint__C7QWidget                 example.o
__7QGArray                          example.o
_._6QImage                          .libs/libQwSpriteField.so
__5QFontRC5QFont                    .libs/libQwSpriteField.so
close__7QWidgetb                    example.o
metaObject__C7QWidget               example.o
mouseReleaseEvent__7QWidgetP11QMouseEvent example.o
paletteChange__7QWidgetRC8QPalette  example.o
_7QWidget.metaObj                   .libs/libQwSpriteField.so
ld: fatal: Symbol referencing errors. No output written to .libs/example
*** Error code 1
make: Fatal error: Command failed for target `example'
Current working directory /common/people/barry/kde/kdesupport/QwSpriteField
*** Error code 1
make: Fatal error: Command failed for target `all-recursive'
Current working directory /common/people/barry/kde/kdesupport
*** Error code 1
make: Fatal error: Command failed for target `all-recursive-am'
-- 
Send posts to:  kde@lists.netcentral.net
 Send all commands to:  kde-request@lists.netcentral.net
  Put your command in the SUBJECT of the message:
   "subscribe", "unsubscribe", "set digest on", or "set digest off"
**********************************************************************
This list is from your pals at NetCentral <http://www.netcentral.net/>

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

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