#37551: PGPLOT crashes with GIF ---------------------+------------------------ Reporter: andy@… | Owner: mcalhoun@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: Resolution: | Keywords: Port: pgplot | ---------------------+------------------------ Changes (by larryv@…): * priority: High => Normal * owner: macports-tickets@… => mcalhoun@… * version: 2.1.2 => Old description:
PGPLOT crashes with a segmentation fault if trying to generate GIF images.
The issue may be that the source changes needed to compile on 64-bit machines were not made. One line needs to be changed in each of the following files (though, for the drivers enabled in macports, I think only the two gidriv.f files need modification): drivers/gidriv.f drivers/ppdriv.f drivers/wddriv.f sys_win/gidriv.f
In each, look for a line saying: C Note: for 64-bit operating systems, change the following C declaration to INTEGER*8:
Change the INTEGER declaration to INTEGER*8
New description: PGPLOT crashes with a segmentation fault if trying to generate GIF images. The issue may be that the source changes needed to compile on 64-bit machines were not made. One line needs to be changed in each of the following files (though, for the drivers enabled in macports, I think only the two gidriv.f files need modification): - `drivers/gidriv.f` - `drivers/ppdriv.f` - `drivers/wddriv.f` - `sys_win/gidriv.f` In each, look for a line saying: {{{ C Note: for 64-bit operating systems, change the following C declaration to INTEGER*8: Change the INTEGER declaration to INTEGER*8 }}} -- Comment: Thanks for the report. Please remember to use [[WikiFormatting]] and to CC any port maintainers on future tickets. -- Ticket URL: <https://trac.macports.org/ticket/37551#comment:1> MacPorts <http://www.macports.org/> Ports system for Mac OS