www.digitalmars.com         C & C++   DMDScript  

c++.stl.port - Problem with STLport453

reply greertr <greertr embarqmail.com> writes:
I got an apparent good smake with stlport453, but when I try to
build the hello test program, that tests the stlport iostream, I
get two errors.

I'm using dmc with the Ultra Edit Studio IDE, as an experiment, and
have used it successfully in the past with dmc.

My XP system environment variables are:
PATH C:\dm\stlport453\dm\bin  // I inserted the bin folder in this
LIB  C:\dm\stlport453\dm\build\lib
INCLUDE C:\dm\stlport453\dm\stlport\stlport

I installed stlport4543 in its own folder because i also ave the
newer stlport515 installed in its own folder, but can't get the
smake to work on it -- I suspect smake is balking at recursive
makefile calls, as indicated in other posts here.

Anyone able to see what I can't with this situation?  More info
avail on request.

thx in adv
Jul 05 2008
parent greertr <greertr embarqmail.com> writes:
Forgot to post the error I got on the bad build for the hello
program

--------------------Configuration: proj1hello - Debug---------------
-----
dmc ..\..\dm\stlport\hello.cpp -D -g -c -mn -5 -Be -ohello.obj
Fatal error: unable to open input file 'iostream'
--- errorlevel 1
dmc hello.obj -g -WA -v0 -oproj1hello.EXE
OPTLINK (R) for Win32  Release 8.00.1
Copyright (C) Digital Mars 1989-2004  All rights reserved.
OPTLINK : Error 118: Filename Expected
Path=C:\DM\Bin;C:\Program Files\IDM Computer Solutions\UEStudio 06
\;C:\gtk+-dev-2.8.20\bin;C:\gtkmm\bin;C:\Program Files\Microsoft
DirectX SDK (March 2008)
\Utilities\Bin\x86;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System3
2\Wbem;c:\Python22;c:\Program Files\Microsoft SQL Server\90
\Tools\binn\;C:\PROGRA~1\WIDEST~1\ws\bin;C:\PROGRA~1\WIDEST~1
\ruby\bin;C:\PROGRA~1\WIDEST~1\Perl\bin;C:\PROGRA~1\WIDEST~1
\Python;C:\PROGRA~1\WIDEST~1\gcc\bin;C:\PROGRA~1\WIDEST~1
\gcc\lib\gcc-lib\mingw32\3.2;C:\Program
Files\VisualSVN\bin;c:\dm\bin;C:\Program Files\VCF-0.9.8;C:\Program
Files\Microsoft Visual Studio\Common\Tools\WinNT;C:\Program
Files\Microsoft Visual Studio\Common\MSDev98\Bin;C:\Program
Files\Microsoft Visual Studio\Common\Tools;C:\Program
Files\Microsoft Visual Studio\VC98\bin;C:\Program Files\IDM
Computer Solutions\UltraCompare;C:\Program
Files\COLLADA\COLLADA_Refinery\bin;C:\Program Files\Java\jre1.6.0_05
\bin;C:\Program Files\IDM Computer Solutions\UEStudio 06\;C:\gtk+-
dev-2.8.20\bin;C:\gtkmm\bin;C:\Program Files\Microsoft DirectX SDK
(March 2008)
\Utilities\Bin\x86;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System3
2\Wbem;c:\Python22;c:\Program Files\Microsoft SQL Server\90
\Tools\binn\;C:\PROGRA~1\WIDEST~1\ws\bin;C:\PROGRA~1\WIDEST~1
\ruby\bin;C:\PROGRA~1\WIDEST~1\Perl\bin;C:\PROGRA~1\WIDEST~1
\Python;C:\PROGRA~1\WIDEST~1\gcc\bin;C:\PROGRA~1\WIDEST~1
\gcc\lib\gcc-lib\mingw32\3.2;C:\Program
Files\VisualSVN\bin;C:\PROGRA~1\COMMON~1\MUVEET~1
\030625;"C:\DM\Bin\..\bin"
^
--- errorlevel 1
proj1hello.EXE - 2 error(s), 0 warning(s)
Jul 05 2008