Craig Bradney schrieb: > Can you compile 1.2.2cvs? Those files havent changed in 1.3 AFAIK yet. It > will > be a difference in FBSD include files perhaps, although from what I read its > calling the mkdir function from <qdir.h>. What version of Qt do you have > installed?
qt-3.3.4 Seems that mkdir requires the following header files on freebsd: #include <sys/types.h> #include <sys/stat.h> Regards Samudra
