That error is happening because it cannot find the EPICS State Notation Language (SNCSEQ) compiler. You must have defined SNCSEQ in your asyn4-33/configure/RELEASE file but not actually installed or built it.
Mark
________________________________
From: [email protected] <[email protected]> on behalf of Vishnu Patel <[email protected]>
Sent: Wednesday, April 18, 2018 11:51 PM
To: techtalk
Subject: asyn4.33 compilation error on windows-64
Hi,
With EPICS base-7.0.1.1 and seq-2.2.5, i am getting compilation error.
make -C ./src install
make[2]: Entering directory 'c:/epics/support/asyn4-33/testIPServerApp/src'
perl -CSD c:/epics/base-7.0.1.1/bin/windows-x64/makeMakefile.pl O.windows-x64 ../../..
perl -CSD -MExtUtils::Command -e mkpath O.Common
make -C O.windows-x64 -f ../Makefile TOP=../../.. \
T_A=windows-x64 install
make[3]: Entering directory 'c:/epics/support/asyn4-33/testIPServerApp/src/O.windows-x64'
perl -CSD c:/epics/base-7.0.1.1/bin/windows-x64/mkmf.pl -m asynPortTest.d -I. -I../O.Common -I. -I. -I.. -I../../../include/compiler/msvc -I../../../include/os/WIN32 -I../../../include -I../../../../../base-7.0.1.1/include/compiler/msvc -I../../../../../base-7.0.1.1/include/os/WIN32 -I../../../../../base-7.0.1.1/include asynPortTest.obj ../asynPortTest.cpp
perl -CSD c:/epics/base-7.0.1.1/bin/windows-x64/mkmf.pl -m ipEchoServer2.d -I. -I../O.Common -I. -I. -I.. -I../../../include/compiler/msvc -I../../../include/os/WIN32 -I../../../include -I../../../../../base-7.0.1.1/include/compiler/msvc -I../../../../../base-7.0.1.1/include/os/WIN32 -I../../../../../base-7.0.1.1/include ipEchoServer2.obj ../ipEchoServer2.c
perl -CSD c:/epics/base-7.0.1.1/bin/windows-x64/mkmf.pl -m ipEchoServer.d -I. -I../O.Common -I. -I. -I.. -I../../../include/compiler/msvc -I../../../include/os/WIN32 -I../../../include -I../../../../../base-7.0.1.1/include/compiler/msvc -I../../../../../base-7.0.1.1/include/os/WIN32 -I../../../../../base-7.0.1.1/include ipEchoServer.obj ../ipEchoServer.c
perl -CSD c:/epics/base-7.0.1.1/bin/windows-x64/mkmf.pl -m testIPServerMain.d -I. -I../O.Common -I. -I. -I.. -I../../../include/compiler/msvc -I../../../include/os/WIN32 -I../../../include -I../../../../../base-7.0.1.1/include/compiler/msvc -I../../../../../base-7.0.1.1/include/os/WIN32 -I../../../../../base-7.0.1.1/include testIPServerMain.obj ../testIPServerMain.cpp
"Expanding dbd file ../testIPServerInclude.dbd"
perl -CSD ../../../../../base-7.0.1.1/bin/windows-x64/dbdExpand.pl -I. -I.. -I../O.Common -I../../../dbd -I../../../../../base-7.0.1.1/dbd -o testIPServer.dbd ../testIPServerInclude.dbd
perl -CSD ../../../../../base-7.0.1.1/bin/windows-x64/registerRecordDeviceDriver.pl -I. -I.. -I../O.Common -I../../../dbd -I../../../../../base-7.0.1.1/dbd -o testIPServer_registerRecordDeviceDriver.cpp ../O.Common/testIPServer.dbd testIPServer_registerRecordDeviceDriver C:/epics/support/asyn4-33
perl -CSD c:/epics/base-7.0.1.1/bin/windows-x64/mkmf.pl -m testIPServer_registerRecordDeviceDriver.d -I. -I../O.Common -I. -I. -I.. -I../../../include/compiler/msvc -I../../../include/os/WIN32 -I../../../include -I../../../../../base-7.0.1.1/include/compiler/msvc -I../../../../../base-7.0.1.1/include/os/WIN32 -I../../../../../base-7.0.1.1/include testIPServer_registerRecordDeviceDriver.obj testIPServer_registerRecordDeviceDriver.cpp
"Installing created dbd file ../../../dbd/testIPServer.dbd"
cl -nologo -D__STDC__=0 -D_CRT_SECURE_NO_DEPRECATE -D_CRT_NONSTDC_NO_DEPRECATE -Ox -GL -Oy- -W3 -MD -DEPICS_BUILD_DLL -DEPICS_CALL_DLL -I. -I../O.Common -I. -I. -I.. -I../../../include/compiler/msvc -I../../../include/os/WIN32 -I../../../include -I../../../../../base-7.0.1.1/include/compiler/msvc -I../../../../../base-7.0.1.1/include/os/WIN32 -I../../../../../base-7.0.1.1/include -c ../ipEchoServer.c
ipEchoServer.c
cl -nologo -D__STDC__=0 -D_CRT_SECURE_NO_DEPRECATE -D_CRT_NONSTDC_NO_DEPRECATE -Ox -GL -Oy- -W3 -MD -DEPICS_BUILD_DLL -DEPICS_CALL_DLL -I. -I../O.Common -I. -I. -I.. -I../../../include/compiler/msvc -I../../../include/os/WIN32 -I../../../include -I../../../../../base-7.0.1.1/include/compiler/msvc -I../../../../../base-7.0.1.1/include/os/WIN32 -I../../../../../base-7.0.1.1/include -c ../ipEchoServer2.c
ipEchoServer2.c
make[3]: *** No rule to make target 'ipSNCServer.obj', needed by 'testIPServerSupport.dll'. Stop.
make[3]: Leaving directory 'c:/epics/support/asyn4-33/testIPServerApp/src/O.windows-x64'
make[2]: *** [../../../../base-7.0.1.1/configure/RULES_ARCHS:58: install.windows-x64] Error 2
make[2]: Leaving directory 'c:/epics/support/asyn4-33/testIPServerApp/src'
make[1]: *** [../../../base-7.0.1.1/configure/RULES_DIRS:84: src.install] Error 2
make[1]: Leaving directory 'c:/epics/support/asyn4-33/testIPServerApp'
make: *** [../../base-7.0.1.1/configure/RULES_DIRS:84: testIPServerApp.install] Error 2
make: Leaving directory 'c:/epics/support/asyn4-33'
Thanks
Vishnu
- Replies:
- Re: asyn4.33 compilation error on windows-64 Vishnu Patel
- References:
- asyn4.33 compilation error on windows-64 Vishnu Patel
- Navigate by Date:
- Prev:
Question about data browser of CSS. lzf neu
- Next:
Re: Question about data browser of CSS. lzf neu
- Index:
1994
1995
1996
1997
1998
1999
2000
2001
2002
2003
2004
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
<2018>
2019
2020
2021
2022
2023
2024
- Navigate by Thread:
- Prev:
asyn4.33 compilation error on windows-64 Vishnu Patel
- Next:
Re: asyn4.33 compilation error on windows-64 Vishnu Patel
- Index:
1994
1995
1996
1997
1998
1999
2000
2001
2002
2003
2004
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
<2018>
2019
2020
2021
2022
2023
2024
|