Skip to content

Commit

Permalink
patches to compile on ubuntu 10.10
Browse files Browse the repository at this point in the history
  • Loading branch information
grisetti committed Mar 9, 2012
1 parent 9e6b190 commit 79ef0b0
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion build_tools/Makefile.generic-shared-object
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ endif
# Generazione delle applicazioni
$(BINDIR)/%: %.o $(SONAME)
@$(MESSAGE) "Linking application `basename "$@"`"
@$(PRETTY) "$(CXX) $(LDFLAGS) -L$(LIBDIR) $(LIBS) -l$(LIBNAME) $< -o $@"
@$(PRETTY) "$(CXX) $< -l$(LIBNAME) $(LDFLAGS) -L$(LIBDIR) $(LIBS) -o $@"

#Generazione dei moc files
moc_%.cpp: %.h
Expand Down
2 changes: 1 addition & 1 deletion gridfastslam/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ OBJS= gridslamprocessor_tree.o motionmodel.o gridslamprocessor.o gfsreader.o
APPS= gfs2log gfs2rec gfs2neff #gfs2stat

#LDFLAGS+= -lutils -lsensor_range -llog -lscanmatcher -lsensor_base -lsensor_odometry $(GSL_LIB)
LDFLAGS+= -lutils -lsensor_range -llog -lscanmatcher -lsensor_base -lsensor_odometry
LDFLAGS+= -lscanmatcher -llog -lsensor_range -lsensor_odometry -lsensor_base -lutils
#CPPFLAGS+=-I../sensor $(GSL_INCLUDE)
CPPFLAGS+=-I../sensor

Expand Down
2 changes: 1 addition & 1 deletion gui/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
OBJS= gsp_thread.o qparticleviewer.o qgraphpainter.o qmappainter.o

APPS= gfs_nogui gfs_simplegui gfs2img
LDFLAGS+= $(QT_LIB) $(KDE_LIB) -lutils -lsensor_range -llog -lgridfastslam -lpthread -lconfigfile -lsensor_base -lscanmatcher
LDFLAGS+= $(QT_LIB) $(KDE_LIB) -lgridfastslam -lscanmatcher -llog -lsensor_range -lsensor_odometry -lsensor_base -lconfigfile -lutils -lpthread

ifeq ($(CARMENSUPPORT),1)
LDFLAGS+= -lcarmenwrapper
Expand Down
2 changes: 1 addition & 1 deletion log/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
OBJS= configuration.o carmenconfiguration.o sensorlog.o sensorstream.o
APPS= log_test log_plot scanstudio2carmen rdk2carmen

LDFLAGS+= -lsensor_base -l sensor_odometry -l sensor_range
LDFLAGS+= -lsensor_range -lsensor_odometry -lsensor_base
CPPFLAGS+= -I../sensor

-include ../global.mk
Expand Down
2 changes: 1 addition & 1 deletion scanmatcher/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ OBJS= smmap.o scanmatcher.o scanmatcherprocessor.o eig3.o
APPS= scanmatch_test icptest

#LDFLAGS+= $(GSL_LIB) -lutils -lsensor_range -llog
LDFLAGS+= -lutils -lsensor_range -lsensor_base -llog
LDFLAGS+= -llog -lsensor_range -lsensor_odometry -lsensor_base -lutils
#CPPFLAGS+=-I../sensor $(GSL_INCLUDE)
CPPFLAGS+=-I../sensor

Expand Down

0 comments on commit 79ef0b0

Please sign in to comment.