delorie.com/archives/browse.cgi   search  
Mail Archives: djgpp/2005/09/17/15:16:09

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=AV8hy4B+x/ag9JlwMiHY7sIurVGgqN+OZ0NPs7xJLFx3a1QAsA0dvgtqhF0qAI0f6zWRK6nYMcYghUOKrl0S5YMiYqljsLp5Dc1Fck/y0mpuWmm7ummjf3WS2skVg9ZWODt+r9ESP3jwOOSzhU209ug/yT5Nc4/3UR+kSDQCenw=
Message-ID: <2497d9a205091712156b403b55@mail.gmail.com>
Date: Sat, 17 Sep 2005 15:15:46 -0400
From: Matthew Petricone <strstream AT gmail DOT com>
To: djgpp AT delorie DOT com
Subject: Re: stl_iterator missing?
In-Reply-To: <2497d9a2050917115950fb8ac7@mail.gmail.com>
Mime-Version: 1.0
References: <K5nWe.2820$sO1 DOT 2754 AT bignews1 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>
<2497d9a2050916193535cc3f0d AT mail DOT gmail DOT com>
<2497d9a205091619382c1f1e56 AT mail DOT gmail DOT com>
<q%YWe.10546$mw5 DOT 7401 AT bignews3 DOT bellsouth DOT net>
<2497d9a2050917115950fb8ac7 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_8128_14989086.1126984546131
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: quoted-printable
Content-Disposition: inline

Ok i just installed DOSBox, setup djgpp to run in it, and i think your=20
problem is DOSBox. I get the same errors as you now, and i know it's not th=
e=20
installation of djgpp so it's gotta be DOSBox. Have you tried to use BOCHS=
=20
with a DOS image? It's a pain to setup but it's been tested and proven.

On 9/17/05, Matthew Petricone <strstream AT gmail DOT com> wrote:
>=20
> As Far as i know everything in the /include/cxx/401/bits/ directory is=20
> core std c++ header stuff which shouldn't be throwing those errors. Is=20
> DosBox a DOS emulator? maybe it's something with that. That's all I meant=
.=20
> I'll go look into that now too... It's not your code that works fine, so =
it=20
> must be the install or the enviornment you are building under.
>=20
> On 9/17/05, Sulfurik Kixdemp Nosferathus <sulfurik15 AT gmail DOT com> wrote:
> >=20
> > 1. What's wrong with the include? :-S
> >=20
> > 2.Well, I did the same thing on XP Home, and it worked, but my problem=
=20
> > is
> > with the DJGPP DOS version. :-P
> >=20
> > 3. What do you mean with "stock djgpp stuff"?
> >=20
> > Much thanks! ;-)
> >=20
> >=20
> > PS: I got an email from listmaster AT delorie DOT com saying that my e-mail=20
> > addres
> > wasn't in the subscribers list... To whoever sent that, this is my
> > subscriber email:
> >=20
> > julio975 AT bellsouth DOT net
> >=20
> > That's my ISP email... :-O\
> >=20
> >=20
> > "Matthew Petricone" <strstream AT gmail DOT com > wrote in message
> > news:2497d9a205091619382c1f1e56 AT mail DOT gmail DOT com...
> > Just realized this now... sorry for the spamming... the errors you are
> > getting seem to be errors with the cpp includes which should be stock=
=20
> > djgpp=20
> > stuff, you shouldn't have errors with those that i know of.
> >=20
> >=20
> > On 9/16/05, Matthew Petricone <strstream AT gmail DOT com > wrote:
> > Ohhh btw i was using the latest gpp with Windows XP Pro.=20
> >=20
> >=20
> >=20
> > On 9/16/05, Matthew Petricone <strstream AT gmail DOT com > wrote:
> > I am not having the problem you are at all. I got a multiple deffinitio=
n=20
> > of
> > conff(char*, char*, int).=20
> > which was indeed a multiple deffinition. You included conff.cpp in=20
> > tfc.cpp
> > which would piss off just about any compiler I use. Once i remarked out=
=20
> > 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,=20
> > char *
> > 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 familia=
r=20
> >=20
> > with it. try it in the windows command line utility,,, maybee with a=20
> > fresh
> > install?
> >=20
> >=20
> >=20
> > On 9/16/05, Sulfurik Kixdemp Nosferathus < sulfurik15 AT gmail DOT com > wrote=
:=20
> >=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
> >=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 mailgmail DOT com ..
> > What is it that you are compiling?
> >=20
> >=20
> > On 9/16/05, Sulfurik Kixdemp Nosferathus < sulfurik15 AT gmail DOT com > wrote=
:=20
> >=20
> > 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
> >=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
> >=20
> >=20
>

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

