Re: compiling errors

2000-07-31 Thread Chris Gray
On Mon, Jul 31, 2000 at 12:57:22PM -0400, Patrick Dahiroc wrote: > hi all > > i'm having problems compiling a c++ program with g++. the errors > that i get are > > MapCB.o: In function `cMapDisp::cMapDisp(TACTMAP_OBJECT_CLASS)': > MapCB.o(.text+0x172): undefined reference to `callback_define_e

compiling errors

2000-07-31 Thread Patrick Dahiroc
hi all i'm having problems compiling a c++ program with g++. the errors that i get are MapCB.o: In function `cMapDisp::cMapDisp(TACTMAP_OBJECT_CLASS)': MapCB.o(.text+0x172): undefined reference to `callback_define_event(int,...)' MapCB.o(.text+0x18a): undefined reference to `callback_define_ev

Re: Postgresql 6.5 - compiling errors

1999-08-26 Thread Mark Brown
On Wed, Aug 25, 1999 at 11:12:43PM +0200, Johann Spies wrote: > My effort to create a .deb package from the postresql-source failed with > the following error message: > dh_perl -p libpgperl > make: dh_perl: Command not found > make: *** [binary-arch] Error 127 You need the potato version of deb

Re: Postgresql 6.5 - compiling errors

1999-08-25 Thread Brad
-BEGIN PGP SIGNED MESSAGE- On Wed, 25 Aug 1999, Johann Spies wrote: > My effort to create a .deb package from the postresql-source failed with > the following error message: > > dh_perl -p libpgperl > make: dh_perl: Command not found > make: *** [binary-arch] Error 127 > > > How can I

Postgresql 6.5 - compiling errors

1999-08-25 Thread Johann Spies
My effort to create a .deb package from the postresql-source failed with the following error message: dh_perl -p libpgperl make: dh_perl: Command not found make: *** [binary-arch] Error 127 How can I correct that? Johann

Kernel compiling errors

1999-04-16 Thread homega
I just had an error while running `make zInstall': gcc -D__KERNEL__ -I/usr/src/linux-2.0.35/include -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -fno-strength-reduce -pipe -m486 -malign-loops=2 -malign-jumps=2 -malign-functions=2 -DCPU=586 -c -o ide.o ide.c {standard input}: Assembler mes

Re: compiling errors:

1997-10-27 Thread Carey Evans
Paul Miller <[EMAIL PROTECTED]> writes: > Is there a reference of libc5 => libc6 conversion or a program which makes > conversion available? The general rule is, include the files the standards say you should, not the ones which worked (often only) under Linux libc5. The most useful secondary ru

Re: compiling errors:

1997-10-26 Thread Paul Miller
On 26 Oct 1997, Ben Pfaff wrote: > Paul Miller <[EMAIL PROTECTED]> writes: > > Add `#include ' to the top of the offending files. This is a > common libc5->libc6 conversion thing. > > Don't know about the others, offhand. Thanks! That helped with that package.. Is there a reference of libc5 =

Re: compiling errors:

1997-10-26 Thread Ben Pfaff
Paul Miller <[EMAIL PROTECTED]> writes: > errors with the 'kdenetwork' package > > c++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/local/kde/include > -I/usr/local/qt/include -I/usr/X11R6/include -g -c kmreaderwin.cpp > kmreaderwin.cpp: In method `bool KMReaderView::saveMail()': > kmreaderwin.cpp:504: `e

compiling errors:

1997-10-26 Thread Paul Miller
Is there any specific version of compile I need to use? Currently I'm using these programs: (all part of Debian hamm distribution) Qt 1.31 (not part of Debian hamm distribution) gcc 2.7.2.3 c++ 2.7.2.3 make 3.76.1 libc6-dev What on earth is wrong with my piece of shit system? Here are a few exa