#205 closed defect (fixed)
Error when we compile tol.dll
Reported by: | César Pérez Álvarez | Owned by: | danirus |
---|---|---|---|
Priority: | highest | Milestone: | |
Component: | Various | Version: | head |
Severity: | blocker | Keywords: | |
Cc: |
Description
When we try to compile tol.dll we obtain the following error massage:
Deleting intermediate files and output files for project 'tollib - Win32 Release'.
Compiling...
StdAfx.cpp
Compiling...
atm.cpp
bcdate.cpp
bobject.cpp
cor.cpp
dir.cpp
dircomma.cpp
dirtext.cpp
dte.cpp
dtealgeb.cpp
list.cpp
lst.cpp
lstalgeb.cpp
lsttext.cpp
opt.cpp
optargtx.cpp
opttext.cpp
out.cpp
qfile.cpp
seed.cpp
sys.cpp
timer.cpp
tree.cpp
txt.cpp
txtalgeb.cpp
fil.cpp
par.cpp
scn.cpp
tok.cpp
arith.cpp
fib.cpp
nrealfun.cpp
realfun.cpp
divconq.cpp
linalg.cpp
matimp.cpp
mfastpro.cpp
svdsep.cpp
multvar.cpp
prd.cpp
ar.cpp
arma.cpp
fatal error C1083: Cannot open compiler intermediate
file: 'Release/tmp/tollib.pch': No such file or directory
linreg.cpp
logit.cpp
stat.cpp
test.cpp
unitroot.cpp
dcdflib.c
ipmpar.c
complex.cpp
dat.cpp
matfun.cpp
bdb.cpp
bdspool.cpp
dbtol.cpp
gra.cpp
graacc.cpp
graimp.cpp
met.cpp
opr.cpp
oprimp.cpp
spfun.cpp
spfuninst.cpp
str.cpp
syn.cpp
txthash.cpp
tolgsl.cpp
aia.cpp
estim.cpp
foread.cpp
modcalc.cpp
moddiag.cpp
model.cpp
modprev.cpp
mc-integrator.cpp
cod.cpp
codgra.cpp
cmpgra.cpp
gibbssampler.cpp
matgra.cpp
multimin.cpp
polgra.cpp
ratgra.cpp
arms.cpp
armseval.cpp
datgra.cpp
datgralg.cpp
datgrapr.cpp
datgrast.cpp
datgrav.cpp
datgsrst.cpp
srg.cpp
tsr.cpp
tsrgra.cpp
tsrgrai.cpp
tsrgrav.cpp
set.cpp
setgra.cpp
txtgra.cpp
dnf.cpp
mnf.cpp
tms.cpp
tmsgra.cpp
tmsgrav.cpp
dtegra.cpp
cdtegra.cpp
delay_init.cpp
exportfu.cpp
language.cpp
toldll.cpp
Error executing cl.exe.
tol.dll - 1 error(s), 0 warning(s)
Change History (5)
comment:1 Changed 20 years ago by
Status: | new → assigned |
---|
comment:2 Changed 20 years ago by
comment:3 Changed 20 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
I just talk with Cesar Pérez and Tol compiles fine under Visual C++ v6.0.
comment:5 Changed 18 years ago by
bug_file_loc: | → http://www.tol-project.org |
---|
You are building Tol with "precompiled headers" option active. There is no problem
with it. But in this situation, when you are trying to add a new header_file without
cleaning a previous compilation, the compiler could give us an error like yours.
Try to "Rebuild All" (Menu "Build", item "Rebuild All"), or "Clean" and "Build" again.
If that works fine, tell me something here to close the Bug.
Daniel