Home > Archive > VC STL > August 2005 > Compiling STL lib
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
|
|
|
| Hi all , I am trying to compile the last stl
with VC++6 .La compilation does it create s
ome intermediary files, does thing mean?
They appear some errors as:
rd / S / Q.. \ \ lib\\obj\\VC6\\Release.. \ \ lib\\obj\\VC6\\Debug.. \ \
lib\\ob
j\\VC6\\DebugSTL.. \ \ lib\\obj\\VC6\\Releasex.. \ \ lib\\obj\\VC6\\Debugx
... \ \ lib \
\ obj\\VC6\\DebugSTLx.. \ \ lib\\obj\\VC6\\ReleaseD.. \ \
lib\\obj\\VC6\\DebugD
... \ \
lib\\obj\\VC6\\DebugSTLD.. \ \ lib\\SunWS_cache SunWS_cache
... \ \ lib\\Templates.DB
Templates.DB tempinc
Impossible to find the specified file.
mkdir.. \ \ lib\\obj\\VC6\\Release
cl.exe / nologo / c / Zi / W3 / GR / GX / D "WIN32" / D "_WINDOWS" /
The
".. \ \ stlpo
rt" / Zm800 / FI "vc_warning_disable.h" / D "_MBCS" / FD / D
"_STLP_NO_FORCE_INSTANT
IATE" / MT / O2 / DNDEBUG / Fo".. \ \ lib\\obj\\VC6\\Release \ \ "
/ Fd".. \ \ lib\\obj\\VC6
\ \ Release \ \ ". \ dll_main.cpp
dll_main.cpp
... \ \ stlport\ctime(25): fatal error C1083: Cannot open includes file:
'.. / it includes
/ ctime': No such file or directory
NMAKE: fatal error U1077: 'cl.exe': return tails '0x2'
Stop.
C:\STLport\src>nmake debug_static
.... someone knows how to tell me where wrong?
Thanks to everybody
| |
| Ulrich Eckhardt 2005-08-29, 3:57 am |
| MisterNO@x.x wrote:
> Hi all , I am trying to compile the last stl
> with VC++6
Ahem, the STL is pretty dead and if you really want to use it (why?) you
should be prepared to fix some errors yourself.
> .. \ \ stlport\ctime(25)
Ah, now this is something else: I seems you're trying to compile the C++
standardlibrary called 'STLport'. In that case, you should report the
version of STLport you're trying to compile, too, and preferably rather use
the forum at STLport's website to report the problems - after you searched
for answers there.
> C:\STLport\src>nmake debug_static
Hmmm, looks like you're using 4.x - in that case, try 4.5.3, the latest
version 5 snapshot (RC4) or CVS.
Uli
| |
|
| [...]
Thanks a lot
Best regards
|
|
|
|
|