-
Notifications
You must be signed in to change notification settings - Fork 98
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
Issues with compiling dev branch #34
Comments
in includes/cs_page.h <-- ADD :
in includes/cs_string.h <-- ADD:
in pageProcesser/page_queue.c line 76: remove int i in for loop, [ c99 loop variable declaration ]. then you are good to go. This is a dirty fix if you just want to test the dev branch. |
I think about leave this job to mzer0-yu. Everyone should be responsible for his code. Make sure it run normally before push. |
@luohaha Yes that should be obvious. The code should work on their branch and then merged to dev or master |
I have moved |
feel free to modify. |
@luohaha why? |
@mzer0-yu Make sure your code work on your branch, and then push. If you can't, do not push it. |
@luohaha OK. Something changed in my codes since the URI part pushed. Why moved to the xonce repository? |
I accept @mitghi 's suggestion to do that. I am kind of busy to deal with CSpider alone. |
@mitghi the moved one didn't have a dev branch. |
@mzer0-yu dev branch has been added. |
I have compiled the master branch (before the addition of liburi) and I had no issues, but after switching to the dev branch and doing: make
I got the following output:
Am I missing anything? Or is this an actual makefile issue?
The text was updated successfully, but these errors were encountered: