EPICS Controls Argonne National Laboratory

Experimental Physics and
Industrial Control System

1994  1995  1996  1997  1998  1999  2000  2001  2002  2003  2004  2005  2006  2007  <20082009  2010  2011  2012  2013  2014  2015  2016  2017  2018  2019  2020  2021  2022  2023  2024  Index 1994  1995  1996  1997  1998  1999  2000  2001  2002  2003  2004  2005  2006  2007  <20082009  2010  2011  2012  2013  2014  2015  2016  2017  2018  2019  2020  2021  2022  2023  2024 
<== Date ==> <== Thread ==>

Subject: Error on building Epics base-3.14.8.2 on Windows XP having VC++ 6.0
From: [email protected]
To: [email protected]
Date: Thu, 07 Feb 2008 16:28:31 +0500
I am trying to install EPICS Base-3.14.8.2 on Windows XP having Microsoft Visual C++ 6.0and getting the following error.
/**************************************************************************/
make[3]: Entering directory `C:/base-3.14.8.2/src/toolsComm/flex'
perl ../../../configure/tools/makeMakefile.pl O.win32-x86 ../../../..
perl ../../../configure/tools/mkdir.pl O.Common
make -C O.win32-x86 -f ../Makefile TOP=../../../.. T_A=win32-x86 install
make[4]: Entering directory `C:/base-3.14.8.2/src/toolsComm/flex/O.win32-x86'
make[4]: Leaving directory `C:/base-3.14.8.2/src/toolsComm/flex/O.win32-x86'
make[4]: Entering directory `C:/base-3.14.8.2/src/toolsComm/flex/O.win32-x86'
cl -c         -DDEFAULT_SKELETON_FILE="\"include/flex.skel.static\"" -DUSG    /D_CRT_SECURE_NO_DEPRECATE /D_
CRT_NONSTDC_NO_DEPRECATE /nologo /D__STDC__=0  /Ox /GL   /W1       /MD    -I. -I.. -I..\\..\\..\\..\\include
\\os\\WIN32 -I..\\..\\..\\..\\include         ..\\ccl.c
Command line warning D4002 : ignoring unknown option '/GL'
ccl.c
cl -c         -DDEFAULT_SKELETON_FILE="\"include/flex.skel.static\"" -DUSG    /D_CRT_SECURE_NO_DEPRECATE /D_
CRT_NONSTDC_NO_DEPRECATE /nologo /D__STDC__=0  /Ox /GL   /W1       /MD    -I. -I.. -I..\\..\\..\\..\\include
\\os\\WIN32 -I..\\..\\..\\..\\include         ..\\dfa.c
Command line warning D4002 : ignoring unknown option '/GL'
dfa.c
cl -c         -DDEFAULT_SKELETON_FILE="\"include/flex.skel.static\"" -DUSG    /D_CRT_SECURE_NO_DEPRECATE /D_
CRT_NONSTDC_NO_DEPRECATE /nologo /D__STDC__=0  /Ox /GL   /W1       /MD    -I. -I.. -I..\\..\\..\\..\\include
\\os\\WIN32 -I..\\..\\..\\..\\include         ..\\ecs.c
Command line warning D4002 : ignoring unknown option '/GL'
ecs.c
cl -c         -DDEFAULT_SKELETON_FILE="\"include/flex.skel.static\"" -DUSG    /D_CRT_SECURE_NO_DEPRECATE /D_
CRT_NONSTDC_NO_DEPRECATE /nologo /D__STDC__=0  /Ox /GL   /W1       /MD    -I. -I.. -I..\\..\\..\\..\\include
\\os\\WIN32 -I..\\..\\..\\..\\include         ..\\gen.c
Command line warning D4002 : ignoring unknown option '/GL'
gen.c
cl -c         -DDEFAULT_SKELETON_FILE="\"include/flex.skel.static\"" -DUSG    /D_CRT_SECURE_NO_DEPRECATE /D_
CRT_NONSTDC_NO_DEPRECATE /nologo /D__STDC__=0  /Ox /GL   /W1       /MD    -I. -I.. -I..\\..\\..\\..\\include
\\os\\WIN32 -I..\\..\\..\\..\\include         ..\\misc.c
Command line warning D4002 : ignoring unknown option '/GL'
misc.c
..\\misc.c(702) : warning C4715: 'myesc' : not all control paths return a value
cl -c         -DDEFAULT_SKELETON_FILE="\"include/flex.skel.static\"" -DUSG    /D_CRT_SECURE_NO_DEPRECATE /D_
CRT_NONSTDC_NO_DEPRECATE /nologo /D__STDC__=0  /Ox /GL   /W1       /MD    -I. -I.. -I..\\..\\..\\..\\include
\\os\\WIN32 -I..\\..\\..\\..\\include         ..\\nfa.c
Command line warning D4002 : ignoring unknown option '/GL'
nfa.c
cl -c         -DDEFAULT_SKELETON_FILE="\"include/flex.skel.static\"" -DUSG    /D_CRT_SECURE_NO_DEPRECATE /D_
CRT_NONSTDC_NO_DEPRECATE /nologo /D__STDC__=0  /Ox /GL   /W1       /MD    -I. -I.. -I..\\..\\..\\..\\include
\\os\\WIN32 -I..\\..\\..\\..\\include         ..\\sym.c
Command line warning D4002 : ignoring unknown option '/GL'
sym.c
cl -c         -DDEFAULT_SKELETON_FILE="\"include/flex.skel.static\"" -DUSG    /D_CRT_SECURE_NO_DEPRECATE /D_
CRT_NONSTDC_NO_DEPRECATE /nologo /D__STDC__=0  /Ox /GL   /W1       /MD    -I. -I.. -I..\\..\\..\\..\\include
\\os\\WIN32 -I..\\..\\..\\..\\include         ..\\tblcmp.c
Command line warning D4002 : ignoring unknown option '/GL'
tblcmp.c
perl ../../../../configure/tools/rm.pl -f parse.c y.tab.c
perl ../../../../configure/tools/rm.pl -f parse.h y.tab.h
C:\base-3.14.9\\bin\\win32-x86\\antelope.exe -l -d ../parse.y
process_begin: CreateProcess(NULL, C:\base-3.14.9\bin\win32-x86\antelope.exe -l -d ../parse.y, ...) failed.
make (e=3): The system cannot find the path specified.
make[4]: *** [parse.c] Error 3
make[4]: Leaving directory `C:/base-3.14.8.2/src/toolsComm/flex/O.win32-x86'
make[3]: *** [install.win32-x86] Error 2
make[3]: Leaving directory `C:/base-3.14.8.2/src/toolsComm/flex'
make[2]: *** [flex.install] Error 2
make[2]: Leaving directory `C:/base-3.14.8.2/src/toolsComm'
make[1]: *** [toolsComm.install] Error 2
make[1]: Leaving directory `C:/base-3.14.8.2/src'
make: *** [src.install] Error 2
/*******************************************************************************/

