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 To: djgpp AT delorie DOT com Subject: Re: stl_iterator missing? In-Reply-To: <2497d9a2050917115950fb8ac7@mail.gmail.com> Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_8128_14989086.1126984546131" References: <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> <2497d9a20509161934346e4408 AT mail DOT gmail DOT com> <2497d9a2050916193535cc3f0d AT mail DOT gmail DOT com> <2497d9a205091619382c1f1e56 AT mail DOT gmail DOT com> <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 Precedence: bulk ------=_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 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 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" 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 wrote: > > Ohhh btw i was using the latest gpp with Windows XP Pro.=20 > >=20 > >=20 > >=20 > > On 9/16/05, Matthew Petricone 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.

On 9/17/05, Matthew Petricone <strstream AT gmail DOT com> wrote:
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.


On 9/17/05, Sulfurik K= ixdemp Nosferathus < sulfurik15 AT gmail DOT com> wrote:
1. What's wrong with the include? :-S

2.Well, I did the same thing o= n XP Home, and it worked, but my problem is
with the DJGPP DOS version. = :-P

3. What do you mean with "stock djgpp stuff"?

Much thanks! ;-)


PS: I got an email from listmaster AT delorie DOT com saying that my e-mail addres<= br> wasn't in the subscribers list... To whoever  sent that, this is = my
subscriber email:

julio9= 75 AT bellsouth DOT net

That's my ISP email... :-O\


"Ma= tthew 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 a= re
getting seem to be errors with the cpp includes  which shou= ld be stock djgpp
stuff, you shouldn't have errors with those that i know of.


= On 9/16/05, Matthew Petricone <st= rstream AT gmail DOT com > wrote:
Ohhh btw i was using the latest gpp with Windows XP Pro= .



On 9/16/05, Matthew Petricone <strstream AT gmail DOT com > wrote:
I am not having the pr= oblem you are at all. I got a multiple deffinition of
conff(char*, char*, int).
which was indeed a multiple deffinition. You included conff.cpp in tfc.= cpp
which 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
conff.cpp from tcf.cpp, and added extern int conff(char * iFileName, ch= ar *
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  command line utility,,, maybe= e with a fresh
install?



On 9/16/05, Sulfurik Kixdemp Nosf= erathus < sulfurik15 AT gmail DOT com > wrote:
Oh, OK, thanks! ;-)


"Matthew Petricone" < strstream AT gmail DOT com> wrote in mess= age
news:2497d9a2050916133020206a9c AT mail DOT gmail DOT com...
K I'll try to comp= ile it with djgpp later tonight and see what happens...


On 9/16/05, Sulfurik Kixdemp Nosferathus < sulfurik15 AT gmail DOT com> wrote:
My newest pro= gram, which compiles OK on Linux and Windows with GCC:

http://www.sulfurmidis.com/sulfursoft/software/tfc-v1.0r2-src.zip
Thanks! ;-)


"Matthew Petricone" < strstream AT gmail DOT com> wrote in message
news:2497d9a20509160626326c8355 AT mailgmail DOT com ..
What is it that you= are compiling?


On 9/16/05, Sulfurik Kixdemp Nosferathus < sulfurik15 AT gmail DOT com > wrote:
Now I'm back to my initial problem:

http://sulfurmidis.com/error.jpg

Do you know wh= y it's doing this?

I used unzip32exe this time...

Thanks! ;-)


"DJ Delorie" < d= j 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 s= upport.  If so, you'll
> have to remove the installed files= and re-unzip them with unzip32.




------=_Part_8128_14989086.1126984546131--