delorie.com/archives/browse.cgi   search  
Mail Archives: djgpp/2005/09/16/22:35:32

X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f
DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws;
s=beta; d=gmail.com;
h=received:message-id:date:from:reply-to:to:subject:in-reply-to:mime-version:content-type:references;
b=mYuWp6z3ZcblWOE/mNgtFjMQOetJ2PmuX+6gSi2OgJDQCuQGfVTPuLjhkFSCowza1pvwpVZhJsdV+TsqaSTGPytdCO91v2hNHDyMHtswl79DoKZ0NrJET7MIiXSxyMkpx+8SVeZyHEHyUzZaJoeGLpaJ0ukarE5GRGy0G3bJwog=
Message-ID: <2497d9a20509161934346e4408@mail.gmail.com>
Date: Fri, 16 Sep 2005 22:34:30 -0400
From: Matthew Petricone <strstream AT gmail DOT com>
To: djgpp AT delorie DOT com
Subject: Re: stl_iterator missing?
In-Reply-To: <HtHWe.186$g32.43@bignews1.bellsouth.net>
Mime-Version: 1.0
References: <K5nWe.2820$sO1 DOT 2754 AT bignews1 DOT bellsouth DOT net>
<200509160006 DOT j8G06L34022989 AT envy DOT delorie DOT com>
<0MxWe.2553$ha1 DOT 829 AT bignews6 DOT bellsouth DOT net>
<2497d9a20509160626326c8355 AT mail DOT gmail DOT com>
<7zFWe.90$g32 DOT 14 AT bignews1 DOT bellsouth DOT net>
<2497d9a2050916133020206a9c AT mail DOT gmail DOT com>
<HtHWe.186$g32 DOT 43 AT bignews1 DOT bellsouth DOT net>
Reply-To: djgpp AT delorie DOT com
Errors-To: nobody AT delorie DOT com
X-Mailing-List: djgpp AT delorie DOT com
X-Unsubscribes-To: listserv AT delorie DOT com

------=_Part_6233_26231106.1126924470743
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: quoted-printable
Content-Disposition: inline

I am not having the problem you are at all. I got a multiple deffinition of=
=20
conff(char*, char*, int).
which was indeed a multiple deffinition. You included conff.cpp in
tfc.cppwhich would piss off just about any compiler I use. Once i
remarked out the
initial deffinition in conff.cpp (it's not necessary), removed #include=20
conff.cpp from tcf.cpp, and added extern int conff(char * iFileName, char *=
=20
oFileName, int oType); in it's place everything compiled and linked without=
=20
a problem. maybe it's that dosbox thing you are using, i am not familiar=20
with it. try it in the windows command line utility,,, maybee with a fresh=
=20
install?

On 9/16/05, Sulfurik Kixdemp Nosferathus <sulfurik15 AT gmail DOT com> wrote:
>=20
> Oh, OK, thanks! ;-)
>=20
>=20
> "Matthew Petricone" <strstream AT gmail DOT com> wrote in message
> news:2497d9a2050916133020206a9c AT mail DOT gmail DOT com...
> K I'll try to compile it with djgpp later tonight and see what happens...
>=20
>=20
> On 9/16/05, Sulfurik Kixdemp Nosferathus < sulfurik15 AT gmail DOT com> wrote:
> My newest program, which compiles OK on Linux and Windows with GCC:
>=20
> http://www.sulfurmidis.com/sulfursoft/software/tfc-v1.0r2-src.zip
>=20
> Thanks! ;-)
>=20
>=20
> "Matthew Petricone" < strstream AT gmail DOT com> wrote in message
> news:2497d9a20509160626326c8355 AT mail DOT gmail DOT com...
> What is it that you are compiling?
>=20
>=20
> On 9/16/05, Sulfurik Kixdemp Nosferathus < sulfurik15 AT gmail DOT com> wrote:
> Now I'm back to my initial problem:
>=20
> http://sulfurmidis.com/error.jpg
>=20
> Do you know why it's doing this?
>=20
> I used unzip32exe this time...
>=20
> Thanks! ;-)
>=20
>=20
> "DJ Delorie" <dj AT delorie DOT com > wrote in message
> news:200509160006 DOT j8G06L34022989 AT envy DOT delorie DOT com ..
> >
> > Most likely, you didn't use djgpp's unzip32 program to install DJGPP,
> > and you got a mismatched set of long file name support. If so, you'll
> > have to remove the installed files and re-unzip them with unzip32.
>=20
>=20
>

