<meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
<font face="Helvetica, Arial, sans-serif">Hello again Eric,<br>
<br>
So on the configure grass 7 for compilation I got another error.<br>
<br>
<br>
Similar to gdal I took the postgis lines out of configure and wrote
as such<br>
./configure --prefix=/usr/local/grass70 --enable-largefile
--with-sqlite --with-freetype=yes
--with-freetype-includes=/usr/include/freetype2
--with-proj-share=/usr/share/proj --with-python --with-cxx
--with-wxwidgets --with-tcltk-includes=/usr/include/tcl8.5
--with-odbc=yes --enable-64bit --with-geos=yes --with-openmp=yes
--with-liblas=yes --with-cairo=yes --with-opencl=yes
--with-pthread=yes<br>
<br>
seemed to go OK until it crashed trying to locate the OpenCL
library...<br>
<br>
checking for pthread_create... no<br>
checking for pthread_create in -lpthread... yes<br>
checking whether to use OpenMP... yes<br>
checking for location of OpenMP includes... <br>
checking for omp.h... yes<br>
checking for location of OpenMP library... <br>
checking for GOMP_parallel_start... no<br>
checking for GOMP_parallel_start in -lgomp... yes<br>
checking whether to use OpenCL... yes<br>
checking for location of OpenCL includes... <br>
checking for CL/cl.h... yes<br>
checking for location of OpenCL library... <br>
checking for clGetPlatformInfo in -lOpenCL... no<br>
configure: error: *** Unable to locate OpenCL library.<br>
<br>
<br>
</font>
<div class="moz-cite-prefix">On 04/12/13 16:16, Eric Goddard [via
OSGeo.org] wrote:<br>
</div>
<blockquote style='border-left:2px solid #CCCCCC;padding:0 1em'
cite="mid:CAMM2+YpvTjxvBfkbiwbnsipLSdRHnhaN-qkQ7BPPk+PSkuJHSA@mail.gmail.com"
type="cite"> It sounds like you didn't get all of the packages in
the dependencies
<br>
section installed; many of the development packages should have
been
<br>
installed with the build-essential package. bison and ncurses-dev
are
<br>
also in the list and will take care of the curses error., and the
<br>
libxmu-dev package will fix the X error. Did you paste the whole
chunk
<br>
of dependencies in as a single line?
<br>
<br>
<br>
<br>
On Wed, Dec 4, 2013 at 3:04 AM, BigBaka <<a
moz-do-not-send="true"
href="/user/SendEmail.jtp?type=node&node=5092596&i=0"
target="_top" rel="nofollow" link="external">[hidden email]</a>>
wrote:
<div class="shrinkable-quote"><br>
> Hi Eric,
<br>
>
<br>
> Am I missing some compiling package? I also had to download
a program called
<br>
> bison. Now I getting an error Unable to locate curses. Also
couldn't seem to
<br>
> locate W11 and X. When I tried to install a package called
curses.h it said
<br>
> something about "package ncurses-hexedit should be rebuilt
with new
<br>
> debhelper to get trigger support! - whatever that means.
<br>
>
<br>
>
<br>
> On 04/12/13 15:34, Eric Goddard [via OSGeo.org] wrote:
<br>
>
<br>
> You will need to remove the --with-postgres=yes and
<br>
> --with-postgres-includes=/usr/include/postgresql options.
As for the
<br>
> lex error, you should be able to fix that by running
<br>
>
<br>
> sudo apt-get install flex
<br>
>
<br>
> on the command line before configuring.
<br>
>
<br>
> On Wed, Dec 4, 2013 at 1:42 AM, Glenn Hunt <[hidden
email]> wrote:
<br>
>
<br>
>> Hi Eric,
<br>
>>
<br>
>> I decided not to compile postgis but do I then need to
change the
<br>
>> configure
<br>
>> line for compiling grass 64? I just tried to compile
now using the full
<br>
>> text
<br>
>> in your document and got an error right at the
beginning.
<br>
>>
<br>
>> checing for lex... no
<br>
>> configure: error: *** Unable to locate lex.
<br>
>>
<br>
>>
<br>
>> On 04/12/13 00:20, Eric Goddard wrote:
<br>
>>
<br>
>> The packages I use for postgres on Ubuntu 13.04 are:
<br>
>> postgresql-server-dev-9.1 postgresql-client
postgresql-9.1
<br>
>> postgresql-contrib-9.1. I don't know if Ubuntu 12.04
has postgres 9.1;
<br>
>> it may still be on 9. Try finding the equivalent
packages with
<br>
>> synaptic, or simply don't compile postgis if you never
use it.
<br>
>>
<br>
>> On Tue, Dec 3, 2013 at 11:07 AM, BigBaka <[hidden
email]> wrote:
<br>
>>
<br>
>> Re configured, make, and make installed gdal. Moved
onto the postgis
<br>
>> Downloaded package but when in tried to configure i got
an error
<br>
>>
<br>
>> checking for pg_config... no
<br>
>> configure: error: could not find pg_config within the
current path. You
<br>
>> may
<br>
>> need to try re-running configure with a --with-pgconfig
parameter.
<br>
>> make: *** [GNUmakefile] Error 1
<br>
>>
<br>
>> ideas?
<br>
>>
<br>
>> On 03/12/13 23:26, Eric Goddard [via OSGeo.org] wrote:
<br>
>>
<br>
>> I would recompile gdal. Switch to the gdal source
directory and run
<br>
>> 'make clean', and then re run the ./configure, make,
and make install
<br>
>> lines.
<br>
>>
<br>
>> On Tue, Dec 3, 2013 at 10:21 AM, BigBaka <[hidden
email]> wrote:
<br>
>>
<br>
>> After posting that I went into synaptic and installed
geotiff 1.4.
<br>
>> Following
<br>
>> that it seems it worked.
<br>
>> Values for GEOTIFF_INCLUDE_DIR and GEOTIFF_LIBRARY
<br>
>> are usr/include/geotiff and usr/lib/libgeotiff.so
respectively now.
<br>
>>
<br>
>> I did manage to get the gdal compiled without geotiff,
but I'm not sure
<br>
>> there may have been some errors that I just overlooked.
Would you
<br>
>> recommend
<br>
>> starting from the beginning again, or just keep going
as is?
<br>
>>
<br>
>> Regards,
<br>
>> BB
<br>
>>
<br>
>>
<br>
>>
<br>
>> --
<br>
>> View this message in context:
<br>
>>
<br>
>> <a moz-do-not-send="true"
href="http://osgeo-org.1560.x6.nabble.com/MrSID-raster-and-QGIS-in-linux-tp5090885p5092439.html"
target="_top" rel="nofollow" link="external">http://osgeo-org.1560.x6.nabble.com/MrSID-raster-and-QGIS-in-linux-tp5090885p5092439.html</a><br>
>> Sent from the Quantum GIS - User mailing list archive
at Nabble.com.
<br>
>> _______________________________________________
<br>
>> Qgis-user mailing list
<br>
>> [hidden email]
<br>
>> <a moz-do-not-send="true"
href="http://lists.osgeo.org/mailman/listinfo/qgis-user"
target="_top" rel="nofollow" link="external">http://lists.osgeo.org/mailman/listinfo/qgis-user</a><br>
>>
<br>
>> _______________________________________________
<br>
>> Qgis-user mailing list
<br>
>> [hidden email]
<br>
>> <a moz-do-not-send="true"
href="http://lists.osgeo.org/mailman/listinfo/qgis-user"
target="_top" rel="nofollow" link="external">http://lists.osgeo.org/mailman/listinfo/qgis-user</a><br>
>>
<br>
>>
<br>
>> ________________________________
<br>
>> If you reply to this email, your message will be added
to the discussion
<br>
>> below:
<br>
>>
<br>
>> <a moz-do-not-send="true"
href="http://osgeo-org.1560.x6.nabble.com/MrSID-raster-and-QGIS-in-linux-tp5090885p5092441.html"
target="_top" rel="nofollow" link="external">http://osgeo-org.1560.x6.nabble.com/MrSID-raster-and-QGIS-in-linux-tp5090885p5092441.html</a><br>
>> To unsubscribe from MrSID raster and QGIS in linux,
click here.
<br>
>> NAML
<br>
>>
<br>
>>
<br>
>>
<br>
>> ________________________________
<br>
>> View this message in context: Re: MrSID raster and QGIS
in linux
<br>
>>
<br>
>> Sent from the Quantum GIS - User mailing list archive
at Nabble.com.
<br>
>>
<br>
>> _______________________________________________
<br>
>> Qgis-user mailing list
<br>
>> [hidden email]
<br>
>> <a moz-do-not-send="true"
href="http://lists.osgeo.org/mailman/listinfo/qgis-user"
target="_top" rel="nofollow" link="external">http://lists.osgeo.org/mailman/listinfo/qgis-user</a><br>
>>
<br>
>> .
<br>
>>
<br>
>>
<br>
> _______________________________________________
<br>
> Qgis-user mailing list
<br>
> [hidden email]
<br>
> <a moz-do-not-send="true"
href="http://lists.osgeo.org/mailman/listinfo/qgis-user"
target="_top" rel="nofollow" link="external">http://lists.osgeo.org/mailman/listinfo/qgis-user</a><br>
>
<br>
>
<br>
> ________________________________
<br>
> If you reply to this email, your message will be added to
the discussion
<br>
> below:
<br>
> <a moz-do-not-send="true"
href="http://osgeo-org.1560.x6.nabble.com/MrSID-raster-and-QGIS-in-linux-tp5090885p5092585.html"
target="_top" rel="nofollow" link="external">http://osgeo-org.1560.x6.nabble.com/MrSID-raster-and-QGIS-in-linux-tp5090885p5092585.html</a><br>
> To unsubscribe from MrSID raster and QGIS in linux, click
here.
<br>
> NAML
<br>
>
<br>
>
<br>
>
<br>
> ________________________________
<br>
> View this message in context: Re: MrSID raster and QGIS in
linux
<br>
> Sent from the Quantum GIS - User mailing list archive at
Nabble.com.
<br>
>
<br>
> _______________________________________________
<br>
> Qgis-user mailing list
<br>
> <a moz-do-not-send="true"
href="/user/SendEmail.jtp?type=node&node=5092596&i=1"
target="_top" rel="nofollow" link="external">[hidden email]</a>
<br>
> <a moz-do-not-send="true"
href="http://lists.osgeo.org/mailman/listinfo/qgis-user"
target="_top" rel="nofollow" link="external">http://lists.osgeo.org/mailman/listinfo/qgis-user</a></div>
_______________________________________________
<br>
Qgis-user mailing list
<br>
<a moz-do-not-send="true"
href="/user/SendEmail.jtp?type=node&node=5092596&i=2"
target="_top" rel="nofollow" link="external">[hidden email]</a>
<br>
<a moz-do-not-send="true"
href="http://lists.osgeo.org/mailman/listinfo/qgis-user"
target="_top" rel="nofollow" link="external">http://lists.osgeo.org/mailman/listinfo/qgis-user</a><br>
<br>
<br>
<hr color="#cccccc" noshade="noshade" size="1">
<div style="color:#444; font: 12px
tahoma,geneva,helvetica,arial,sans-serif;">
<div style="font-weight:bold">If you reply to this email, your
message will be added to the discussion below:</div>
<a moz-do-not-send="true"
href="http://osgeo-org.1560.x6.nabble.com/MrSID-raster-and-QGIS-in-linux-tp5090885p5092596.html" target="_top" rel="nofollow" link="external">http://osgeo-org.1560.x6.nabble.com/MrSID-raster-and-QGIS-in-linux-tp5090885p5092596.html</a>
</div>
<div style="color:#666; font: 11px
tahoma,geneva,helvetica,arial,sans-serif;margin-top:.4em;line-height:1.5em">
To unsubscribe from MrSID raster and QGIS in linux, <a
moz-do-not-send="true"
href="" target="_top" rel="nofollow" link="external">click
here</a>.<br>
<a moz-do-not-send="true"
href="http://osgeo-org.1560.x6.nabble.com/template/NamlServlet.jtp?macro=macro_viewer&id=instant_html%21nabble%3Aemail.naml&base=nabble.naml.namespaces.BasicNamespace-nabble.view.web.template.NabbleNamespace-nabble.view.web.template.NodeNamespace&breadcrumbs=notify_subscribers%21nabble%3Aemail.naml-instant_emails%21nabble%3Aemail.naml-send_instant_email%21nabble%3Aemail.naml" rel="nofollow" style="font:9px serif" target="_top" link="external">NAML</a> </div>
</blockquote>
<br>
<br/><hr align="left" width="300" />
View this message in context: <a href="http://osgeo-org.1560.x6.nabble.com/MrSID-raster-and-QGIS-in-linux-tp5090885p5092671.html">Re: MrSID raster and QGIS in linux</a><br/>
Sent from the <a href="http://osgeo-org.1560.x6.nabble.com/Quantum-GIS-User-f4125267.html">Quantum GIS - User mailing list archive</a> at Nabble.com.<br/>