RE: Compiling source, was RE: [newbie] Make errors

2000-06-17 Thread Kaplan, Paul
] Sent: 6/14/00 7:49 PM Subject: RE: Compiling source, was RE: [newbie] Make errors Do you have the devel packages installed for both? If so, technically, it should work. Perhaps the solution is to install Mandrake. :P -Chris On Wed, 14 Jun 2000, you wrote: Thanks, As I indicated in another reply

[newbie] Make errors

2000-06-14 Thread Fred Hamilton
Well, with the help of everyone that responded to my cry for help, I am now able to use tar. Now... HELP again. I am receiving these errors when using make. make[4] *** [install-data-local] Error 255 make[3] *** [install-am] Error 2 make[2] *** [install-recursive] Error 1 make[1] ***

Re: [newbie] Make errors

2000-06-14 Thread Necrotica
This is a tricky question to answer, because it partially depends on what you're trying to compile. Most software cource that you download comes with a script called configure that checks your system, makes sure you have all the pre-requisites installed, etc. and creates special directive files

Re: [newbie] Make errors

2000-06-14 Thread Mark Weaver
Fred Hamilton wrote: Well, with the help of everyone that responded to my cry for help, I am now able to use tar. Now... HELP again. I am receiving these errors when using make. make[4] *** [install-data-local] Error 255 make[3] *** [install-am] Error 2 make[2] *** [install-recursive]

Compiling source, was RE: [newbie] Make errors

2000-06-14 Thread Kaplan, Paul
N- You seem quite knowledgeable about the rebuilding process so I will put to you a question that I asked on one of the redhat lists and has yet to be answered. I am trying to re-compile a recent wine release from a src.rpm file. The ./configure script trips when it tries to find the file

Re: Compiling source, was RE: [newbie] Make errors

2000-06-14 Thread laurent . duperval
On 14 Jun, Kaplan, Paul wrote: N- You seem quite knowledgeable about the rebuilding process so I will put to you a question that I asked on one of the redhat lists and has yet to be answered. I am trying to re-compile a recent wine release from a src.rpm file. The ./configure script

Re: [newbie] Make errors

2000-06-14 Thread Tom Brinkman
On Wed, 14 Jun 2000, you wrote: Well, with the help of everyone that responded to my cry for help, I am now able to use tar. Now... HELP again. I am receiving these errors when using make. make[4] *** [install-data-local] Error 255 make[3] *** [install-am] Error 2 make[2] ***

Re: Compiling source, was RE: [newbie] Make errors

2000-06-14 Thread Necrotica
First, upgrade your version of libstdc++. Also, I would upgrade your version of xpm (I just checked and I'm running at xpm-3.4k-8mdk). With any luck that will help. The main thing is upgrading libstdc++ - thats what is causing your compiler to tell you that it cannot compile an executable.

RE: Compiling source, was RE: [newbie] Make errors

2000-06-14 Thread Kaplan, Paul
[EMAIL PROTECTED] Subject:Re: Compiling source, was RE: [newbie] Make errors Use -I /usr/X11R6/include/X11. The -I path must contain the full path where the .h file exists. If the code says: #include "xpm.h"

RE: Compiling source, was RE: [newbie] Make errors

2000-06-14 Thread David Talbot
: Compiling source, was RE: [newbie] Make errors First, upgrade your version of libstdc++. Also, I would upgrade your version of xpm (I just checked and I'm running at xpm-3.4k-8mdk). With any luck that will help. The main thing is upgrading libstdc++ - thats

Re: Compiling source, was RE: [newbie] Make errors

2000-06-14 Thread flupke
Did you compile it yourself or did you try "rpm --rebuild pack.src.rpm"? Maybe there is a BAD solution you could try : make a symlink from /usr/include/xpm.h to /usr/X11R6/include/X11/xpm.h. This is not nice, but there are chances that it works. But hopefully, someone will have a better

RE: Compiling source, was RE: [newbie] Make errors

2000-06-14 Thread Necrotica
PM To: '[EMAIL PROTECTED]' Subject:Re: Compiling source, was RE: [newbie] Make errors First, upgrade your version of libstdc++. Also, I would upgrade your version of xpm (I just checked and I'm running at xpm-3.4k-8mdk