You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When attempting to build by using the assemble_synApps.sh script found at the synapps repo, the following failure occurs during the make (within synapps/support):
make[1]: Entering directory '/root/EPICS/synApps/support/opcua-v0-9-3/exampleTop'
/root/EPICS/epics-base/configure/CONFIG:21: *** EPICS_BASE must be set in a configure/RELEASE file. Stop.
make[1]: Leaving directory '/root/EPICS/synApps/support/opcua-v0-9-3/exampleTop'
make: *** [/root/EPICS/epics-base/configure/RULES_DIRS:85: exampleTop.install] Error 2
root@5a416bcdcaf4:~/EPICS/synApps/support/opcua-v0-9-3#
A couple of things to note:
The assemble_synapps.sh script is grabbing tag 0-9-3 of opcua which appears to be one version behind
It appears the error is referencing the epics base structure, not that within synapps/support (?)
The text was updated successfully, but these errors were encountered:
Maybe you need to set 'EPICS_BASE' in the '/root/EPICS/synApps/support/opcua-v0-9-3/exampleTop/configure/RELEASE' file.
When attempting to build by using the assemble_synApps.sh script found at the synapps repo, the following failure occurs during the make (within synapps/support):
make[1]: Entering directory '/root/EPICS/synApps/support/opcua-v0-9-3/exampleTop'
/root/EPICS/epics-base/configure/CONFIG:21: *** EPICS_BASE must be set in a configure/RELEASE file. Stop.
make[1]: Leaving directory '/root/EPICS/synApps/support/opcua-v0-9-3/exampleTop'
make: *** [/root/EPICS/epics-base/configure/RULES_DIRS:85: exampleTop.install] Error 2
root@5a416bcdcaf4:~/EPICS/synApps/support/opcua-v0-9-3#
A couple of things to note:
The assemble_synapps.sh script is grabbing tag 0-9-3 of opcua which appears to be one version behind
It appears the error is referencing the epics base structure, not that within synapps/support (?)
When attempting to build by using the
assemble_synApps.sh
script found at the synapps repo, the following failure occurs during the make (within synapps/support):A couple of things to note:
The text was updated successfully, but these errors were encountered: