Issue 42087

Summary: module vcl build failure with --enable-kde in FC3
Product: Build Tools Reporter: kyoshida
Component: dmakeAssignee: hjs <hans-joachim.lankenau>
Status: CLOSED DUPLICATE QA Contact: issues@tools <issues>
Severity: Trivial    
Priority: P1 (highest) CC: issues
Version: 680m76   
Target Milestone: ---   
Hardware: All   
OS: All   
Issue Type: DEFECT Latest Confirmation in: ---
Developer Difficulty: ---
Attachments:
Description Flags
errors in SRC680_m73 build
none
errors in SRC680_m76 build none

Description kyoshida 2005-02-05 01:06:50 UTC
Module vcl fails with a huge number of "undefined references" errors at link 
time.  In m73, it failed when making libvclplug_kde.so.  In m76, it fails on 
libvclplug_gen.so. 
 
Here is my configure options used for both m73 and m76. 
 
export CC="ccache "$GCCROOT"/bin/gcc" 
export CXX="ccache "$GCCROOT"/bin/g++" 
export QTDIR=/usr/lib/qt-3.3 
export KDEDIR=/usr/lib/kde3 
export CFLAGS=$CFLAGS" -I/usr/include/kde -I/usr/include/qt" 
export LDFLAGS=$LDFLAGS" -L/usr/lib/kde3 -L"$QTDIR"/lib" 
export CXXFLAGS=$CFLAGS 
 
./configure --with-gcc-home=$GCCROOT --with-jdk-home=/usr/java/jdk 
--with-ant-home=/usr/local/ant --enable-kde --enable-gtk --enable-libart 
--enable-libsn --enable-cups --enable-fontconfig --without-fonts 
--with-system-python --with-system-zlib --with-system-freetype 
--with-system-boost --with-system-libxml --with-system-curl --enable-openldap 
--disable-fontooo --with-lang=en-US 
 
I will attach the error messages for the aforementioned milestones as 
attachments.
Comment 1 kyoshida 2005-02-05 01:09:10 UTC
Created attachment 22229 [details]
errors in SRC680_m73 build
Comment 2 kyoshida 2005-02-05 01:10:05 UTC
Created attachment 22230 [details]
errors in SRC680_m76 build
Comment 3 kyoshida 2005-02-05 01:14:43 UTC
I also use my patch submitted under Issue 41589 to get the qt libraries 
detected in FC3. 
Comment 4 pavel 2005-02-06 16:55:34 UTC
duplicate.


*** This issue has been marked as a duplicate of 41591 ***
Comment 5 hjs 2005-02-07 10:24:30 UTC
.