Can anyone help me with the installation of ruby-shapelib on Mac OS X? I installed shapelib with MacPorts.
$ ruby ./extconf.rb
checking for shapefil.h... no
Yesterday I managed to pass this check but it fails on the next file. Problem is I don't really know the shapelib installation directory because I used MacPorts for its installation.
Anyone who can help me with the right installation parameters?
Thanks all!
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Is there anything like find(1) in MacOSX? I guess such headers are installed probably somewhere under system directories like /usr or /opt, so try following:
$ find /usr /opt -name shapefil.h -print
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hey guys!
Can anyone help me with the installation of ruby-shapelib on Mac OS X? I installed shapelib with MacPorts.
$ ruby ./extconf.rb
checking for shapefil.h... no
Yesterday I managed to pass this check but it fails on the next file. Problem is I don't really know the shapelib installation directory because I used MacPorts for its installation.
Anyone who can help me with the right installation parameters?
Thanks all!
Is there anything like find(1) in MacOSX? I guess such headers are installed probably somewhere under system directories like /usr or /opt, so try following:
$ find /usr /opt -name shapefil.h -print