On Sat, 10 Jul 2010, Curt, WE7U wrote:

On Sat, 10 Jul 2010, Bill Hammond wrote:

In file included from /usr/include/string.h:640,
from dbfinfo.c:48:
In function ‘strcpy’,
inlined from ‘main’ at dbfinfo.c:116:
/usr/include/bits/string3.h:107: warning: call to __builtin___strcpy_chk will always overflow destination buffer
mv -f .deps/dbfinfo.Tpo .deps/dbfinfo.Po
make[4]: *** No rule to make target `../libshape.a', needed by `dbfinfo'.

I just wasted my external Shapelib so that I could test this.  After
running boostrap.sh and configure, a regular "make" now blows up
with the same error as you show above.  Looks like we have a little
more work to do on the internal Shapelib compile.

If I do this I can make it work:

    cd xastir/src/shapelib
    make shapelib.a
    make

shapelib.a must be created before we can create dbfinfo 'cuz it
depends on the library being there.

--
Curt, WE7U.                         <http://www.eskimo.com/~archer>
   APRS:  Where it's at!                    <http://www.xastir.org>
  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
Xastir@lists.xastir.org
http://lists.xastir.org/cgi-bin/mailman/listinfo/xastir

Reply via email to