Boost logo

Boost :

From: Wismar, John (john.wismar_at_[hidden])
Date: 2001-10-04 17:50:58


Hi, Jason, thanks for the quick reply.

I have 3.6GB free on this disk, so I don't think that's the problem....

The output is copied below; when you say log, are you referring to something
else? I wasn't clear on that....

Anyway, thanks for your help!

--------------------------
John Wismar
mailto:jwismar_at_[hidden]

----------------------------------------------------------------------

C:\Dev\3rdParty\boost_1_25_0\libs\regex\build>nmake -fvc6.mak.new

Microsoft (R) Program Maintenance Utility Version 6.00.8168.0
Copyright (C) Microsoft Corp 1988-1998. All rights reserved.

        if not exist "vc6\" mkdir vc6
        if not exist "vc6\vc6-re300\" mkdir vc6\vc6-re300
        cl /c /ML /W3 /GX /O2 /GB /GF /Gy /I..\..\..\ /DWIN32 /DNDEBUG
/D_MBCS
/D_LIB /YX /FD -Fpvc6/vc6-re300/vc6-re300.pch -Fo./vc6/vc6-re300/
-Fdvc6/vc6-re
300.pdb ../src/c_regex_traits.cpp
Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 12.00.8804 for 80x86
Copyright (C) Microsoft Corp 1984-1998. All rights reserved.

c_regex_traits.cpp
Note: Creating precompiled header vc6/vc6-re300/vc6-re300.pch
        cl /c /ML /W3 /GX /O2 /GB /GF /Gy /I..\..\..\ /DWIN32 /DNDEBUG
/D_MBCS
/D_LIB /YX /FD -Fpvc6/vc6-re300/vc6-re300.pch -Fo./vc6/vc6-re300/
-Fdvc6/vc6-re
300.pdb ../src/c_regex_traits_common.cpp
Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 12.00.8804 for 80x86
Copyright (C) Microsoft Corp 1984-1998. All rights reserved.

c_regex_traits_common.cpp
../src/c_regex_traits_common.cpp(35) : fatal error C1086: Cannot seek
precompile
d header file: 'vc6/vc6-re300/vc6-re300.pch': Invalid argument
NMAKE : fatal error U1077: 'cl' : return code '0x2'

> -----Original Message-----
> From: Jason Shirk [mailto:jasonsh_at_[hidden]]
> Sent: Thursday, October 04, 2001 3:29 PM
> To: boost_at_[hidden]
> Subject: RE: [boost] Precompiled header problem: 1.25.0,
> regex, and VC6
>
>
> It could be a problem with a lack of disk space. If that
> isn't it, take out the /nologo option and send me the log.
>
> Jason Shirk
> VC++ Compiler Team
>
> -----Original Message-----
> From: Wismar, John [mailto:john.wismar_at_[hidden]]
> Sent: Thursday, October 04, 2001 3:18 PM
> To: boost_at_[hidden]
> Subject: [boost] Precompiled header problem: 1.25.0, regex, and VC6
>
> Hey, all-
>
> I wasn't able to find this problem in the archive, so please
> excuse me if it's been discussed before.
>
> I'm having trouble compiling the regex library using VC6. I
> seem to be having troubles with the precompiled header settings.
>
> When I run nmake, here's what I get:
>
> C:\Dev\3rdParty\boost_1_25_0\libs\regex\build>nmake -fvc6.mak
>
> Microsoft (R) Program Maintenance Utility Version 6.00.8168.0
> Copyright (C) Microsoft Corp 1988-1998. All rights reserved.
>
> if not exist "vc6\" mkdir vc6
> if not exist "vc6\vc6-re300\" mkdir vc6\vc6-re300
> cl /c /nologo /ML /W3 /GX /O2 /GB /GF /Gy
> /I..\..\..\ /DWIN32 /DNDEBUG /D_MBCS /D_LIB /YX /FD
> -Fpvc6/vc6-re300/vc6-re300.pch
> -Fo./vc6/vc6-re300/ -Fdvc6/vc6-re300.pdb
> ../src/c_regex_traits.cpp c_regex_traits.cpp
> cl /c /nologo /ML /W3 /GX /O2 /GB /GF /Gy
> /I..\..\..\ /DWIN32 /DNDEBUG /D_MBCS /D_LIB /YX /FD
> -Fpvc6/vc6-re300/vc6-re300.pch
> -Fo./vc6/vc6-re300/ -Fdvc6/vc6-re300.pdb
> ../src/c_regex_traits_common.cpp c_regex_traits_common.cpp
> ../src/c_regex_traits_common.cpp(35) : fatal error C1086:
> Cannot seek precompiled header file:
> 'vc6/vc6-re300/vc6-re300.pch': Invalid argument NMAKE : fatal
> error U1077: 'cl' : return code '0x2'
>
> What seems odd about this is that the first source file
> compiles, generates an .obj, etc., and the .pch file is
> created in the right place, but then when the second file is
> compiling, the .pch can't be located....
>
> Does anyone have any insight on this problem? Thanks!
>
> --------------------------
> John Wismar
> mailto:jwismar_at_[hidden]
>
> Info: http://www.boost.org Unsubscribe:
> <mailto:boost-unsubscribe_at_[hidden]>
>
> Your use of
> Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/
>
>
>
> Info: http://www.boost.org Unsubscribe:
> <mailto:boost-unsubscribe_at_[hidden]>
>
> Your use of
> Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/
>
>


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk