[OSM-talk] Smrender released into the wild

Bernhard R. Fischer bf at abenteuerland.at
Thu Mar 8 06:42:03 GMT 2012


On Wednesday 07 March 2012 18:40:43 MERIGHI Marcus wrote:
> bf at abenteuerland.at (Bernhard R. Fischer), 2012.03.07 (Wed) 14:01 (CET):
> > Smrender is a rule-based renderer for OSM data. The rule set is very
> > flexible and it supports dynamic loading and linking...
> > http://www.cypherpunk.at/2012/03/07/smrender-released-into-the-wild/
> 
> (replying to just one list)
> 
> attached diff makes it compile on OpenBSD -current.
> 
> --- Makefile.0	Wed Mar  7 12:14:47 2012
> +++ Makefile	Wed Mar  7 18:14:39 2012
> @@ -16,8 +16,8 @@
>  # */
> 
>  CC	= gcc
> -CFLAGS	= -O2 -g -Wall -D_GNU_SOURCE -I/usr/local/include
> -LDFLAGS	= -L/usr/local/lib -lm -lgd -Wl,-export-dynamic
> +CFLAGS	= -O2 -g -Wall -D_GNU_SOURCE -I/usr/local/include
> -I/usr/X11R6/include +LDFLAGS	= -L/usr/local/lib -L/usr/X11R6/lib -lm -lgd
> -Wl,-export-dynamic VER = smrender-r$(shell svnversion | tr -d M)
> 
>  all: smrender libsmfilter.so
> @@ -58,11 +58,11 @@
>  smfunc.o: smfunc.c
> 
>  libsmfilter.so:
> -	make -C libsmfilter
> +	gmake -C libsmfilter
>  	ln -s libsmfilter/libsmfilter.so
> 
>  clean:
> -	make -C libsmfilter clean
> +	gmake -C libsmfilter clean
>  	rm -f *.o smrender libsmfilter.so
> 
>  dist: smrender libsmfilter.so



Hi!

Thanks for the patch.
I'll soon move to GNU autotools, anyway. This should solve such problems.


Bernhard
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 490 bytes
Desc: This is a digitally signed message part.
URL: <http://lists.openstreetmap.org/pipermail/talk/attachments/20120308/51f7f32a/attachment.pgp>


More information about the talk mailing list