OpenPBS build error - Unknown type name 'jid_t'

I already installed OpenPBS previously. I wanted try to configure with different command this time and install it.

command :

./configure --prefix=/opt/pbs --enable-alps 

and I get this error :

I followed this article previously and it works but with different configuration it shows this error. I want to configure OpenPBS on node(client) and looks like i have to user this command so i tried it. Thanks in advance ^^

jid_t comes from /usr/include/job.h, which should be on any Cray ALPS machine. If you’re not on one of these machines, remove --enable-alps from your configure options and rebuild.

Thanks for answer ^^