Common compile errors
From Zarafa wiki
(Difference between revisions)
| Line 5: | Line 5: | ||
No such file or directory | No such file or directory | ||
| - | This means you don't have the uuid.h file. It's provided by the '''e2fsprogs-devel''' | + | This means you don't have the uuid.h file. It's provided by the '''libuuid-devel''' or '''e2fsprogs-devel''' package on rpm-based distributions and on deb-based distributions you will need the '''uuid-dev''' packages. |
Latest revision as of 21:58, 19 September 2010
When you get compile/link errors, you're most likely to miss some development files.
In file included from /usr/include/zarafa/platform.h:168, from main.cpp:1: /usr/include/zarafa/platform.linux.h:20:23: uuid/uuid.h: No such file or directory
This means you don't have the uuid.h file. It's provided by the libuuid-devel or e2fsprogs-devel package on rpm-based distributions and on deb-based distributions you will need the uuid-dev packages.