From _nicki@mail.ru Sat May 12 01:48:51 2001 Received: from smtp5.port.ru (mx5.port.ru [194.67.23.40]) by swi.psy.uva.nl (8.11.2/8.11.2) with ESMTP id f4BNmo320860 for ; Sat, 12 May 2001 01:48:51 +0200 (MET DST) Received: from ts12-a59.dial.sovam.com ([195.239.1.59] helo=unemployed) by smtp5.port.ru with smtp (Exim 3.14 #6) id 14yMeJ-000BMo-00 for prolog@swi.psy.uva.nl; Sat, 12 May 2001 03:48:44 +0400 Message-ID: <00df01c0da75$37e50a80$ca07efc3@unemployed> From: =?koi8-r?B?7snLz8zByiDmxcTP0s/X?= <_nicki@mail.ru> To: "Prolog Mailing List" Subject: [SWIPL] Realy trouble ? Date: Sat, 12 May 2001 03:50:50 +0400 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_00DC_01C0DA96.BC131290" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2919.6700 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6700 This is a multi-part message in MIME format. ------=_NextPart_000_00DC_01C0DA96.BC131290 Content-Type: text/plain; charset="koi8-r" Content-Transfer-Encoding: quoted-printable Hi, excuse me for stupid question, I never used gcc before. compiling xpce(libraries) for QNX RTP v6 on PC. pl was generated successfully and works(in principle). # make so g++ -c -I../include -Wall -O2 -I. -I../src -I/usr/X11R6/include -fPIC = -funsigned-char -DHAVE_CONFIG_H ../src/itf/main.cxx -o main.o In file included from ../src/itf/main.cxx:14: ../include/pce/Chain.h: In method `PceChain::PceChain(const PceChain = &)': ../include/pce/Chain.h:112: call of overloaded `PceObject(const PceChain = &)' is ambiguous ../include/pce/Pce.h:362: candidates are: PceObject::PceObject(const = PceObject &) ../include/pce/Pce.h:364: = PceObject::PceObject(PceArg) ../include/pce/Pce.h:368: = PceObject::PceObject(const char *) ../include/pce/Pce.h:373: = PceObject::PceObject(void *) mk: *** [libXPCEmain.a] Error 1 # info: # g++ -v Reading specs from /usr/lib/gcc-lib/ntox86/2.95.2/specs gcc version 2.95.2 19991024 (release) # Is it realy fatal error? Thanx. /Nick/ ------=_NextPart_000_00DC_01C0DA96.BC131290 Content-Type: text/html; charset="koi8-r" Content-Transfer-Encoding: quoted-printable
Hi, excuse me for stupid question, I never used gcc=20 before.
compiling xpce(libraries)    for QNX RTP v6 on = PC.
pl was generated successfully and works(in principle).

# = make=20 so
g++ -c -I../include -Wall -O2 -I. -I../src -I/usr/X11R6/include = -fPIC=20 -funsigned-char
      -DHAVE_CONFIG_H=20 ../src/itf/main.cxx -o main.o

In file included from=20 ../src/itf/main.cxx:14:
../include/pce/Chain.h: In method=20 `PceChain::PceChain(const PceChain = &)':
../include/pce/Chain.h:112: call=20 of overloaded `PceObject(const PceChain &)' is=20 ambiguous
../include/pce/Pce.h:362: candidates are:=20 PceObject::PceObject(const PceObject=20 &)
../include/pce/Pce.h:364:      &n= bsp;           &nb= sp;   =20 PceObject::PceObject(PceArg)
../include/pce/Pce.h:368:  &nbs= p;            = ;       =20 PceObject::PceObject(const char *) <near=20 match>
../include/pce/Pce.h:373:      = ;            =     =20 PceObject::PceObject(void *) <near match>
mk: *** = [libXPCEmain.a] Error=20 1
#

info:
# g++ -v
Reading specs from=20 /usr/lib/gcc-lib/ntox86/2.95.2/specs
gcc version 2.95.2 19991024=20 (release)
#

Is it realy fatal=20 error?
Thanx.
/Nick/
------=_NextPart_000_00DC_01C0DA96.BC131290--