Thread overview
Compiler-Error
Feb 22, 2006
k_seeger
Mar 02, 2006
Scott Michel
Jun 20, 2007
kov_serg
February 22, 2006
Hello together.

I'm using the STLport 4.5.3. Now I got problems during compiling a cpp-file.

Example:

If want to include a template, for example map (#include <map>) the compiler sends the following Message:

E:\Programmierung\Compiler\DMC\dm\stlport\stlport\stlport\stl\_alloc.h(134) : Er ror: undefined identifier '__stl_new' E:\Programmierung\Compiler\DMC\dm\stlport\stlport\stlport\stl\_alloc.h(135) : Er ror: undefined identifier '__stl_delete'
--- errorlevel 1

Can somebody help my about this problem?

Thank you in advance.

K. Seeger


March 02, 2006
What compiler flags were you using?

k_seeger@gmx.net wrote:
> Hello together.
> 
> I'm using the STLport 4.5.3. Now I got problems during compiling a cpp-file.
> 
> Example:
> 
> If want to include a template, for example map (#include <map>) the compiler sends the following Message:
> 
> E:\Programmierung\Compiler\DMC\dm\stlport\stlport\stlport\stl\_alloc.h(134) : Er ror: undefined identifier '__stl_new' E:\Programmierung\Compiler\DMC\dm\stlport\stlport\stlport\stl\_alloc.h(135) : Er ror: undefined identifier '__stl_delete'
> --- errorlevel 1
> 
> Can somebody help my about this problem?
> 
> Thank you in advance.
> 
> K. Seeger
> 
> 
June 20, 2007
The same problem

I using

#define __stl_new    malloc
#define __stl_delete free

and it works