|
Boost-Build : |
From: JJürgen Hunold (hunold+lists.Boost_at_[hidden])
Date: 2004-01-12 05:21:51
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hi !
After upgrading my Win32 box I wanted to build my projects again, but
bjam fails with
e:/libraries/boost_cvs/tools/build/v2/build\targets.jam:639: in find
from module targets
error: Unable to resolve target-id execution_monitor.cpp
Reference was made from project at '/e:/libraries/boost_cvs/libs/test/
build'
e:/libraries/boost_cvs/tools/build/v2/build\targets.jam:662: in
resolve-reference from module targets
Full backtrace included in qtlib.tar.gz, attached (qtlib/bjam-err.txt)
Running on Win2k, cmd.exe, current CVS, msvc 7.1
I remember that this broke in middle of december, but I was too busy
reporting it.
I can produce more debug output, when needed.
Yours,
Jürgen
- --
* Dipl.-Math. Jürgen Hunold ! Institut für Verkehrswesen, Eisenbahnbau
* voice: ++49 511 762-2529 ! und -betrieb, Universität Hannover
* fax : ++49 511 762-3001 ! Appelstrasse 9a, D-30167 Hannover
* hunold_at_[hidden] ! www.ive.uni-hannover.de
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.2 (GNU/Linux)
iD8DBQFAAnU/ljbJ/LLrxrYRAhXRAKC7EczQ8vaaV8OoUT+K0JEbJ1a84ACgpZT/
vbsplF1ZuHX8xKT1CIVSfwk=
=xNcT
-----END PGP SIGNATURE-----
--Boundary-00=_/UnAAETRz8DL1G3 Content-Type: application/x-tgz;
name="qtlib.tar.gz"
Content-Transfer-Encoding: base64
Content-Disposition: attachment;
filename="qtlib.tar.gz"
[Attachment content not displayed.] --Boundary-00=_/UnAAETRz8DL1G3 Content-Type: text/plain;
charset="iso-8859-15";
name="Jamfile"
Content-Transfer-Encoding: quoted-printable
Content-Disposition: attachment;
filename="Jamfile"
# ================================================================
#
# Railsys
# --------------
#
# Copyright (c) 2002 Institute of Transport,
# Railway Construction and Operation,
# University of Hanover, Germany
#
# 02/21/02! Jürgen Hunold
#
# $Id: Jamfile,v 1.2 2002/01/31 10:46:56 hunold Exp $
#
# ================================================================
project src
: requirements
<use>/boost
<threading>multi
<hardcode-dll-paths>true
# Qt-Defines
<define>QT_NO_COMPAT
<define>QT_CLEAN_NAMESPACE
<define>QT_NO_ASCII_CAST
<define>QT_THREAD_SUPPORT
: build-dir ../../build
: default-build
<threading>multi
<hardcode-dll-paths>true
;
local BOOST_ROOT = [ modules.peek : BOOST_ROOT ] ;
use-project /boost : $(BOOST_ROOT) ;
build-project qtlib ;
--Boundary-00=_/UnAAETRz8DL1G3--
Boost-Build list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk