[compile wine] dependency - libcapi20 development files

I was suggested in another forum to compile wine to work with my windoz application…

so i download source .bz archive of 1.1.9 wine… remove wine that was installed with zypper

./configure

and have minor dependencies that i allready find…
but one dependency is stil could not find…


winesourcetree>./configure
<skipped>
configure: libcapi20 development files not found, ISDN won't be supported.

configure: Finished.  Do 'make depend && make' to compile Wine.
>

what is - libcapi20 development files… can i have this @opensuse11?

and what is ISDN? afaik it is standart… how it can’t be suppported… maybe i did not need this?

ISDN is a telephone system network, not much in use nowadays.

Here you have more info about ISDN Integrated Services Digital Network - Wikipedia, the free encyclopedia.

Unless you are using this type of network, I think is safe just to omit this dependency.

thank you

your message is very informative thank you very much…

this is help me a lot