------=_Part_6233_26231106.1126924470743
Content-Type: text/html; charset=ISO-8859-1
Content-Transfer-Encoding: quoted-printable
Content-Disposition: inline

I am not having the problem you are at all. I got a multiple deffinition of=
 conff(char*, char*, int).<br>
which was indeed a multiple deffinition. You included conff.cpp in
tfc.cpp which would piss off just about any compiler I&nbsp; use. Once
i remarked out the initial deffinition in conff.cpp (it's not
necessary), removed #include conff.cpp from tcf.cpp, and added extern
int conff(char * iFileName, char * oFileName, int oType); in it's place
everything compiled and linked without a problem. maybe it's that
dosbox thing you are using, i am not familiar with it. try it in the
windows&nbsp; command line utility,,, maybee with a fresh install?<br><br><=
div><span class=3D"gmail_quote">On 9/16/05, <b class=3D"gmail_sendername">S=
ulfurik Kixdemp Nosferathus</b> &lt;<a href=3D"mailto:sulfurik15 AT gmail DOT com"=
>sulfurik15 AT gmail DOT com
</a>&gt; wrote:</span><blockquote class=3D"gmail_quote" style=3D"border-lef=
t: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1=
ex;">Oh, OK, thanks! ;-)<br><br><br>&quot;Matthew Petricone&quot; &lt;<a hr=
ef=3D"mailto:strstream AT gmail DOT com">
strstream AT gmail DOT com</a>&gt; wrote in message<br>news:2497d9a205091613302020=
6a9c AT mail DOT gmail DOT com...<br>K I'll try to compile it with djgpp later tonight=
 and see what happens...<br><br><br>On 9/16/05, Sulfurik Kixdemp Nosferathu=
s &lt;=20
<a href=3D"mailto:sulfurik15 AT gmail DOT com">sulfurik15 AT gmail DOT com</a>&gt; wrote:=
<br>My newest program, which compiles OK on Linux and Windows with GCC:<br>=
<br><a href=3D"http://www.sulfurmidis.com/sulfursoft/software/tfc-v1.0r2-sr=
c.zip">
http://www.sulfurmidis.com/sulfursoft/software/tfc-v1.0r2-src.zip</a><br><b=
r>Thanks! ;-)<br><br><br>&quot;Matthew Petricone&quot; &lt; <a href=3D"mail=
to:strstream AT gmail DOT com">strstream AT gmail DOT com</a>&gt; wrote in message<br>new=
s:2497d9a20509160626326c8355 AT mail DOT gmail DOT com
...<br>What is it that you are compiling?<br><br><br>On 9/16/05, Sulfurik K=
ixdemp Nosferathus &lt; <a href=3D"mailto:sulfurik15 AT gmail DOT com">sulfurik15@=
gmail.com</a>&gt; wrote:<br>Now I'm back to my initial problem:<br><br><a h=
ref=3D"http://sulfurmidis.com/error.jpg">
http://sulfurmidis.com/error.jpg</a><br><br>Do you know why it's doing this=
?<br><br>I used unzip32exe this time...<br><br>Thanks! ;-)<br><br><br>&quot=
;DJ Delorie&quot; &lt;<a href=3D"mailto:dj AT delorie DOT com">dj AT delorie DOT com</a>
 &gt; wrote in message<br>news:<a href=3D"mailto:200509160006.j8G06L3402298=
9 AT envy DOT delorie DOT com">200509160006 DOT j8G06L34022989 AT envy DOT delorie DOT com</a> ..<br>=
&gt;<br>&gt; Most likely, you didn't use djgpp's unzip32 program to install=
 DJGPP,
<br>&gt; and you got a mismatched set of long file name support.&nbsp;&nbsp=
;If so, you'll<br>&gt; have to remove the installed files and re-unzip them=
 with unzip32.<br><br><br></blockquote></div><br>

------=_Part_6233_26231106.1126924470743--

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019