Compiliation issue

Asked by Kurt Smolderen

I'm using Ubuntu Maverick and try to compile Postler (using Vala 0.10.0). However, ./waf configure fails for two checks:
- No sys/filio.h found
- No db.h found

Searching for sys/filio.h in the default repositories does not give any hit. Searching for db.h lists a lot of hits. Any suggestions on which package I might be missing?

Thanks for your help!
Kurt

Question information

Language:
English Edit question
Status:
Solved
For:
Postler Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
Allen Lowe (lallenlowe) said :
#1

Kurt, you can ignore sys/filio.h, for db.h install libdb4.7-dev

Revision history for this message
Allen Lowe (lallenlowe) said :
#2

I have been asked this exact question many times, I know that my answer is the correct solution