#25466: mapm3 03.0, Revision 3, problem in calling int and log -------------------------------+-------------------------------------------- Reporter: heckel@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 1.9.1 Keywords: mapmaker | Port: mapm3 -------------------------------+-------------------------------------------- I am running MacPorts 1.9.1 under OS 10.5.8 on a MacBook Pro, 2.5 GHz Intel Core 2 Duo port mapm3 (Mapmaker 3) runs with two problems 1) running Mapmaker, in reader.c, {{{ int new_magic_number() { return(((int)(randnum()*3275.0))*10 + F2VERSION); } }}} the call to int does not return the proper value. This results in a negative number being assigned to new_magic_number 2) running QTL, in qcmds.c, {{{ command make_trait() }}} does not recognize "log" in command issued from console make trait logwt = log(weight) -- Ticket URL: <http://trac.macports.org/ticket/25466> MacPorts <http://www.macports.org/> Ports system for Mac OS