Update of /cvsroot/playerstage/code/player
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25787

Modified Files:
      Tag: b_thjc_dynamic_arrays
        configure.ac acinclude.m4 .cvsignore 
Log Message:
Merged some changes from head a while back

Work on updating drivers, A-J done,  laser is next

Index: .cvsignore
===================================================================
RCS file: /cvsroot/playerstage/code/player/.cvsignore,v
retrieving revision 1.8
retrieving revision 1.8.2.1
diff -C2 -d -r1.8 -r1.8.2.1
*** .cvsignore  28 Jul 2006 03:55:25 -0000      1.8
--- .cvsignore  10 Oct 2007 09:26:09 -0000      1.8.2.1
***************
*** 21,22 ****
--- 21,29 ----
  missing
  player.tag
+ .settings
+ .pydevproject
+ .cdtproject
+ .project
+ .player
+ .cproject
+ compile

Index: acinclude.m4
===================================================================
RCS file: /cvsroot/playerstage/code/player/acinclude.m4,v
retrieving revision 1.143
retrieving revision 1.143.2.1
diff -C2 -d -r1.143 -r1.143.2.1
*** acinclude.m4        27 Aug 2007 03:51:09 -0000      1.143
--- acinclude.m4        10 Oct 2007 09:26:09 -0000      1.143.2.1
***************
*** 136,139 ****
--- 136,141 ----
  PLAYER_ADD_DRIVER([aodv],[yes],[],[],[])
  
+ PLAYER_ADD_DRIVER([localbb],[no],[],[],[])
+ 
  PLAYER_ADD_DRIVER([bumpersafe],[yes],[],[],[])
  
***************
*** 262,267 ****
  PLAYER_ADD_DRIVER([wbr914],[yes],[linux/serial.h],[],[])
  
! PLAYER_ADD_DRIVER([passthrough],[no],[],[],
!                   ["../client_libs/c/playercclient.o"])
  
  PLAYER_ADD_DRIVER([postgis],[yes],[],[],["-lgeos"],[LIBPQXX],[libpqxx])
--- 264,268 ----
  PLAYER_ADD_DRIVER([wbr914],[yes],[linux/serial.h],[],[])
  
! PLAYER_ADD_DRIVER([passthrough],[yes],[],[],[])
  
  PLAYER_ADD_DRIVER([postgis],[yes],[],[],["-lgeos"],[LIBPQXX],[libpqxx])

Index: configure.ac
===================================================================
RCS file: /cvsroot/playerstage/code/player/configure.ac,v
retrieving revision 1.105
retrieving revision 1.105.2.1
diff -C2 -d -r1.105 -r1.105.2.1
*** configure.ac        21 Aug 2007 23:16:23 -0000      1.105
--- configure.ac        10 Oct 2007 09:26:09 -0000      1.105.2.1
***************
*** 587,590 ****
--- 587,592 ----
            server/drivers/ranger/Makefile
            server/drivers/vectormap/Makefile
+           server/drivers/blackboard/Makefile
+           server/drivers/blackboard/localbb/Makefile
            client_libs/Makefile
            client_libs/libplayerc++/Makefile


-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
Playerstage-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/playerstage-commit

Reply via email to