#1046: Configure.pl allows sizeof(INTVAL) != sizeof(void *), but parrot requires
them to be equal.
-----------------------+----------------------------------------------------
 Reporter:  doughera   |       Owner:       
     Type:  bug        |      Status:  new  
 Priority:  normal     |   Milestone:       
Component:  configure  |     Version:  1.6.0
 Severity:  medium     |    Keywords:       
     Lang:             |       Patch:       
 Platform:             |  
-----------------------+----------------------------------------------------

Comment(by doughera):

 > Can anyone shed any light on the issues raised in this ticket?

 I suspect it could go either way.  Either Configure.pl could be altered to
 require those sizes to be the same, or parrot could be altered to allow
 them to be different.  I suspect sentiment leans towards altering
 Configure.pl, but I think it would be wise to check whether sizeof(long)
 == sizeof(void *) on all target platforms (including Win64) before
 proceeding.

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