Chakraborti, Anirban (GE Transportation)
2004-Aug-05 09:23 UTC
[Samba] Samba Installation Issues on QNX
I have downloaded samba-3.0.5 on qnx platform. The configure process goes fine. I am noting down the statements which might lead to solving the issue. checking for gcc... no checking for cc... cc checking for C compiler default output... checking whether the C compiler works... ./: Permission denied yes checking whether we are cross compiling... no checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes After the configure process I moved on to the make process as configuration was completed successfully! The make process exited with the following errors. include/includes.h(127): Error! E1055: Unable to open 'strings.h' include/includes.h(131): Error! E1055: Unable to open 'memory.h' include/includes.h(316): Error! E1055: Unable to open 'sys/label.h' include/includes.h(317): Error! E1055: Unable to open 'sys/audit.h' include/includes.h(318): Error! E1055: Unable to open 'pwdadj.h' include/includes.h(396): Error! E1055: Unable to open 'biconv.h' include/nt_status.h(38): Error! E1022: Missing or misspelled data type near 'uint32' include/nt_status.h(48): Error! E1022: Missing or misspelled data type near 'uint32' include/ntioctl.h(81): Error! E1022: Missing or misspelled data type near 'uint32' include/charset.h(47): Error! E1022: Missing or misspelled data type near 'uint16' include/charset.h(48): Error! E1022: Missing or misspelled data type near 'uint16' include/charset.h(49): Error! E1022: Missing or misspelled data type near 'int32' Please help. Regards, Anirban