Problems with Debian2.0: Perl, Xincludes, ...

1998-06-08 Thread Wolfgang Gernot Bauer
Hi, Im having some problems with my Debian2.0 installation (upgrade from
Deb1.3). First, perl has a bug. aclocal does not work because it looks
for perl in /bin/perl and not in /usr/bin/perl where it is installed
(bug submitted).

When I try to compile KDE I get the following error-messages when using
configure:
 checking how to run the C++ preprocessor... g++ -E
 checking for X... configure: error: Can't find X includes. Please check your 
 installation and add the correct paths!

My debian1.3-system worked very well (and yes, I could compile KDE) but
it seems that the pre-2.0-version has more problems than I expected.

Anyone?
-- 
-
Gernot Bauer   Salzburger Kredit- und Wechsel-Bank AG
eMail: [EMAIL PROTECTED] (Office)   Makartplatz 3, 5020 Salzburg
Home: [EMAIL PROTECTED]   Austria/Europe
 Phone: ++43-662-8684-364
The answer is yes, me. Fax:  ++43-662-8684-23


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]


Re: Problems with Debian2.0: Perl, Xincludes, ...

1998-06-08 Thread E.L. Meijer \(Eric\)
 
 Hi, Im having some problems with my Debian2.0 installation (upgrade from
 Deb1.3). First, perl has a bug. aclocal does not work because it looks
 for perl in /bin/perl and not in /usr/bin/perl where it is installed
 (bug submitted).
 
 When I try to compile KDE I get the following error-messages when using
 configure:
  checking how to run the C++ preprocessor... g++ -E
  checking for X... configure: error: Can't find X includes. Please check 
  your 
  installation and add the correct paths!
 
 My debian1.3-system worked very well (and yes, I could compile KDE) but
 it seems that the pre-2.0-version has more problems than I expected.

It seems like you need to install the xlib6g-dev package.  This package
provides the standard set of include files for X, and some non-shared
libraries required for X client development.

HTH,

Eric Meijer


-- 
 E.L. Meijer ([EMAIL PROTECTED])  | tel. office +31 40 2472189
 Eindhoven Univ. of Technology | tel. lab.   +31 40 2475032
 Lab. for Catalysis and Inorg. Chem. (TAK) | tel. fax+31 40 2455054


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]


Re: Problems with Debian2.0: Perl, Xincludes, ...

1998-06-08 Thread Nuno Carvalho

  From what I'm remembered you need some include files like Intrinsic.h
so try to install the xlib6-dev package !
 
  I'm not sure at the moment if it's on this package !


 Best regards,
   Nuno Carvalho


---
 Nuno Emanuel Carvalho  
 University of Coimbra 
 Dep. of Informatics Engineering  
 PORTUGAL  
  URL: http://student.dei.uc.pt/~nemanuel 
  e-mail: [EMAIL PROTECTED] 
---

 When I try to compile KDE I get the following error-messages when using
 configure:
  checking how to run the C++ preprocessor... g++ -E
  checking for X... configure: error: Can't find X includes. Please check 
  your 
  installation and add the correct paths!


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]


Re: Problems with Debian2.0: Perl, Xincludes, ...

1998-06-08 Thread Ed Cogburn
Wolfgang Gernot Bauer wrote:
 
 Hi, Im having some problems with my Debian2.0 installation (upgrade from
 Deb1.3). First, perl has a bug. aclocal does not work because it looks
 for perl in /bin/perl and not in /usr/bin/perl where it is installed
 (bug submitted).
 
 When I try to compile KDE I get the following error-messages when using
 configure:
  checking how to run the C++ preprocessor... g++ -E
  checking for X... configure: error: Can't find X includes. Please check your
  installation and add the correct paths!
 
 My debian1.3-system worked very well (and yes, I could compile KDE) but
 it seems that the pre-2.0-version has more problems than I expected.
 
 Anyone?
 --


As the others said, you need the following packages:

xlib6g-dev_3.3.2.1-1.deb
xlib6g_3.3.2.1-1.deb


-- 
Ed


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]


Re: Problems with Debian2.0: Perl, Xincludes, ...

1998-06-08 Thread Wolfgang Gernot Bauer
Nuno Carvalho wrote:
 
   From what I'm remembered you need some include files like Intrinsic.h
 so try to install the xlib6-dev package !
 
   I'm not sure at the moment if it's on this package !

  When I try to compile KDE I get the following error-messages when using
  configure:
   checking how to run the C++ preprocessor... g++ -E
   checking for X... configure: error: Can't find X includes. Please check 
   your
   installation and add the correct paths!
Thanx, that worked.

-- 
-
Gernot Bauer   Salzburger Kredit- und Wechsel-Bank AG
eMail: [EMAIL PROTECTED] (Office)   Makartplatz 3, 5020 Salzburg
Home: [EMAIL PROTECTED]   Austria/Europe
 Phone: ++43-662-8684-364
The answer is yes, me. Fax:  ++43-662-8684-23


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]