Issue 42087 - module vcl build failure with --enable-kde in FC3
Summary: module vcl build failure with --enable-kde in FC3
Status: CLOSED DUPLICATE of issue 41591
Alias: None
Product: Build Tools
Classification: Code
Component: dmake (show other issues)
Version: 680m76
Hardware: All All
: P1 (highest) Trivial (vote)
Target Milestone: ---
Assignee: hjs
QA Contact: issues@tools
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-02-05 01:06 UTC by kyoshida
Modified: 2013-08-07 15:35 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments
errors in SRC680_m73 build (32.69 KB, text/txt)
2005-02-05 01:09 UTC, kyoshida
no flags Details
errors in SRC680_m76 build (113.07 KB, text/txt)
2005-02-05 01:10 UTC, kyoshida
no flags Details

Note You need to log in before you can comment on or make changes to this issue.
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
.