Search found 72 matches

by blanco-garcia
26 Jan 2023, 10:18
Forum: Installation
Topic: tcl.h in Ubuntu 2022
Replies: 9
Views: 4352

Re: tcl.h in Ubuntu 2022

Dear Soliday, great ! Thank you.
by blanco-garcia
26 Jan 2023, 05:02
Forum: Installation
Topic: tcl.h in Ubuntu 2022
Replies: 9
Views: 4352

Re: tcl.h in Ubuntu 2022

I found out a solution,

might be not the best one but I'll share it in case it is of any use

Add to epics/base/configure/CONFIG, the following lines:

Code: Select all

OPT_CFLAGS_YES += -I/usr/include/tcl
OPT_CXXFLAGS_YES += -I/usr/include/tcl
This topic could be closed. Best regards,

o
by blanco-garcia
25 Jan 2023, 16:01
Forum: Installation
Topic: tcl.h in Ubuntu 2022
Replies: 9
Views: 4352

tcl.h in Ubuntu 2022

Dear all, I am compiling elegant in Ubuntu 2022, and there is an error due to tcl.h /usr/bin/gcc -D_GNU_SOURCE -D_DEFAULT_SOURCE -D_X86_64_ -DUNIX -Dlinux -O3 -g -Wall -Werror-implicit-function-declaration -DUSE_TCL_STUBS -mtune=generic -m64 -fPIC -I. -I../O.Common -I. -I. -I.. -I../../../../../incl...
by blanco-garcia
23 Dec 2022, 10:51
Forum: Installation
Topic: Compilation with epics base 7
Replies: 11
Views: 5055

Re: Compilation with epics base 7

Dear Soliday, Doing make in tcltkinterp/extensions , tcltkapp/oagapp and tcltklib , in oag/apps/src/ , before utils allows to finish the compilation without errors. However, I still need to insert the line #include "SDDS.h" into oag/apps/src/utils/tools/carriageReturn2newline.c as I mentioned before...
by blanco-garcia
23 Dec 2022, 09:37
Forum: Installation
Topic: Compilation with epics base 7
Replies: 11
Views: 5055

Re: Compilation with epics base 7

Dear Soliday, I included SDDS.h in oag/apps/src/utils/tools/carriageReturn2newline.c to move forward the compilation; #include "mdb.h" #include "scan.h" #include "SDDS.h" //Patch orblancog 2022dec23 #define SET_PIPE 0 #define N_OPTIONS 1 ... And now I get an error in oag/apps/src/utils/monitoring/O....
by blanco-garcia
23 Dec 2022, 04:17
Forum: Installation
Topic: Compilation with epics base 7
Replies: 11
Views: 5055

Re: Compilation with epics base 7

Dear Soliday, I managed to compile without errors excluding oag/apps/src/utils, I might need some time to a look around and see that everything needed is available. The size of the epics folder largely increased from 500 MB with epics base R3.16.2 to 2.4 GB with epics base 7.0.7. Please, let me know...
by blanco-garcia
22 Dec 2022, 13:46
Forum: Installation
Topic: Compilation with epics base 7
Replies: 11
Views: 5055

Re: Compilation with epics base 7

Dear Soliday, after removing the SDDS lib in /usr/include/extension and reordering the compilation sequence I managed to get elegant and Pelegant working. However, there is still a problem when building oag/apps/src/utils, the error here below appears when I do make. /usr/bin/gcc -D_GNU_SOURCE -D_DE...
by blanco-garcia
21 Dec 2022, 14:17
Forum: Installation
Topic: Compilation with epics base 7
Replies: 11
Views: 5055

Re: Compilation with epics base 7

Dear Soliday, I finally found an SDDS.h file installed system wide in 2020 which is different to the recent one in epics/extensions/include $pwd /usr/include/SDDS $ls SDDS.h SDDStypes.h constants.h lzma/ lzma.h mdb.h Although it declares SDDS_Bomb and SDDS_RegisterProgramName, it is possible that th...
by blanco-garcia
02 Dec 2022, 12:20
Forum: Installation
Topic: Compilation with epics base 7
Replies: 11
Views: 5055

Re: Compilation with epics base 7

Dear Soliday, it took me a while to know why I don't get: -I../../../../../../epics/extensions/include It seems that the compilation output info changed between epics base 7.0.5 and 7.0.6, (and the original error message that I posted was with epics base 7.0.7). You might be compiling with epics bas...
by blanco-garcia
21 Nov 2022, 06:16
Forum: Installation
Topic: Compilation with epics base 7
Replies: 11
Views: 5055

Re: Compilation with epics base 7

Thank you, I'm using base 7.0.7 and the compilation moved forward. However, there is a different error this time : /usr/bin/gcc -D_GNU_SOURCE -D_DEFAULT_SOURCE -D_X86_64_ -DUNIX -Dlinux -O3 -g -Wall -Werror-implicit-function-declaration -I/---/elegant.2022.2.0/elegant_compilation/epics/extensions/in...