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

BAD HTTP_REQUEST semtrex #155

Closed
ortegacmanuel opened this issue Jun 2, 2016 · 2 comments
Closed

BAD HTTP_REQUEST semtrex #155

ortegacmanuel opened this issue Jun 2, 2016 · 2 comments

Comments

@ortegacmanuel
Copy link

ortegacmanuel commented Jun 2, 2016

Hi!

I installed ceptr few minutes ago and when I did the make ceptr I get this warning:

src/tree.c:1050:20: warning: ‘return’ with no value, in function returning non-void
if (!template) return;
^
I changed 1050 codeline in the src/tree.c file to this

if (!template) return template == NULL;

and the warning disappears

Now I'm making the test doing make test and I got this

./ceptr_specs
Running all tests...

BAD HTTP_REQUEST semtrex
Makefile:12: fallo en las instrucciones para el objetivo 'test'
make: *** [test] Interrompo

How I could solve this? where is the error? Do I have to make anything before doing testing?

I'm testing ceptr on Ubuntu 64 bits

Thanks!

@zippy
Copy link
Owner

zippy commented Jun 2, 2016

Thanks, I'll fix that warning.

Currently I'm in the middle of fixing some bugs in the semtrex code. It looks like I let some commits slip into master without running all the specs. You could probably just go back a few commits to get something that compiles, but I'll tell you when I get this issue fixed.

@zippy
Copy link
Owner

zippy commented Jul 16, 2016

Ok, I finally resolved a bunch of bugs in the semtrex code. It now compiles as of efb8bbf. There are still some failing specs that I haven't figured out why they are breaking, that's up next.

@zippy zippy closed this as completed Jul 16, 2016
@zippy zippy removed the in progress label Jul 16, 2016
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