<div dir="ltr"><div><div><div>If I leave the two itsdb lines of the makefile commented out, it still throws an error saying capi_printf is undefined (itsdb.o, in function &quot;captured_capi_printf&quot;, itsdb.c line 20).<br><br></div>If I uncomment those two lines, it says:<br><br>/usr/bin/ld: cannot find -litsdb<br>/usr/bin/ld: cannot find -lpvm3<br><br></div><br></div>(And I don&#39;t want to install the entire Logon tree just to build ACE.)<br><div><br></div></div><div class="gmail_extra"><br><div class="gmail_quote">2016-11-16 17:31 GMT+00:00 Joshua Crowgey <span dir="ltr">&lt;<a href="mailto:jcrowgey@u.washington.edu" target="_blank">jcrowgey@u.washington.edu</a>&gt;</span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi Guy,<br>
<br>
Re building ACE, I have itsdb.h in logon/lingo/lkb/include/, but I&#39;ve<br>
attached it here.  Maybe you just need to tell your compiler where to<br>
find it.  I think it&#39;s gcc -L (or -l, I can&#39;t recall).<br>
<br>
Hope this helps!<br>
<br>
--Joshua<br>
<div><div class="h5"><br>
On 11/16/2016 08:47 AM, Guy Emerson wrote:<br>
&gt; I used the precompiled binary and grammar - I didn&#39;t realise that<br>
&gt; librepp was only for compiling from source.<br>
&gt;<br>
&gt; Running gdb, I get:<br>
&gt;<br>
&gt; Program received signal SIGSEGV, Segmentation fault.<br>
&gt; 0x00007fffdec22300 in ?? ()<br>
&gt; (gdb) backtrace<br>
&gt; #0  0x00007fffdec22300 in ?? ()<br>
&gt; #1  0x000000000046290a in visit_lexicon (stem=&lt;optimized out&gt;,<br>
&gt; visitor=0x7fffdec22300) at lexicon.c:137<br>
&gt; #2  0x00000000004845fc in lexical_lookup (tc=0x7f27168d0000) at morpho.c:283<br>
&gt; #3  0x00000000004df9b1 in lexical_lookup_into_chart<br>
&gt; (token_chart=0x7f27168d0000) at lexical-parse.c:64<br>
&gt; #4  0x00000000004c0ff8 in parse_with_token_chart<br>
&gt; (token_chart=0x7f27168d0000, start=46875) at parse.c:481<br>
&gt; #5  0x00000000004c37e1 in parse_line1 (line=0x7fffdec22540 &quot;Hello&quot;) at<br>
&gt; parse.c:743<br>
&gt; #6  0x00000000004c3936 in parse_line (line=0x6005692cfc &quot;,-i\005`&quot;) at<br>
&gt; parse.c:768<br>
&gt; #7  0x0000000000516677 in main_input_loop (fin=0x7f271708f640<br>
&gt; &lt;_IO_2_1_stdin_&gt;) at main.c:443<br>
&gt; #8  0x0000000000517561 in main (argc=4, argv=0x7fffdec276c8) at main.c:653<br>
&gt;<br>
&gt;<br>
&gt; If I try to compile the ERG image (using the precompiled binary), I also<br>
&gt; get a seg fault:<br>
&gt;<br>
&gt; Program received signal SIGSEGV, Segmentation fault.<br>
&gt; 0x00007fffcea82cd8 in ?? ()<br>
&gt; (gdb) backtrace<br>
&gt; #0  0x00007fffcea82cd8 in ?? ()<br>
&gt; #1  0x00000000004ccfbe in iterate_conf_list (key=&lt;optimized out&gt;,<br>
&gt; callback=0x7fffcea82cd8) at conf.c:534<br>
&gt; #2  0x00000000004ce9aa in load_preprocessor () at preprocessor.c:58<br>
&gt; #3  0x0000000000472772 in load_grammar (path=0x7fffcea831fc<br>
&gt; &quot;/home/Guy/delphin/erg/trunk/<wbr>ace/config.tdl&quot;) at tdl.c:1660<br>
&gt; #4  0x0000000000515dbe in initialize_engine () at main.c:523<br>
&gt; #5  0x000000000051735d in main (argc=6, argv=0x7fffcea82fb8) at main.c:620<br>
&gt;<br>
&gt;<br>
&gt; If I try to compile ACE from source, without any changes, there is an<br>
&gt; error that itsdb.h is not found.<br>
&gt;<br>
&gt; If I try to compile ACE after commenting out the two lines in the<br>
&gt; Makefile for itsdb, there is an error that capi_printf is not defined in<br>
&gt; itsdb.o.<br>
&gt;<br>
&gt; If I also remove itsdb.o from the Makefile, many things are undefined.<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt; As I&#39;m not a C developer, I have very little sense about how easy this<br>
&gt; would be to debug or to fix...  I&#39;m quite happy to be told this is not<br>
&gt; worth the effort!<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt; 2016-11-15 17:12 GMT+00:00 Woodley Packard &lt;<a href="mailto:sweaglesw@sweaglesw.org">sweaglesw@sweaglesw.org</a><br>
</div></div>&gt; &lt;mailto:<a href="mailto:sweaglesw@sweaglesw.org">sweaglesw@sweaglesw.<wbr>org</a>&gt;&gt;:<br>
<span class="im HOEnZb">&gt;<br>
&gt;     Out of curiousity, Guy, were you able to use the precompiled binary<br>
&gt;     for ACE or did you have to compile your own?  I wouldn’t have<br>
&gt;     thought you would need to install the librepp and boost dependencies<br>
&gt;     if using the binaries.  It looks like you are using the precompiled<br>
&gt;     ERG image though.  You could be getting a crash if you are using a<br>
&gt;     stock 0.9.24 grammar image with SVN trunk ACE source code.  On the<br>
&gt;     off chance that you are doing that, please try compiling the ERG<br>
&gt;     image with the same ACE binary you are using.  It *might* be helpful<br>
&gt;     to recompile the ERG image anyway.<br>
&gt;<br>
&gt;     Regards,<br>
&gt;     -Woodley<br>
&gt;<br>
</span><div class="HOEnZb"><div class="h5">&gt;     &gt; On Nov 15, 2016, at 6:33 AM, Guy Emerson &lt;<a href="mailto:gete2@cam.ac.uk">gete2@cam.ac.uk</a> &lt;mailto:<a href="mailto:gete2@cam.ac.uk">gete2@cam.ac.uk</a>&gt;&gt; wrote:<br>
&gt;     &gt;<br>
&gt;     &gt; I am trying to run ACE on Windows 10&#39;s new Linux Subsystem.  I can<br>
&gt;     run ACE with the ERG, but whatever input I give, I get the message<br>
&gt;     &quot;ERROR: DEADLY SIGNAL!&quot;<br>
&gt;     &gt;<br>
&gt;     &gt; It looks like it finishes the token mapping, and fails when<br>
&gt;     applying a syntactic rule.  Verbose output is below.<br>
&gt;     &gt;<br>
&gt;     &gt; I&#39;ve already installed repp-0.2.2 (which required me to also<br>
&gt;     install libboost), and I&#39;ve set the TMPDIR environment variable, as<br>
&gt;     suggested on the ACE homepage.<br>
&gt;     &gt;<br>
&gt;     &gt; Any ideas on what else I would need to do?  Could there be other<br>
&gt;     dependencies I need to install?<br>
&gt;     &gt;<br>
&gt;     &gt; Best,<br>
&gt;     &gt; Guy<br>
&gt;     &gt;<br>
&gt;     &gt;<br>
&gt;     &gt;<br>
&gt;     &gt; ./ace -g erg-1214-x86-64-0.9.24.dat -1Tf -vvv<br>
&gt;     &gt; NOTE: loading frozen grammar ERG (1214)<br>
&gt;     &gt; NOTE: semantic index hash contains 28857 entries in 65536 slots<br>
&gt;     &gt; NOTE: max-ent model hash contains 659414 entries in 1048576 slots<br>
&gt;     &gt; NOTE: 9280 types, 38259 lexemes, 293 rules, 47 orules, 101<br>
&gt;     instances, 48101 strings, 216 features<br>
&gt;     &gt; permanent RAM: 4k<br>
&gt;     &gt;<br>
&gt;     &gt; Hello<br>
&gt;     &gt; Hello/UH<br>
&gt;     &gt; token #12 le 0x7f07295d7fcc vtx [0-1] char [0-5] string &#39;hello&#39;<br>
&gt;     dag #D[token +FORM: #D[&quot;hello&quot;] +FROM: &lt;1&gt;= #D[&quot;0&quot;] +TO: #D[&quot;5&quot;]<br>
&gt;     +ID: #D[*diff-list* LIST: #D[*list*] LAST: #D[*list*] ] +TNT:<br>
&gt;     #D[null_tnt +TAGS: #D[*null*] +PRBS: #D[*null*] +MAIN: #D[tnt_main<br>
&gt;     +TAG: #D[&quot;UH&quot;] +PRB: #D[&quot;1.0&quot;] ] ] +CLASS: #D[alphabetic +INITIAL:<br>
&gt;     #D[+] +CASE: #D[capitalized+lower] ] +TRAIT: #D[token_trait +UW:<br>
&gt;     #D[-] +IT: #D[italics] +LB: #D[bracket_null] +RB: #D[bracket_null]<br>
&gt;     +HD: #D[token_head +LL: #D[ctype -CTYPE-: #D[string] ] +TG:<br>
&gt;     #D[string] +TI: &lt;1&gt; ] ] +PRED: #D[predsort] +CARG: #D[&quot;Hello&quot;]<br>
&gt;     +TICK: #D[bool] ]<br>
&gt;     &gt; token #13 le 0x7f07295d87e0 vtx [0-1] char [0-5] string &#39;hello&#39;<br>
&gt;     dag #D[token +FORM: #D[&quot;hello&quot;] +FROM: &lt;1&gt;= #D[&quot;0&quot;] +TO: #D[&quot;5&quot;]<br>
&gt;     +ID: #D[*diff-list* LIST: #D[*list*] LAST: #D[*list*] ] +TNT:<br>
&gt;     #D[null_tnt +TAGS: #D[*null*] +PRBS: #D[*null*] +MAIN: #D[tnt_main<br>
&gt;     +TAG: #D[string] +PRB: #D[string] ] ] +CLASS: #D[bridge_class]<br>
&gt;     +TRAIT: #D[token_trait +UW: #D[+] +IT: #D[italics] +LB:<br>
&gt;     #D[bracket_null] +RB: #D[bracket_null] +HD: #D[token_head +LL:<br>
&gt;     #D[ctype -CTYPE-: #D[string] ] +TG: #D[string] +TI: &lt;1&gt; ] ] +PRED:<br>
&gt;     #D[&quot;_hello_u_bridge_rel&quot;] +CARG: #D[&quot;Hello&quot;] +TICK: #D[bool] ]<br>
&gt;     &gt; finished token mapping<br>
&gt;     &gt; hello -&gt; hello [2 ways]<br>
&gt;     &gt;<br>
&gt;     &gt;          non_third_sg_fin_v_rbst<br>
&gt;     &gt; hello -&gt; hello [2 ways]<br>
&gt;     &gt;<br>
&gt;     &gt;          non_third_sg_fin_v_rbst<br>
&gt;     &gt; ERROR: DEADLY SIGNAL! sent = `Hello&#39;<br>
&gt;<br>
&gt;<br>
</div></div></blockquote></div><br></div>