From: Jeffery, C. <cli...@nm...> - 2021-01-09 06:06:07
|
Hi Bruce, It could be related to the rt directory setup, but it is somewhat unlikely to be that. I forget if you are proficient in debugging C code and want to take a stab at it with gdb or valgrind. If you'd rather, you might put all your sources in a .zip file and share it so we can see if your bug is reproducible. Also, if it is convenient please remind me exactly what operating system, compiler version, and CFLAGS your icont was built with. Cheers, Clint On Fri, Jan 8, 2021 at 9:29 PM Bruce & Breeanna Rennie <br...@dc...> wrote: > Good afternoon Clinton and Jafar, > > I hope this finds you well on the beautiful summers day. > > With the latest git (bar the last two commits) I get the following > problem arising with the icont program. > > [bruce@Bruce unicon]$ ../../bin/icont -o unicon main > Translating: > main.icn: > main > No errors > Linking: > unigram.action.icn: "treenode": inconsistent redeclaration > Segmentation fault (core dumped) > > I am making some the relevant modifications for the new form of parsing > actions. > > If I use an older icont created on the 2 Dec 2020, I get the following > > [bruce@Bruce unicon]$ icont -o unicon main > Translating: > main.icn: > main > No errors > Linking: > > Could this problem be related to the new rt directory setup? > > regards and blessing > > Bruce Rennie > |