Conversation
This might not work on ubuntu 12.
If this only needed for this one test, we should put a call to apt-get in the install.sh |
|
Good point |
|
This "fixes" cpoll in that it now compiles and runs correctly. It does have some minor validation errors (json array instead of dict sort of things). Let me know if you want to fix those with this PR, or if we should merge this into master as "better than current" |
|
@hamiltont is Travis treating both errors and warnings as failure state? It should just be errors, correct? EDIT: ugh, morning. Accidentally hit "close and comment" |
To nitpick on terminology for a second - travis only reports errors or failures. You can print warnings all day and they don't care - only the return status is important. Failure and Error both indicate a non-zero return status from some line listed in the The main source of our |
The
CPLUS_INCLUDE_PATHis definitely needed.As for using
postgresql-server-dev-9.3- this might not work on Ubuntu 12 - we shall find out.