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

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=aiyFS/Ad2puB/XchIr6b7UDmWnALBu40KsO7sFm0QcayUOLbhkJYzp6MIIgS2SqrrFLQtMVtdg4UoGsOPsnU+yyNGc92f/3rmqlZ3F/cu2Pdo2hpYOnjnjx78PZdz+ZLP3jjrYBepCrzEhfEbYlEUJIHorLtJjXo4y5lMfJ1kqE=
Message-ID: <2497d9a2050916193535cc3f0d@mail.gmail.com>
Date: Fri, 16 Sep 2005 22:35:09 -0400
From: Matthew Petricone <strstream AT gmail DOT com>
To: djgpp AT delorie DOT com
Subject: Re: stl_iterator missing?
In-Reply-To: <2497d9a20509161934346e4408@mail.gmail.com>
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>
<2497d9a20509161934346e4408 AT mail DOT gmail DOT com>
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_6237_5963664.1126924509803
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: quoted-printable
Content-Disposition: inline

Ohhh btw i was using the latest gpp with Windows XP Pro.

On 9/16/05, Matthew Petricone <strstream AT gmail DOT com> wrote:
>=20
> I am not having the problem you are at all. I got a multiple deffinition=
=20
> of conff(char*, char*, int).
> which was indeed a multiple deffinition. You included conff.cpp in tfc.cp=
pwhich would piss off just about any compiler I use. Once i remarked out th=
e=20
> 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=20
> without a problem. maybe it's that dosbox thing you are using, i am not=
=20
> familiar with it. try it in the windows command line utility,,, maybee wi=
th=20
> a fresh install?
>=20
> 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=20
> > 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,=
=20
> > > 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
> >=20
>

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

Ohhh btw i was using the latest gpp with Windows XP Pro.<br><br><div><span =
class=3D"gmail_quote">On 9/16/05, <b class=3D"gmail_sendername">Matthew Pet=
ricone</b> &lt;<a href=3D"mailto:strstream AT gmail DOT com">strstream AT gmail DOT com</=
a>&gt; wrote:
</span><blockquote class=3D"gmail_quote" style=3D"border-left: 1px solid rg=
b(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">I am not h=
aving the problem you are at all. I got a multiple deffinition of conff(cha=
r*, 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?<div><spa=
n class=3D"e" id=3D"q_10661eec8a11cbec_1"><br><br><div><span class=3D"gmail=
_quote">On 9/16/05, <b class=3D"gmail_sendername">Sulfurik Kixdemp Nosferat=
hus</b> &lt;
<a href=3D"mailto:sulfurik15 AT gmail DOT com" target=3D"_blank" onclick=3D"return=
 top.js.OpenExtLink(window,event,this)">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" target=3D"_blank" onclick=3D"return top.j=
s.OpenExtLink(window,event,this)">

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" target=3D"_blank" onclick=3D"return=
 top.js.OpenExtLink(window,event,this)">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-src.zi=
p" target=3D"_blank" onclick=3D"return top.js.OpenExtLink(window,event,this=
)">
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" target=3D"_blank" onclick=3D"return top.js.OpenExtL=
ink(window,event,this)">
strstream AT gmail DOT com</a>&gt; wrote in message<br><a href=3D"mailto:news:2497=
d9a20509160626326c8355 AT mail DOT gmail DOT com" target=3D"_blank" onclick=3D"return =
top.js.OpenExtLink(window,event,this)">news:2497d9a20509160626326c8355 AT mail=
.gmail.com
</a>
...<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" target=3D"_=
blank" onclick=3D"return top.js.OpenExtLink(window,event,this)">sulfurik15@=
gmail.com
</a>&gt; wrote:<br>Now I'm back to my initial problem:<br><br><a href=3D"ht=
tp://sulfurmidis.com/error.jpg" target=3D"_blank" onclick=3D"return top.js.=
OpenExtLink(window,event,this)">
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" target=3D"_blank" o=
nclick=3D"return top.js.OpenExtLink(window,event,this)">
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" target=3D"_blank" onclick=3D"return top.js.OpenExtLink(=
window,event,this)">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 DJG=
PP,
<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>

</span></div></blockquote></div><br>

------=_Part_6237_5963664.1126924509803--

- Raw text -


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