On Sat, 18 Apr 2009, Rick Green wrote:

since I ws playing with xastir this morning, I also decided to recompile the copy on my office desktop, in an attempt to implement map cacheing.

it still shows 'Compiled: Thurs, Oct 16 09:21:12 2008 PDT'

Try "which xastir" to see what path your system is using to find
Xastir when you just type "xastir".


So where is this compile date being picked up, and what does it take to make it accurate?

src/Makefile.am has this:

  xastir_SOURCES = $(XASTIR_SRC) compiledate.c

  compiledate.c: $(XASTIR_SRC)
      rm -f compiledate.c compiledate.o
      echo 'char compiledate[] = "'"Compiled: `date`"'";' >
  compiledate.c

  remove_compiledate:
      rm -f compiledate.c compiledate.o

--
Curt, WE7U.                             archer at eskimo dot com
http://www.eskimo.com/~archer
  Lotto:  A tax on people who are bad at math. - unknown
Windows:  Microsoft's tax on computer illiterates. - WE7U.
The world DOES revolve around me:  I picked the coordinate system!"
_______________________________________________
Xastir mailing list
[email protected]
http://lists.xastir.org/cgi-bin/mailman/listinfo/xastir

Reply via email to