sddsoptimize

Moderators: cyao, soliday

Post Reply
Philippe Piot
Posts: 83
Joined: 20 Aug 2008, 13:18
Location: Northern Illinois University & Argonne National Laboratory
Contact:

sddsoptimize

Post by Philippe Piot » 16 Feb 2012, 09:55

Hi,
I cannot recall (and find) how to install sddsoptimize from source. I understand it is part of the SDDSepics package but do I need to install the full EPICS package or simply the EPICS configuration file? I tried with the latter but the compilation abort with the message below.
Thanks! -- Philippe.


make[2]: Entering directory `/nfs/x1/opt_nicadd/contrib/piot/Argonne_test/epics/extensions/src/SDDSepics/runcontrol/O.linux-x86'
/usr/bin/gcc -c -D_POSIX_C_SOURCE=199506L -D_POSIX_THREADS -D_XOPEN_SOURCE=500 -D_X86_ -DUNIX -D_BSD_SOURCE -Dlinux -D_REENTRANT -ansi -O3 -Wall -g -fPIC -I. -I.. -I../../../../include/os/Linux -I../../../../include -I/nfs/x1/opt_nicadd/contrib/piot/Argonne_test/epics/extensions/../base/include ../libruncontrol.c
../libruncontrol.c:138:20: error: tsDefs.h: No such file or directory
../libruncontrol.c:139:19: error: cadef.h: No such file or directory
In file included from ../libruncontrol.c:144:
../libruncontrol.h:84:19: error: alarm.h: No such file or directory
In file included from ../libruncontrol.c:144:
../libruncontrol.h:96: error: expected specifier-qualifier-list before â
../libruncontrol.c:149: warning: â declared inside parameter list
../libruncontrol.c:149: warning: its scope is only this definition or declaration, which is probably not what you want
../libruncontrol.c: In function â:
../libruncontrol.c:189: error: âUNCONTROL_INFOâ has no member named â
../libruncontrol.c:192: error: âUNCONTROL_INFOâ has no member named â
../libruncontrol.c:203: error: âUNCONTROL_INFOâ has no member named â
../libruncontrol.c:204: error: âUNCONTROL_INFOâ has no member named â
../libruncontrol.c:205: error: âUNCONTROL_INFOâ has no member named â

soliday
Posts: 393
Joined: 28 May 2008, 09:15

Re: sddsoptimize

Post by soliday » 16 Feb 2012, 10:17

You will need compile the full EPICS package to build the source code in SDDSepics.

Post Reply