On Jul 30, 2013, at 16:27 07, Tim Camp wrote: > ./rdconfig.h:85:3: error: ‘uid_t’ does not name a type > ./rdconfig.h:86:3: error: ‘gid_t’ does not name a type > ./rdconfig.h:126:3: error: ‘uid_t’ does not name a type > ./rdconfig.h:127:3: error: ‘gid_t’ does not name a type
Try adding the following line near the top of 'lib/rdconfig.h' (right after the '#include RDCONFIG_H' line): #include <sys/types.h> Cheers! |-------------------------------------------------------------------------| | Frederick F. Gleason, Jr. | Chief Developer | | | Paravel Systems | |-------------------------------------------------------------------------| | "There are three possibilities: Pioneer's solar panel has turned away | | from the sun; there's a large meteor blocking transmission; or someone | | loaded Star Trek 3.2 into our video processor." | |-------------------------------------------------------------------------| _______________________________________________ Rivendell-dev mailing list [email protected] http://caspian.paravelsystems.com/mailman/listinfo/rivendell-dev
