Revision: 4472
http://playerstage.svn.sourceforge.net/playerstage/?rev=4472&view=rev
Author: gerkey
Date: 2008-04-03 13:56:34 -0700 (Thu, 03 Apr 2008)
Log Message:
-----------
fixed two registration function names and added a note to Readme on verbose
building
Modified Paths:
--------------
code/player/branches/cmake/CMake_README.txt
code/player/branches/cmake/server/drivers/blobfinder/shapetracker/shapetracker.cc
code/player/branches/cmake/server/drivers/localization/amcl/amcl.cc
Modified: code/player/branches/cmake/CMake_README.txt
===================================================================
--- code/player/branches/cmake/CMake_README.txt 2008-04-03 20:47:08 UTC (rev
4471)
+++ code/player/branches/cmake/CMake_README.txt 2008-04-03 20:56:34 UTC (rev
4472)
@@ -16,4 +16,10 @@
them using an ncurses-based GUI. For a start, you'll probably want to turn off
the python libplayerc bindings, since they don't work yet. You might also want
to change CMAKE_INSTALL_PREFIX so it doesn't install over your current copy of
-player.
\ No newline at end of file
+player.
+
+To get under the hood and see the actual compile / link lines (very helpful
+in debugging build problems):
+
+$ make VERBOSE=1
+
Modified:
code/player/branches/cmake/server/drivers/blobfinder/shapetracker/shapetracker.cc
===================================================================
---
code/player/branches/cmake/server/drivers/blobfinder/shapetracker/shapetracker.cc
2008-04-03 20:47:08 UTC (rev 4471)
+++
code/player/branches/cmake/server/drivers/blobfinder/shapetracker/shapetracker.cc
2008-04-03 20:56:34 UTC (rev 4472)
@@ -129,7 +129,7 @@
// a driver registration function
-void ShapeTracker_Register(DriverTable* table)
+void shapetracker_Register(DriverTable* table)
{
table->AddDriver("shapetracker", ShapeTracker_Init);
}
Modified: code/player/branches/cmake/server/drivers/localization/amcl/amcl.cc
===================================================================
--- code/player/branches/cmake/server/drivers/localization/amcl/amcl.cc
2008-04-03 20:47:08 UTC (rev 4471)
+++ code/player/branches/cmake/server/drivers/localization/amcl/amcl.cc
2008-04-03 20:56:34 UTC (rev 4472)
@@ -315,7 +315,7 @@
////////////////////////////////////////////////////////////////////////////////
// Register the driver
-void adaptivemcl_Register(DriverTable* table)
+void amcl_Register(DriverTable* table)
{
table->AddDriver("amcl", AdaptiveMCL_Init);
return;
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
_______________________________________________
Playerstage-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/playerstage-commit