Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

compiling error #3

Closed
puntovale opened this issue Nov 19, 2010 · 4 comments
Closed

compiling error #3

puntovale opened this issue Nov 19, 2010 · 4 comments

Comments

@puntovale
Copy link

on ubuntu 10.04 32 bit, compiling rtv-Stage-ec78a1c got this error:
rtv-Stage-ec78a1c/libstageplugin/p_driver.cc:151:
/libstageplugin/p_driver.h:179: error: ISO C++ forbids declaration of ‘InterfaceLaser’ with no type
libstageplugin/p_driver.h:180: error: expected class-name before ‘(’ token
libstageplugin/p_driver.cc: In constructor ‘StgDriver::StgDriver(ConfigFile_, int)’:
libstageplugin/p_driver.cc:335: error: no matching function for call to ‘InterfaceRanger::InterfaceRanger(player_devaddr_t&, StgDriver_ const, ConfigFile_&, int&)’
/libstageplugin/p_driver.h:175: note: candidates are: InterfaceRanger::InterfaceRanger()
libstageplugin/p_driver.h:175: note: InterfaceRanger::InterfaceRanger(const InterfaceRanger&)
make[2]: *_* [libstageplugin/CMakeFiles/stageplugin.dir/p_driver.o] Errore 1
make[1]: *** [libstageplugin/CMakeFiles/stageplugin.dir/all] Errore 2

@rtv
Copy link
Owner

rtv commented Nov 23, 2010

libstageplugin is currently broken and repairs are underway. Should be fixed this week. Stage builds fine if Player is not found by pkg-config. If you want to build Stage without Player support, either hide Player from pkg-config, or remove libstageplugin from the list of directories to build in the top level CMakeLists.txt.

  • rtv

@hauptmech
Copy link

It would be really helpful if you could tag the released versions.

@rtv
Copy link
Owner

rtv commented Nov 25, 2010

I will tag all released versions - there haven't been any from git yet. All releases to date are tagged in the old SVN repository.

@rtv
Copy link
Owner

rtv commented Nov 25, 2010

the ranger interface for libstageplugin is now working in [master 6fbbcc8]. tested on Ubuntu 10.10 and OS X 10.6.5. laser and sonar interfaces have been removed as deprecated. Let me know if anyone sees any problems.

This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants