I just updated player from 1.6.5 to 2.0.2 and I am having a problem running a c++ client I wrote. Before the update i could run the client. The client also ran before I recompiled it with the new player install. But since I recompiled it, my executable won't run. Here are the command line messages
varitek:/course/cs148/development/dbloom/psg/mcl/player/client> make rm -f *.o mcl g++ -c Image.C -o Image.o g++ -c BlobMap.C -o BlobMap.o g++ -I/contrib/projects/psg/local/include mcl.C Image.o BlobMap.o -o mcl -lm /contrib/projects/psg/local/lib/libplayer* varitek:/course/cs148/development/dbloom/psg/mcl/player/client> ./mcl ./mcl: error while loading shared libraries: libplayerc++.so.2: cannot open shared object file: No such file or directory -- View this message in context: http://www.nabble.com/Running-a-player-client-tf1925183.html#a5271638 Sent from the playerstage-gazebo forum at Nabble.com. ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ Playerstage-gazebo mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/playerstage-gazebo
