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

Web server monkey patch not working correctly. #36

Closed
richardpur opened this issue Feb 25, 2022 · 2 comments
Closed

Web server monkey patch not working correctly. #36

richardpur opened this issue Feb 25, 2022 · 2 comments
Assignees

Comments

@richardpur
Copy link

richardpur commented Feb 25, 2022

Error message with the default file.

../monkey.patch:46: space before tab in indent.
GMainLoop *loop;
../monkey.patch:47: space before tab in indent.
int ret;
../monkey.patch:52: space before tab in indent.
loop = g_main_loop_new(NULL, FALSE);
../monkey.patch:53: space before tab in indent.
write_index();
../monkey.patch:82: space before tab in indent.
g_main_loop_run(loop);
error: corrupt patch at line 205

I attempted to fix the indent errors but still receiving the final error
error: corrupt patch at line 205

Can you help to advice the resolution for this?

@mikaelli-axis mikaelli-axis self-assigned this Mar 2, 2022
@mikaelli-axis
Copy link
Contributor

Just to make sure I have all the details, what SDK version are you using for this?

@mikaelli-axis
Copy link
Contributor

I was able to build and run the web-server example as it is published (using the native-sdk v1.1) so I am closing this one.

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

No branches or pull requests

2 participants