For "if((Epd=EpdInit(NULL))=NULL)", sometimes I got l-value error, and sometimes the compilation just passed. It's strange.
When I compile xepdmgrclient.c, I got:
Code:
gcc -o xepdmgrclient xepdmgrclient.c -lX11
/scratchbox/compilers/oe/bin/../lib/gcc/arm-linux/3.4.4/../../../../arm-linux/lib/crt1.o(.text+0x30): In function `_start':
init.c: undefined reference to `main'
collect2: ld returned 1 exit status