nmlorg / naim

naim is a console client for AOL Instant Messenger (AIM), AOL I Seek You (ICQ), Internet Relay Chat (IRC), and The lily CMC.
http://naim.n.ml.org/
1 stars 0 forks source link

Unable to build under cygwin #24

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Download naim-0.11.8.3.2 source
2. ./configure && make
Getting errors building firetalk

In file included from aim.c:19:
firetalk-int.h:108: error: field `inet6_ip' has incomplete type
firetalk-int.h:144: error: field `remote_addr6' has incomplete type
firetalk-int.h:145: error: field `local_addr6' has incomplete type
make[1]: *** [aim.o] Error 1

Original issue reported on code.google.com by kad...@gmail.com on 2 Jul 2009 at 2:25