Search found 68 matches

by blanco-garcia
23 Dec 2022, 09:37
Forum: Installation
Topic: Compilation with epics base 7
Replies: 11
Views: 3862

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: 3862

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: 3862

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: 3862

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: 3862

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: 3862

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...
by blanco-garcia
18 Nov 2022, 10:49
Forum: Installation
Topic: Compilation with epics base 7
Replies: 11
Views: 3862

Compilation with epics base 7

Dear all, I tried to compile the latest elegant sources with epics base 7.x from https://epics.anl.gov/download/base/index.php , but I get the error here below. Is there any flags or compiler requirements I could add ? The same parameters work well with epics base R3.16.2. Best regards, o make[1]: E...
by blanco-garcia
08 Nov 2022, 03:58
Forum: General
Topic: Highlighting mode for emacs and vim
Replies: 10
Views: 7774

Re: Highlighting mode for emacs and vim

New colleagues prefer to edit files in gedit. I have created a first version of the gedit elegant syntax highlight to make comments and commands easy to see. I attach to this message the syntax file. To install it, check your gtksource version, download the elegant.lang.txt file and remove the ".txt...
by blanco-garcia
13 Oct 2022, 01:59
Forum: General
Topic: Highlighting mode for emacs and vim
Replies: 10
Views: 7774

Re: Highlighting mode for emacs and vim

Dear all, a colleague of mine uses the text editor nano, https://www.nano-editor.org/ so, I created a minimal syntax highlighting that I would like to share. The syntax file is attached to this message. Instructions : 1) Download it and remove the '.txt' from the name 2) Copy elegant.nanorc to ~/.na...
by blanco-garcia
30 May 2022, 04:08
Forum: General
Topic: Highlighting mode for emacs and vim
Replies: 10
Views: 7774

Re: Highlighting mode for emacs and vim

great !

o