#1252: src/dynpmc/gdbmhash.pmc:  Handle case where libgdbm.so cannot be loaded 
on
Win32
---------------------+------------------------------------------------------
 Reporter:  jkeenan  |       Owner:       
     Type:  todo     |      Status:  new  
 Priority:  normal   |   Milestone:       
Component:  library  |     Version:  1.7.0
 Severity:  medium   |    Keywords:  gdbm 
     Lang:           |       Patch:       
 Platform:           |  
---------------------+------------------------------------------------------
 This ticket moves into Trac discussion of an issue originally found in RT
 at [http://rt.perl.org/rt3/Ticket/Display.html?id=46393 RT #46393].
 {{{
      94     VTABLE void class_init() {
      95 #ifdef WIN32
      96         /* RT #46393: What if libgdbm.so cannot be loaded */
      97         /* Parrot_load_lib(interp, slib, NULL); */
      98         STRING *slib = CONST_STRING(interp, "gdbm3");
      99 #endif
     100     }
 }}}

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