[GRASS-dev] libgrass_iostream build problem...

cgnicholas at alamedanet.net cgnicholas at alamedanet.net
Fri Oct 9 18:04:18 EDT 2009


hmmm ... no errors; just doesn't look like it's even entering that dir,
and when I manually to build, nothing happens...sort of like it's #ifdef'd
out...hoping not to got on Makefile safari, but...whatever it takes!

Chris
------------------------------------------

cgn at maps:~/src/grass-6.4.0RC5$ cat error.log

GRASS GIS compilation log
-------------------------
Started compilation: Fri Oct  9 15:19:08 EDT 2009
--
Errors in:
No errors detected.
--
Finished compilation: Fri Oct  9 15:19:45 EDT 2009
cgn at maps:~/src/grass-6.4.0RC5$

cgn at maps:~/src/grass-6.4.0RC5$ cd lib/iostream
cgn at maps:~/src/grass-6.4.0RC5/lib/iostream$ make
cgn at maps:~/src/grass-6.4.0RC5/lib/iostream$ echo "nothing happened.. :-( "
nothing happened.. :-(

cgn at maps:~/src/grass-6.4.0RC5/lib/iostream$ ls
ami_stream.cc  Makefile            mm.cc        rtimer.cc
chrismake      minmaxheap_test.cc  mm_utils.cc

cgn at maps:~/src/grass-6.4.0RC5/lib/iostream$ cat Makefile
MODULE_TOPDIR = ../..

LIB_OBJS = mm.o mm_utils.o ami_stream.o rtimer.o
LIB_NAME = $(IOSTREAM_LIBNAME)

include $(MODULE_TOPDIR)/include/Make/Lib.make

ifneq ($(USE_LARGEFILES),)
        EXTRA_CFLAGS = -D_FILE_OFFSET_BITS=64
endif

ifneq ($(strip $(CXX)),)
default: stlib
else
default:
endif
cgn at maps:~/src/grass-6.4.0RC5/lib/iostream$





More information about the grass-dev mailing list