Search found 68 matches

by blanco-garcia
22 Dec 2021, 05:33
Forum: Installation
Topic: libtclSDDS.so not in sources
Replies: 24
Views: 14775

Re: libtclSDDS.so not in sources

It seems that saving as requires something more than pkgIndex.tcl and libtclSDDS.so in the same folder.
It could be calling something additional from /usr/lib/sdds that I don't have in my local sdds.

Best regards,
o
by blanco-garcia
22 Dec 2021, 02:56
Forum: General
Topic: Highlighting mode for emacs and vim
Replies: 10
Views: 7820

Highlighting mode for emacs and vim

Dear all, I have created a highlighting mode for Elegant .ele (commands) and .lte (lattice) files to help myself with file edition. I leave them here in case they are of any use for someone else. VIM https://github.com/orblancog/elegant-vim EMACS https://github.com/orblancog/elegant-mode Best regard...
by blanco-garcia
21 Dec 2021, 06:14
Forum: Installation
Topic: libtclSDDS.so not in sources
Replies: 24
Views: 14775

Re: libtclSDDS.so not in sources

Dear Soliday, I attach the original file test.mmap and the file I save with the function "save as" in sddsedit. The file corruption happens when I use the local sdds dir in the TCLLIBPATH. (In that local sdds dir I have pkgIndex.tcl and libtclSDDS.so) On the other hand I am able to save a file when ...
by blanco-garcia
20 Dec 2021, 10:03
Forum: Installation
Topic: libtclSDDS.so not in sources
Replies: 24
Views: 14775

Re: libtclSDDS.so not in sources

Dear Soliday, when using sddsedit to open some file and 'save as' test.mmap (momentum aperture) file I see that it is corrupted. The sddsedit application reports : Error saving data : sdds save : invalid type given. What could this error mean ? The new sdds file is saved but it is not possible to in...
by blanco-garcia
10 Dec 2021, 16:07
Forum: Installation
Topic: libtclSDDS.so not in sources
Replies: 24
Views: 14775

Re: libtclSDDS.so not in sources

Thank you very much dear Soliday,

now it works !
I got initially confused by the pkgIndex.tcl file inside Tktable, but, the one that works is the one compiled in oag/apps/src/tcltkinterp/extensions/sdds/.

Thank you again,
o
by blanco-garcia
10 Dec 2021, 03:25
Forum: Installation
Topic: libtclSDDS.so not in sources
Replies: 24
Views: 14775

Re: libtclSDDS.so not in sources

Dear Soliday, thank you very much. Unfortunately, I see that all locations in the tcl_pkgPath require permissions beyond my local home. $ tclsh % puts $tcl_pkgPath /usr/lib64/tcl8.6 /usr/share/tcl8.6 /usr/lib64/tk8.6 /usr/share/tk8.6 Is there any way to add the oag/apps/lib/x86_64 path to tcl_pkgPat...
by blanco-garcia
09 Dec 2021, 04:25
Forum: Installation
Topic: libtclSDDS.so not in sources
Replies: 24
Views: 14775

Re: libtclSDDS.so not in sources

Dear Soliday, epics base R3.16.2 finishes the compilation without errors and produces the libtclSDDS.so ! Should it be added to the path variables ? I see it in oag/apps/lib/x86_64/ but, when I tried to test it launching sddsedit and opening a file it seems to be missing something, there is a messag...
by blanco-garcia
08 Dec 2021, 02:30
Forum: Installation
Topic: libtclSDDS.so not in sources
Replies: 24
Views: 14775

Re: libtclSDDS.so not in sources

Dear Soliday, I dediced to launch a start to end compilation, almost automatic with a bash script, and adding the variables CROSS_COMPILER_TARGET_ARCHS= SHARED_LIBRARIES=NO to epics/base/configure/CONFIG. Apart from that I make no modification to the procedure I followed before changing the epics/ba...
by blanco-garcia
01 Dec 2021, 03:47
Forum: Installation
Topic: libtclSDDS.so not in sources
Replies: 24
Views: 14775

Re: libtclSDDS.so not in sources

Dear Soliday, thank you very much for showing me the path. Unfortunately, I see that there is a missed library when doing make inside the oag/apps/src/tcltkinterp/extensions/sdds dir: ../tclSDDS.c:116:10: fatal error: ellLib.h: No such file or directory #include <ellLib.h> ^~~~~~~~~~ compilation ter...
by blanco-garcia
30 Nov 2021, 06:55
Forum: Installation
Topic: libtclSDDS.so not in sources
Replies: 24
Views: 14775

libtclSDDS.so not in sources

Dear all, I have compiled Elegant and Pelegant 2021.4.0 from sources but there is an error when running the geneticOptimizer related to SDDS libs. I have checked the forum https://www3.aps.anl.gov/forums/elegant/viewtopic.php?f=11&t=1038&p=4292&hilit=LoadandCheckInputFile#p4292 and I see the same er...