Boost logo

Boost :

From: Jason Shirk (jasonsh_at_[hidden])
Date: 2001-10-04 17:28:34


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/


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