Kindly anyone help me to fix this error.

Best regards
Anindya Roy
Scientific Officer
Variable Energy Cyclotron Centre, DAE
Govt. of India
1/AF, Bidhannagar, Kolkata 700 064
Contact No. 2337-1230, Extn 2304


Replies:
RE: Error on building Epics base-3.14.8.2 on Windows XP having VC++ 6.0 Mark Rivers
Re: Error on building Epics base-3.14.8.2 on Windows XP having VC++ 6.0 Janet Anderson

Navigate by Date:
Prev: RE: medm weirdness Emmanuel Mayssat
Next: RE: medm weirdness Mark Rivers
Index: 1994  1995  1996  1997  1998  1999  2000  2001  2002  2003  2004  2005  2006  2007  <20082009  2010  2011  2012  2013  2014  2015  2016  2017  2018  2019  2020  2021  2022  2023  2024 
Navigate by Thread:
Prev: RE: medm weirdness Mark Rivers
Next: RE: Error on building Epics base-3.14.8.2 on Windows XP having VC++ 6.0 Mark Rivers
Index: 1994  1995  1996  1997  1998  1999  2000  2001  2002  2003  2004  2005  2006  2007  <20082009  2010  2011  2012  2013  2014  2015  2016  2017  2018  2019  2020  2021  2022  2023  2024 
ANJ, 02 Sep 2010 Valid HTML 4.01! · Home · News · About · Base · Modules · Extensions · Distributions · Download ·
· Search · EPICS V4 · IRMIS · Talk · Bugs · Documents · Links · Licensing ·