On Fri, Nov 14, 2008 at 11:42:40PM -0600, we recorded a bogon-computron 
collision of the <[EMAIL PROTECTED]> flavor, containing:
> On Fri, Nov 14, 2008 at 2:23 PM, roger g6ckr <[EMAIL PROTECTED]> wrote:
> 
> > Thanks for filling in the gaps.
> > While waiting last night (the xastir website and I suspect the list
> > server being down again) I did a recompile and the error did go away.
> > Now I need to find a UK map that I can make work.
> > Might have to run up my laptop over the weekend which still has Ubuntu
> > 8.04 on and compare how things run as there have been a few problems
> > with other Ham apps on 8.10
> > Roger
> 
> Hi Roger and list readers,
> 
> Fyi, I tried compiling Xastir 1.95 from CVS on a clean install of
> Xubuntu 8.10, and there were no problems.  With respect to package
> names, the only difference between the 8.10 and 6.10 as documented in
> http://www.xastir.org/wiki/index.php/HowTo:Ubuntu_6.10 was the
> libdb4.7-dev package that needs to be installed instead of
> libdb4.4-dev.
> 
> Regarding the small difference between Ubuntu 6.10 and 7.04 in the
> wiki, I followed the 6.10 procedure, which installs automake1.9 and
> libxp-dev instead of automake and x11proto-print-dev.  I found that
> there is no need to install autoconf in Intrepid/8.10 as it is
> installed as a dependency when automake1.9 is installed.  Also,
> X11proto-print-dev is installed as a dependency when libxp-dev is
> installed, which I assume was the case with Ubuntu 6.10 as well.

You might want to update the Wiki.  It is badly in need of being updated.

> Fyi, I also installed the geotiff packages from the ubuntu repository
> instead of using the get-maptools script.  Knowing from recent
> experience with other Debian based distros that the header files get
> installed in /usr/include/geotiff, I copied them into /usr/include
> before compiling Xastir, and it seems happy with that.

This is probably not best practice, as those copies will not be updated if
the package is updated.

Better practice would be to tell configure to add /usr/include/geotiff to
the search path, which is easily done:
   /path/to/configure CPPFLAGS="-I/usr/include/geotiff"

Then you don't have orphaned copies of geotiff headers, and configure can
still find the ones that the package installs in the nonstandard place.

-- 
Tom Russo    KM5VY   SAR502   DM64ux          http://www.swcp.com/~russo/
Tijeras, NM  QRPL#1592 K2#398  SOC#236        http://kevan.org/brain.cgi?DDTNM
 "Argue for your limitations and sure enough, they're yours."  -- R. Bach



_______________________________________________
Xastir mailing list
Xastir@xastir.org
http://lists.xastir.org/cgi-bin/mailman/listinfo/xastir

Reply via email to