Francisco Vinhas Neto

Results 6 comments of Francisco Vinhas Neto

Hi @vincent-richard, we have the same problem of @pasnox!

Hi @vincent-richard, that problem was solved. But now I have the following error: ``` /Users/francisco/Documents/vmime/src/vmime/platforms/posix/posixHandler.cpp:239:16: error: use of undeclared identifier 'HOST_NAME_MAX' char hostname[HOST_NAME_MAX]; ```

@vincent-richard I could finish the compilation with some tinkering, I'll do some more tests and give some feedback. The tinkering: - For some reason I couldn't link with libicu, I...

@vincent-richard Hi, the config.hpp file isn't where it should be.

The file should be at "src/vmime/", where [vmime.hpp](https://github.com/kisli/vmime/blob/master/src/vmime/vmime.hpp) includes it, but the file isn't there. You can check here on github: https://github.com/kisli/vmime/tree/master/src/vmime

Hi Vincent, I haven't executed `make install`. My mistake.