#648: [PATCH] src/gc/system.c compile on HPUX
----------------------+-----------------------------------------------------
 Reporter:  rrauenza  |        Type:  bug   
   Status:  new       |    Priority:  normal
Milestone:            |   Component:  none  
  Version:  1.1.0     |    Severity:  medium
 Keywords:            |        Lang:        
    Patch:            |    Platform:        
----------------------+-----------------------------------------------------

Comment(by rrauenza):

 {{{
 [email protected] $ make
 Compiling with:
 xx.c
 cc -I./include -Ae -D_HPUX_SOURCE -Wl,+vnocompatwarnings
 -I/usr/local/include -D_LARGEFILE_SOURCE -g +Z -I. -o xx.o -c xx.c
 src/gc/api.c
 src/gc/mark_sweep.c
 src/gc/system.c
 "src/gc/system.c", line 99: error #2070: incomplete type is not allowed
           struct ucontext ucp;
                           ^

 "src/gc/system.c", line 113: warning #2069-D: integer conversion resulted
 in
           truncation
           trace_mem_block(interp, 0x80000fff80000000,
                                   ^

 "src/gc/system.c", line 207: warning #2940-D: missing return statement at
 end
           of non-void function "find_common_mask"
   }
   ^

 1 error detected in the compilation of "src/gc/system.c".
 make: *** [src/gc/system.o] Error 2
 }}}

-- 
Ticket URL: <https://trac.parrot.org/parrot/ticket/648#comment:2>
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