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

Fails to build on linux with ./configure --enable-debugger #215

Closed
TimothySchmitz opened this issue Jul 27, 2017 · 3 comments
Closed

Fails to build on linux with ./configure --enable-debugger #215

TimothySchmitz opened this issue Jul 27, 2017 · 3 comments

Comments

@TimothySchmitz
Copy link

Selected output:

../apu/bapu/snes/../smp/debugger/debugger.hpp:1:53: error: expected class-name before ‘{’ token
class SMPDebugger : public SMP, public ChipDebugger {
^
../apu/bapu/snes/../smp/debugger/debugger.hpp:3:30: error: ‘string’ has not been declared
bool property(unsigned id, string &name, string &value);
^
../apu/bapu/snes/../smp/debugger/debugger.hpp:3:44: error: ‘string’ has not been declared
bool property(unsigned id, string &name, string &value);
^
../apu/bapu/snes/../smp/debugger/debugger.hpp:5:3: error: ‘function’ does not name a type
function<bool ()> step_event;

@TimothySchmitz
Copy link
Author

This is in the /unix directory, btw

@OV2
Copy link
Collaborator

OV2 commented Jul 27, 2017

The smp debugger is not working at the moment. If you don't need it you can use this patch to make it compile: debugger_temp_fixes.patch

@TimothySchmitz
Copy link
Author

That's exactly what I needed, thanks!

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

2 participants