LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 03-05-2005, 03:01 PM   #1
elitecodex
Member
 
Registered: Feb 2004
Location: MD
Distribution: Fedora 9
Posts: 129

Rep: Reputation: 15
KDE 3.3 compile issues


Hello everyone. I am compiling KDE 3.3.2 using Konstruct and am recieving the following output errors when I am on kdesdk. I am using the meta/kde build.

Code:
Making all in libgettext
make[6]: Entering directory `/home/willc/apps/konstruct/kde/kdesdk/work/kdesdk-3.3.2/kbabel/common/libgettext'
if /bin/sh ../../../libtool --silent --mode=compile --tag=CXX g++ -DHAVE_CONFIG_H -I. -I. -I../../..   -DQT_THREAD_SUPPORT -I/home/willc/kde3.3.2/include -I/usr/X11R6/include -I/home/willc/kde3.3.2/include -I/usr/X11R6/include -D_REENTRANT  -Wnon-virtual-dtor -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -Wall -W -Wpointer-arith -Wwrite-strings -O2 -I/home/willc/kde3.3.2/include -I/usr/X11R6/include -L/home/willc/kde3.3.2/lib -L/usr/X11R6/lib -O2 -pipe -I/home/willc/kde3.3.2/include -I/usr/X11R6/include -L/home/willc/kde3.3.2/lib -L/usr/X11R6/lib -O2 -pipe -Wformat-security -Wmissing-format-attribute -fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION  -MT pofiles.lo -MD -MP -MF ".deps/pofiles.Tpo" -c -o pofiles.lo pofiles.cc; \
then mv -f ".deps/pofiles.Tpo" ".deps/pofiles.Plo"; else rm -f ".deps/pofiles.Tpo"; exit 1; fi
In file included from /usr/lib/gcc/i586-mandrake-linux-gnu/3.4.1/../../../../include/c++/3.4.1/backward/iostream.h:31,
                 from /usr/local/include/FlexLexer.h:47,
                 from pofiles.cc:241:
/usr/lib/gcc/i586-mandrake-linux-gnu/3.4.1/../../../../include/c++/3.4.1/backward/backward_warning.h:32:2: warning: #warning This file includes at least one deprecated or antiquated header. Please consider using one of the 32 headers found in section 17.4.1.2 of the C++ standard. Examples include substituting the <X> header for the <X.h> header for C++ includes, or <iostream> instead of the deprecated header <iostream.h>. To disable this warning use -Wno-deprecated.
In file included from /usr/local/include/FlexLexer.h:47,
                 from pofiles.cc:241:
/usr/lib/gcc/i586-mandrake-linux-gnu/3.4.1/../../../../include/c++/3.4.1/backward/iostream.h:36: error: `istream' is already declared in this scope
pofiles.cc:401:5: warning: "YY_STACK_USED" is not defined
pofiles.cc: In member function `virtual int GettextBaseFlexLexer::yylex()':
pofiles.cc:683: error: cannot convert `std::istream*' to `istream*' in assignment
pofiles.cc: In member function `void GettextBaseFlexLexer::yy_load_buffer_state()':
pofiles.cc:1216: error: cannot convert `istream*' to `std::istream*' in assignment
pofiles.cc: In member function `void GettextBaseFlexLexer::yy_init_buffer(yy_buffer_state*, std::istream*)':
pofiles.cc:1267: error: cannot convert `std::istream*' to `istream*' in assignment
pofiles.cc:1458:5: warning: "YY_MAIN" is not defined
make[6]: *** [pofiles.lo] Error 1
make[6]: Leaving directory `/home/willc/apps/konstruct/kde/kdesdk/work/kdesdk-3.3.2/kbabel/common/libgettext'
make[5]: *** [all-recursive] Error 1
make[5]: Leaving directory `/home/willc/apps/konstruct/kde/kdesdk/work/kdesdk-3.3.2/kbabel/common'
make[4]: *** [all-recursive] Error 1
make[4]: Leaving directory `/home/willc/apps/konstruct/kde/kdesdk/work/kdesdk-3.3.2/kbabel'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/home/willc/apps/konstruct/kde/kdesdk/work/kdesdk-3.3.2'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/home/willc/apps/konstruct/kde/kdesdk/work/kdesdk-3.3.2'
make[1]: *** [build-work/kdesdk-3.3.2/Makefile] Error 2
make[1]: Leaving directory `/home/willc/apps/konstruct/kde/kdesdk'
make: *** [dep-../../kde/kdesdk] Error 2
ive done some research and have found someone else with the same problem. here. I have attempted that solution and it still does not work. What else can I do to get this working?

Has anyone else had this problem and been able to get it working?

Thanks alot for any and all input!
 
Old 03-05-2005, 05:42 PM   #2
foo_bar_foo
Senior Member
 
Registered: Jun 2004
Posts: 2,553

Rep: Reputation: 53
http://dot.kde.org/1075813576/1075899172/
 
Old 03-05-2005, 06:16 PM   #3
elitecodex
Member
 
Registered: Feb 2004
Location: MD
Distribution: Fedora 9
Posts: 129

Original Poster
Rep: Reputation: 15
I already found that link (posted in the original message). It didnt work for me.

Thanks though.
 
Old 03-05-2005, 08:25 PM   #4
elitecodex
Member
 
Registered: Feb 2004
Location: MD
Distribution: Fedora 9
Posts: 129

Original Poster
Rep: Reputation: 15
Nevermind... I think I fixed i.

Thanks
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Linux 2.6.10.x+ compile issues VeryFrustrated Linux - Software 3 07-05-2005 11:00 PM
OSS issues after 2.6.10 compile KingOfDreams Slackware 6 03-04-2005 05:18 PM
Compile Issues Megadeth08902 Linux - Software 1 02-18-2005 09:49 PM
COMPILE issues meindlj Linux - Software 0 05-18-2004 04:43 PM
New Kernel Compile Issues. Streams Slackware 3 10-24-2003 02:49 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 10:39 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration