Bonjour, qqn pourrait-il m aider en me disant pourquoi le makefile suivante me genere l'erreur
Error makefile 12:Command syntax error
Ca correspond a la ligne include $(PGXS)
je travaille sous windows XP et je compile avec Borland
BOOST_PATH=C:\boost\boost\graph
MODULE_big = dijkstra
OBJS = dijkstra.o boost_wrapper.o
DATA = dijkstra_postgis.sql
DATA_built = dijkstra.sql
DOCS = README.dijkstra
SHLIB_LINK += -lstdc++
PGXS := $(shell pg_config --pgxs)
include $(PGXS)
boost_wrapper.o: boost_wrapper.cpp
$(CXX) $(CPPFLAGS) $(CFLAGS) -I$(BOOST_PATH) -c boost_wrapper.cpp
Partager