#1105: [PATCH] change to a libjit based frame builder
----------------------+-----------------------------------------------------
 Reporter:  plobsing  |        Type:  patch 
   Status:  new       |    Priority:  normal
Milestone:            |   Component:  core  
  Version:  trunk     |    Severity:  medium
 Keywords:            |        Lang:        
    Patch:            |    Platform:        
----------------------+-----------------------------------------------------

Comment(by jkeenan):

 Replying to [comment:1 jkeenan]:
 Given this output in the error file:
 {{{
 test_29572.c:14:21: error: jit/jit.h: No such file or directory
 test_29572.c: In function 'main':
 test_29572.c:18: warning: implicit declaration of function 'jit_init'
 test_29572.c:18: warning: nested extern declaration of 'jit_init'
 test_29572.c:19: warning: implicit declaration of function
 'jit_uses_interpreter'
 test_29572.c:19: warning: nested extern declaration of
 'jit_uses_interpreter'
 }}}
 ... I suspect what's happening is that the C compiler is searching for
 ''jit/jit.h'', failing (correctly, on this box) to find it, and then
 failing non-gracefully.  Is there some sort of `#ifndef` we could write to
 say, "If you don't find ''jit/jit.h'', don't try any further to compile,
 just print a message that `runstep` will recognize as failure and exit"?

 kid51

-- 
Ticket URL: <https://trac.parrot.org/parrot/ticket/1105#comment:3>
Parrot <https://trac.parrot.org/parrot/>
Parrot Development
_______________________________________________
parrot-tickets mailing list
[email protected]
http://lists.parrot.org/mailman/listinfo/parrot-tickets

Reply via email to