| | compile error with pid_t Venkata Tumati
|
| | Hi, I am having some compile problems. This is how the beginning of my sample program #include <conio.h> #include <dbutton.h> #include <dmotor.h> #include <dsensor.h> #include <unistd.h> #include <sys/tm.h> #include <rom/system.h> pid_t (...) (22 years ago, 23-Mar-03, to lugnet.robotics.rcx.legos)
|
| | |
| | | | Re: compile error with pid_t Michael Obenland
|
| | | | (...) pid_t is no defined type. Regards, Michael (22 years ago, 23-Mar-03, to lugnet.robotics.rcx.legos)
|
| | | | |
| | | | | | Re: compile error with pid_t Rob Stehlik
|
| | | | (...) Somewhere along the way the terminology changed from 'process id' to 'thread id'. So it should work if you change it to tid_t . I ran in to the same problem a while ago when trying to learn how to use threading based on an old example. Rob (22 years ago, 23-Mar-03, to lugnet.robotics.rcx.legos)
|
| | | | |