Ok i just installed DOSBox, setup djgpp to run in it, and i think your
problem is DOSBox. I get the same errors as you now, and i know it's
not the installation of djgpp so it's gotta be DOSBox. Have you tried
to use BOCHS with a DOS image? It's a pain to setup but it's been
tested and proven.<br><br><div><span class=3D"gmail_quote">On 9/17/05, <b c=
lass=3D"gmail_sendername">Matthew Petricone</b> &lt;<a href=3D"mailto:strst=
ream AT gmail DOT com">strstream AT gmail DOT com</a>&gt; wrote:</span><blockquote class=
=3D"gmail_quote" style=3D"border-left: 1px solid rgb(204, 204, 204); margin=
: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
As Far as i know everything in the /include/cxx/401/bits/ directory is
core std c++ header stuff which shouldn't be throwing those errors. Is
DosBox a DOS emulator? maybe it's something with that. That's all I
meant. I'll go look into that now too... It's not your code that works
fine, so it must be the install or the enviornment you are building
under.<div><span class=3D"e" id=3D"q_10665742bd1f7d6c_1"><br><br><div><span=
 class=3D"gmail_quote">On 9/17/05, <b class=3D"gmail_sendername">Sulfurik K=
ixdemp Nosferathus</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-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.=
8ex; padding-left: 1ex;">
1. What's wrong with the include? :-S<br><br>2.Well, I did the same thing o=
n XP Home, and it worked, but my problem is<br>with the DJGPP DOS version. =
:-P<br><br>3. What do you mean with &quot;stock djgpp stuff&quot;?<br>
<br>
Much thanks! ;-)<br><br><br>PS: I got an email from <a href=3D"mailto:listm=
aster AT delorie DOT com" target=3D"_blank" onclick=3D"return top.js.OpenExtLink(w=
indow,event,this)">listmaster AT delorie DOT com</a> saying that my e-mail addres<=
br>
wasn't in the subscribers list... To whoever&nbsp;&nbsp;sent that, this is =
my<br>
subscriber email:<br><br><a href=3D"mailto:julio975 AT bellsouth DOT net" target=
=3D"_blank" onclick=3D"return top.js.OpenExtLink(window,event,this)">julio9=
75 AT bellsouth DOT net</a><br><br>That's my ISP email... :-O\<br><br><br>&quot;Ma=
tthew Petricone&quot; &lt;
<a href=3D"mailto:strstream AT gmail DOT com" target=3D"_blank" onclick=3D"return =
top.js.OpenExtLink(window,event,this)">strstream AT gmail DOT com
</a>&gt; wrote in message<br>news:2497d9a205091619382c1f1e56 AT mail DOT gmail DOT com=
...<br>Just realized this now... sorry for the spamming... the errors you a=
re<br>getting seem to be errors with the cpp includes&nbsp;&nbsp;which shou=
ld be stock djgpp
<br>stuff, you shouldn't have errors with those that i know of.<br><br><br>=
On 9/16/05, Matthew Petricone &lt;<a href=3D"mailto:strstream AT gmail DOT com" ta=
rget=3D"_blank" onclick=3D"return top.js.OpenExtLink(window,event,this)">st=
rstream AT gmail DOT com
</a> &gt; wrote:<br>Ohhh btw i was using the latest gpp with Windows XP Pro=
.
<br><br><br><br>On 9/16/05, Matthew Petricone &lt;<a href=3D"mailto:strstre=
am AT gmail DOT com" target=3D"_blank" onclick=3D"return top.js.OpenExtLink(window=
,event,this)">strstream AT gmail DOT com</a> &gt; wrote:<br>I am not having the pr=
oblem you are at all. I got a multiple deffinition of
<br>conff(char*, char*, int).
<br>which was indeed a multiple deffinition. You included conff.cpp in tfc.=
cpp<br>which would piss off just about any compiler I&nbsp;&nbsp;use. Once =
i remarked out the<br>initial deffinition in conff.cpp (it's not necessary)=
, removed #include
<br>conff.cpp from tcf.cpp, and added extern int conff(char * iFileName, ch=
ar *<br>oFileName, int oType); in it's place everything compiled and linked=
 without<br>a problem. maybe it's that dosbox thing you are using, i am not=
 familiar
<br>with it. try it in the windows&nbsp;&nbsp;command line utility,,, maybe=
e with a fresh<br>install?<br><br><br><br>On 9/16/05, Sulfurik Kixdemp Nosf=
erathus &lt; <a href=3D"mailto:sulfurik15 AT gmail DOT com" target=3D"_blank" oncl=
ick=3D"return top.js.OpenExtLink(window,event,this)">
sulfurik15 AT gmail DOT com</a> &gt; wrote:
<br>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 mess=
age
<br>news:2497d9a2050916133020206a9c AT mail DOT gmail DOT com...<br>K I'll try to comp=
ile it with djgpp later tonight and see what happens...
<br><br><br>On 9/16/05, Sulfurik Kixdemp Nosferathus &lt; <a href=3D"mailto=
:sulfurik15 AT gmail DOT com" target=3D"_blank" onclick=3D"return top.js.OpenExtLi=
nk(window,event,this)">sulfurik15 AT gmail DOT com</a>&gt; wrote:<br>My newest pro=
gram, which compiles OK on Linux and Windows with GCC:
<br><br><a href=3D"http://www.sulfurmidis.com/sulfursoft/software/tfc-v1.0r=
2-src.zip" target=3D"_blank" onclick=3D"return top.js.OpenExtLink(window,ev=
ent,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 mailgmail DOT com" target=3D"_blank" onclick=3D"return t=
op.js.OpenExtLink(window,event,this)">
news:2497d9a20509160626326c8355 AT mailgmail DOT com</a> ..<br>What is it that you=
 are compiling?<br><br><br>On 9/16/05, Sulfurik Kixdemp Nosferathus &lt; <a=
 href=3D"mailto:sulfurik15 AT gmail DOT com" target=3D"_blank" onclick=3D"return t=
op.js.OpenExtLink(window,event,this)">
sulfurik15 AT gmail DOT com</a> &gt; wrote:
<br>Now I'm back to my initial problem:<br><br><a href=3D"http://sulfurmidi=
s.com/error.jpg" target=3D"_blank" onclick=3D"return top.js.OpenExtLink(win=
dow,event,this)">http://sulfurmidis.com/error.jpg</a><br><br>Do you know wh=
y 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" t=
arget=3D"_blank" onclick=3D"return top.js.OpenExtLink(window,event,this)">d=
j AT delorie DOT com</a> &gt; wrote in message<br>news:<a href=3D"mailto:200509160=
006 DOT j8G06L34022989 AT envy DOT delorie DOT com" target=3D"_blank" onclick=3D"return to=
p.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 DJGPP,<br>&gt; and you got a mismatched set of long file name s=
upport.&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_8128_14989086.1126984546131--

- Raw text -


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