Register
Site Login
Site Search
Forums
Advertisement
Welcome to PocketMatrix. PocketMatrix is dedicated to providing the best online community for mobile device developers and enthusiests. What's new?

Problems with STLport 4.5.3


Problems with STLport 4.5.3

Postby summer_goth » Sep 9, 2002 @ 7:46pm

Hi all, havent posted in a while.
Ive been trying to install stlport but when I type 'nmake -f vc6.mak clean all' in the command prompt I get the following error:
..\\stlport\ctime<25> : fatal error c1083: Cannot open include file: '..include/ctime' : No such file or directory


What am I doing wrong? I set the path for stlport, must I set a path somewhere else as well?

Thanks all, keep up the good work.
summer_goth
pm Member
 
Posts: 55
Joined: May 20, 2002 @ 8:19pm
Location: South Africa


Postby s9801758 » Sep 10, 2002 @ 5:03pm

Hi Summer_Goth,

If you read the "install" file located in the STLport dir, you will see the following:

____________

4-1) Using appropriate makefile, do "make -f <your compiler name>.mak prepare". Please do not skip this! On some platforms, it creates necessary symbolic links. If you do build STLport iostream, this step is performed automatically when you do "make all".

4-2) uncomment _STLP_NO_OWN_IOSTREAMS setting in "stlport/stl_user_config.h" to disable use of STLport iostreams and to use wrappers around your existing iostreams. After disabling STLport iostreams, you will use wrappers around your compiler's iostreams libabry, as in previous STLport releases. No binary library for STLport needs to be built in this case. Note though : - new-style ANSI iostreams may not be available on your system; - compiler's iostreams are most likely slower than STLport version.

____________

So instead of using "clean all" you need to do "prepare", and then uncomment the _STLP_NO_OWN_IOSTREAMS setting in "stlport/stl_user_config.h".

Let me know if you still have any problems.

Cheers,

Jape
User avatar
s9801758
pm Member
 
Posts: 48
Joined: May 10, 2002 @ 10:20am
Location: Vancouver BC, Canada


Postby summer_goth » Sep 15, 2002 @ 9:10pm

Thank you very much Jape. I'll give it a try.

Ruan
summer_goth
pm Member
 
Posts: 55
Joined: May 20, 2002 @ 8:19pm
Location: South Africa


Return to Phantom's Forum


Sort


Forum Description

Discuss any of Phantom's projects here (Operation Nutcracker, etc.)

Moderators:

sponge, RICoder, Phantom

Forum permissions

You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

cron