Alexander Huemer wrote: > > make[1]: Entering directory `/usr/src/lcr' .. > > channel.c -o bchannel.po > > bchannel.c:26:27: error: mISDN/mISDNif.h: No such file or directory > > bchannel.c:28:31: error: mISDN/mISDNcompat.h: No such file or directory > > bchannel.c:29: error: 'MISDN_AF_ISDN' undeclared here (not in a function) > > bchannel.c:30:24: error: mISDN/q931.h: No such file or directory > > Are you sure that you cloned the repository from git.misdn.eu and > not git.misdn.org ?
No mISDN should be neccessary if I understood correctly. Put above includes inside #if WITH_MISDN like is used elsewhere in the code. //Peter
