Mail Archives: djgpp/1998/07/01/01:03:07
From: | "=?iso-8859-1?Q?Jorge_Iv=E1n_Meza_Mart=EDnez?=" <jimeza AT usa DOT net>
|
To: | <djgpp AT delorie DOT com>
|
Subject: | _String, alloc and another problems
|
Date: | Tue, 30 Jun 1998 23:54:12 -0500
|
Message-ID: | <01bda4ac$4ab2bd80$LocalHost@jimeza>
|
MIME-Version: | 1.0
|
Hi,
I am new with DJGPP compiler and I have a couple of problems with it.
when I include <_String.h> or <strclass.h> I get an error that the
Constructors and Destructors of String are not defined. This happens with
RHIDE and Command Line. Am I missing a command line paremeter needed ? What
can I do ?
I have a program that uses <alloc.h>, it says that cannot find alloc.h so I
added "d:/djgpp/lang/cxx" to the string path, when I compile I get many
errors from alloc -> stl_alloc -> iostream that says:
in Streambuf line 35, parse error before constant,
in line 37, parse error before ( "}" )
... etc.
I didn't touch it, Why it happens ? How can I solve it ?
I downloaded many other libraries from DJGPP and Allegro, when I compile
them I get MANY "internal errors" or errors that stop compilation and
display a dump, I recompile, pass this file, ( until next error ). are them
normal ? do I need to report this errors ? can I ignore them ?
and my last question, I want to install BCC2GRX to use BC graphics, but it
seems to be needed LIBGRX.
make tells me that "nothing to be done for all" so I copied libqueue.a to
djgpp/lib, I copied include to djgpp/include. I compile test: gcc test.c -o
test.exe -lqueue and it tells me many errors about undefined references to
"Gr...". What I have to do ?
By the way, do you know the LIBGRX homepage or email ?
thanks I hope you help me, I want to learn!! :o).
Jorge Ivan Meza Martinez
jimeza AT usa DOT net
http://members.xoom.com/THP
PD: I read all the readme's before install, and I did it ( at least what I
understood ).
- Raw text -