Subject: [ libssh2-Bugs-2528572 ] libssh2 on Solaris

[ libssh2-Bugs-2528572 ] libssh2 on Solaris

From: SourceForge.net <noreply_at_sourceforge.net>
Date: Wed, 18 Mar 2009 18:55:39 +0000

Bugs item #2528572, was opened at 2009-01-22 13:37
Message generated for change (Comment added) made by sf-robot
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=703942&aid=2528572&group_id=125852

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: None
Group: None
>Status: Closed
Resolution: Out of Date
Priority: 5
Private: No
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Daniel Stenberg (bagder)
Summary: libssh2 on Solaris

Initial Comment:
Getting some strange errors when trying to compile for Solaris 10 (sorry for the long post):

-bash-3.00# make
Making all in src
make[1]: Entering directory `/usr/local/sfw/src/libssh2-1.0/src'
make all-am
make[2]: Entering directory `/usr/local/sfw/src/libssh2-1.0/src'
if /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I../include -I../src -I/usr/local/include -g -O2 -MT channel.lo -MD -MP -MF ".deps/channel.Tpo" -c -o channel.lo channel.c; \
        then mv -f ".deps/channel.Tpo" ".deps/channel.Plo"; else rm -f ".deps/channel.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I../include -I../src -I/usr/local/include -g -O2 -MT channel.lo -MD -MP -MF .deps/channel.Tpo -c channel.c -fPIC -DPIC -o .libs/channel.o
In file included from libssh2_priv.h:120,
                 from channel.c:40:
libgcrypt.h:164: error: syntax error before '*' token
libgcrypt.h:169: error: syntax error before '*' token
In file included from channel.c:40:
libssh2_priv.h:233: error: syntax error before "gcry_md_hd_t"
libssh2_priv.h:233: warning: no semicolon at end of struct or union
libssh2_priv.h:236: error: syntax error before '}' token
libssh2_priv.h:236: warning: data definition has no type or storage class
libssh2_priv.h:242: error: syntax error before "kmdhgGPsha1kex_state_t"
libssh2_priv.h:242: warning: no semicolon at end of struct or union
libssh2_priv.h:249: error: syntax error before '}' token
libssh2_priv.h:249: warning: data definition has no type or storage class
libssh2_priv.h:255: error: syntax error before "key_exchange_state_low_t"
libssh2_priv.h:255: warning: no semicolon at end of struct or union
libssh2_priv.h:260: error: syntax error before '}' token
libssh2_priv.h:260: warning: data definition has no type or storage class
libssh2_priv.h:746: error: syntax error before "key_exchange_state_t"
libssh2_priv.h:746: warning: no semicolon at end of struct or union
libssh2_priv.h:850: error: syntax error before "packAdd_key_state"
libssh2_priv.h:850: warning: data definition has no type or storage class
libssh2_priv.h:896: error: syntax error before '}' token
libssh2_priv.h:922: error: syntax error before "key_exchange_state_low_t"
libssh2_priv.h:1183: error: syntax error before "key_exchange_state_t"
channel.c: In function `libssh2_channel_nextid':
channel.c:56: error: dereferencing pointer to incomplete type
channel.c:59: error: dereferencing pointer to incomplete type
channel.c:75: error: dereferencing pointer to incomplete type
channel.c: In function `libssh2_channel_locate':
channel.c:89: error: dereferencing pointer to incomplete type
channel.c: In function `libssh2_channel_open_ex':
channel.c:133: error: dereferencing pointer to incomplete type
channel.c:134: error: dereferencing pointer to incomplete type
channel.c:135: error: dereferencing pointer to incomplete type
channel.c:136: error: dereferencing pointer to incomplete type
channel.c:139: error: dereferencing pointer to incomplete type
channel.c:140: error: dereferencing pointer to incomplete type
channel.c:143: error: dereferencing pointer to incomplete type
channel.c:144: error: dereferencing pointer to incomplete type
channel.c:149: error: dereferencing pointer to incomplete type
channel.c:150: error: dereferencing pointer to incomplete type
channel.c:150: error: dereferencing pointer to incomplete type
channel.c:151: error: dereferencing pointer to incomplete type
channel.c:152: error: dereferencing pointer to incomplete type
channel.c:152: error: dereferencing pointer to incomplete type
channel.c:152: error: dereferencing pointer to incomplete type
channel.c:152: error: dereferencing pointer to incomplete type
channel.c:152: error: dereferencing pointer to incomplete type
channel.c:152: error: dereferencing pointer to incomplete type
channel.c:152: error: dereferencing pointer to incomplete type
channel.c:152: error: dereferencing pointer to incomplete type
channel.c:152: error: dereferencing pointer to incomplete type
channel.c:156: error: dereferencing pointer to incomplete type
channel.c:158: error: dereferencing pointer to incomplete type
channel.c:159: error: dereferencing pointer to incomplete type
channel.c:160: error: dereferencing pointer to incomplete type
channel.c:160: error: dereferencing pointer to incomplete type
channel.c:161: error: dereferencing pointer to incomplete type
channel.c:162: error: dereferencing pointer to incomplete type
channel.c:162: error: dereferencing pointer to incomplete type
channel.c:162: error: dereferencing pointer to incomplete type
channel.c:162: error: dereferencing pointer to incomplete type
channel.c:162: error: dereferencing pointer to incomplete type
channel.c:162: error: dereferencing pointer to incomplete type
channel.c:162: error: dereferencing pointer to incomplete type
channel.c:162: error: dereferencing pointer to incomplete type
channel.c:162: error: dereferencing pointer to incomplete type
channel.c:164: error: dereferencing pointer to incomplete type
channel.c:164: error: dereferencing pointer to incomplete type
channel.c:164: error: dereferencing pointer to incomplete type
channel.c:165: error: dereferencing pointer to incomplete type
channel.c:168: error: dereferencing pointer to incomplete type
channel.c:172: error: dereferencing pointer to incomplete type
channel.c:172: error: dereferencing pointer to incomplete type
channel.c:173: error: dereferencing pointer to incomplete type
channel.c:174: error: dereferencing pointer to incomplete type
channel.c:175: error: dereferencing pointer to incomplete type
channel.c:177: error: dereferencing pointer to incomplete type
channel.c:177: error: dereferencing pointer to incomplete type
channel.c:177: error: dereferencing pointer to incomplete type
channel.c:177: error: dereferencing pointer to incomplete type
channel.c:177: error: dereferencing pointer to incomplete type
channel.c:177: error: dereferencing pointer to incomplete type
channel.c:177: error: dereferencing pointer to incomplete type
channel.c:177: error: dereferencing pointer to incomplete type
channel.c:177: error: dereferencing pointer to incomplete type
channel.c:177: error: dereferencing pointer to incomplete type
channel.c:177: error: dereferencing pointer to incomplete type
channel.c:177: error: dereferencing pointer to incomplete type
channel.c:179: error: dereferencing pointer to incomplete type
channel.c:180: error: dereferencing pointer to incomplete type
channel.c:180: error: dereferencing pointer to incomplete type
channel.c:180: error: dereferencing pointer to incomplete type
channel.c:181: error: dereferencing pointer to incomplete type
channel.c:182: error: dereferencing pointer to incomplete type
channel.c:182: error: dereferencing pointer to incomplete type
channel.c:182: error: dereferencing pointer to incomplete type
channel.c:182: error: dereferencing pointer to incomplete type
channel.c:182: error: dereferencing pointer to incomplete type
channel.c:182: error: dereferencing pointer to incomplete type
channel.c:182: error: dereferencing pointer to incomplete type
channel.c:182: error: dereferencing pointer to incomplete type
channel.c:182: error: dereferencing pointer to incomplete type
channel.c:193: error: dereferencing pointer to incomplete type
channel.c:207: error: dereferencing pointer to incomplete type
channel.c:210: error: dereferencing pointer to incomplete type
channel.c:211: error: dereferencing pointer to incomplete type
channel.c:212: error: dereferencing pointer to incomplete type
channel.c:214: error: dereferencing pointer to incomplete type
channel.c:214: error: dereferencing pointer to incomplete type
channel.c:214: error: dereferencing pointer to incomplete type
channel.c:214: error: dereferencing pointer to incomplete type
channel.c:214: error: dereferencing pointer to incomplete type
channel.c:214: error: dereferencing pointer to incomplete type
channel.c:214: error: dereferencing pointer to incomplete type
channel.c:214: error: dereferencing pointer to incomplete type
channel.c:214: error: dereferencing pointer to incomplete type
channel.c:218: error: dereferencing pointer to incomplete type
channel.c:218: error: dereferencing pointer to incomplete type
channel.c:218: error: dereferencing pointer to incomplete type
channel.c:218: error: dereferencing pointer to incomplete type
channel.c:218: error: dereferencing pointer to incomplete type
channel.c:218: error: dereferencing pointer to incomplete type
channel.c:218: error: dereferencing pointer to incomplete type
channel.c:218: error: dereferencing pointer to incomplete type
channel.c:218: error: dereferencing pointer to incomplete type
channel.c:223: error: dereferencing pointer to incomplete type
channel.c:226: error: dereferencing pointer to incomplete type
channel.c:228: error: dereferencing pointer to incomplete type
channel.c:229: error: dereferencing pointer to incomplete type
channel.c:230: error: dereferencing pointer to incomplete type
channel.c:232: error: dereferencing pointer to incomplete type
channel.c:234: error: dereferencing pointer to incomplete type
channel.c:234: error: dereferencing pointer to incomplete type
channel.c:234: error: dereferencing pointer to incomplete type
channel.c:234: error: dereferencing pointer to incomplete type
channel.c:234: error: dereferencing pointer to incomplete type
channel.c:234: error: dereferencing pointer to incomplete type
channel.c:234: error: dereferencing pointer to incomplete type
channel.c:234: error: dereferencing pointer to incomplete type
channel.c:234: error: dereferencing pointer to incomplete type
channel.c:240: error: dereferencing pointer to incomplete type
channel.c:241: error: dereferencing pointer to incomplete type
channel.c:242: error: dereferencing pointer to incomplete type
channel.c:243: error: dereferencing pointer to incomplete type
channel.c:244: error: dereferencing pointer to incomplete type
channel.c:245: error: dereferencing pointer to incomplete type
channel.c:246: error: dereferencing pointer to incomplete type
channel.c:247: error: dereferencing pointer to incomplete type
channel.c:248: error: dereferencing pointer to incomplete type
channel.c:258: error: dereferencing pointer to incomplete type
channel.c:258: error: dereferencing pointer to incomplete type
channel.c:258: error: dereferencing pointer to incomplete type
channel.c:259: error: dereferencing pointer to incomplete type
channel.c:260: error: dereferencing pointer to incomplete type
channel.c:260: error: dereferencing pointer to incomplete type
channel.c:260: error: dereferencing pointer to incomplete type
channel.c:261: error: dereferencing pointer to incomplete type
channel.c:263: error: dereferencing pointer to incomplete type
channel.c:264: error: dereferencing pointer to incomplete type
channel.c:267: error: dereferencing pointer to incomplete type
channel.c:268: error: dereferencing pointer to incomplete type
channel.c:268: error: dereferencing pointer to incomplete type
channel.c:268: error: dereferencing pointer to incomplete type
channel.c:268: error: dereferencing pointer to incomplete type
channel.c:268: error: dereferencing pointer to incomplete type
channel.c:268: error: dereferencing pointer to incomplete type
channel.c:268: error: dereferencing pointer to incomplete type
channel.c:268: error: dereferencing pointer to incomplete type
channel.c:268: error: dereferencing pointer to incomplete type
channel.c:275: error: dereferencing pointer to incomplete type
channel.c:276: error: dereferencing pointer to incomplete type
channel.c:276: error: dereferencing pointer to incomplete type
channel.c:276: error: dereferencing pointer to incomplete type
channel.c:277: error: dereferencing pointer to incomplete type
channel.c:279: error: dereferencing pointer to incomplete type
channel.c:280: error: dereferencing pointer to incomplete type
channel.c:280: error: dereferencing pointer to incomplete type
channel.c:280: error: dereferencing pointer to incomplete type
channel.c:281: error: dereferencing pointer to incomplete type
channel.c:283: error: dereferencing pointer to incomplete type
channel.c:285: error: dereferencing pointer to incomplete type
channel.c:285: error: dereferencing pointer to incomplete type
channel.c:285: error: dereferencing pointer to incomplete type
channel.c:287: error: dereferencing pointer to incomplete type
channel.c:288: error: dereferencing pointer to incomplete type
channel.c:288: error: dereferencing pointer to incomplete type
channel.c:290: error: dereferencing pointer to incomplete type
channel.c:291: error: dereferencing pointer to incomplete type
channel.c:291: error: dereferencing pointer to incomplete type
channel.c:293: error: dereferencing pointer to incomplete type
channel.c:293: error: dereferencing pointer to incomplete type
channel.c:294: error: dereferencing pointer to incomplete type
channel.c:294: error: dereferencing pointer to incomplete type
channel.c:296: error: dereferencing pointer to incomplete type
channel.c:296: error: dereferencing pointer to incomplete type
channel.c:297: error: dereferencing pointer to incomplete type
channel.c:297: error: dereferencing pointer to incomplete type
channel.c:301: error: dereferencing pointer to incomplete type
channel.c:303: error: dereferencing pointer to incomplete type
channel.c:304: error: dereferencing pointer to incomplete type
channel.c:307: error: dereferencing pointer to incomplete type
channel.c:308: error: dereferencing pointer to incomplete type
channel.c:309: error: dereferencing pointer to incomplete type
channel.c:309: error: dereferencing pointer to incomplete type
channel.c:309: error: dereferencing pointer to incomplete type
channel.c:310: error: dereferencing pointer to incomplete type
channel.c:314: error: dereferencing pointer to incomplete type
channel.c:315: error: dereferencing pointer to incomplete type
channel.c:315: error: dereferencing pointer to incomplete type
channel.c:315: error: dereferencing pointer to incomplete type
channel.c:316: error: dereferencing pointer to incomplete type
channel.c:319: error: dereferencing pointer to incomplete type
channel.c:319: error: dereferencing pointer to incomplete type
channel.c:319: error: dereferencing pointer to incomplete type
channel.c:320: error: dereferencing pointer to incomplete type
channel.c:323: error: dereferencing pointer to incomplete type
channel.c: In function `libssh2_channel_direct_tcpip_ex':
channel.c:339: error: dereferencing pointer to incomplete type
channel.c:340: error: dereferencing pointer to incomplete type
channel.c:341: error: dereferencing pointer to incomplete type
channel.c:343: error: dereferencing pointer to incomplete type
channel.c:344: error: dereferencing pointer to incomplete type
channel.c:344: error: dereferencing pointer to incomplete type
channel.c:350: error: dereferencing pointer to incomplete type
channel.c:351: error: dereferencing pointer to incomplete type
channel.c:351: error: dereferencing pointer to incomplete type
channel.c:351: error: dereferencing pointer to incomplete type
channel.c:352: error: dereferencing pointer to incomplete type
channel.c:353: error: dereferencing pointer to incomplete type
channel.c:353: error: dereferencing pointer to incomplete type
channel.c:353: error: dereferencing pointer to incomplete type
channel.c:353: error: dereferencing pointer to incomplete type
channel.c:353: error: dereferencing pointer to incomplete type
channel.c:353: error: dereferencing pointer to incomplete type
channel.c:353: error: dereferencing pointer to incomplete type
channel.c:353: error: dereferencing pointer to incomplete type
channel.c:353: error: dereferencing pointer to incomplete type
channel.c:358: error: dereferencing pointer to incomplete type
channel.c:360: error: dereferencing pointer to incomplete type
channel.c:361: error: dereferencing pointer to incomplete type
channel.c:365: error: dereferencing pointer to incomplete type
channel.c:367: error: dereferencing pointer to incomplete type
channel.c:368: error: dereferencing pointer to incomplete type
channel.c:372: error: dereferencing pointer to incomplete type
channel.c:380: error: dereferencing pointer to incomplete type
channel.c:381: error: dereferencing pointer to incomplete type
channel.c:387: error: dereferencing pointer to incomplete type
channel.c:387: error: dereferencing pointer to incomplete type
channel.c:387: error: dereferencing pointer to incomplete type
channel.c:388: error: dereferencing pointer to incomplete type
channel.c:393: error: dereferencing pointer to incomplete type
channel.c:393: error: dereferencing pointer to incomplete type
channel.c:393: error: dereferencing pointer to incomplete type
channel.c:394: error: dereferencing pointer to incomplete type
channel.c: In function `libssh2_channel_forward_listen_ex':
channel.c:414: error: dereferencing pointer to incomplete type
channel.c:415: error: dereferencing pointer to incomplete type
channel.c:419: error: dereferencing pointer to incomplete type
channel.c:420: error: dereferencing pointer to incomplete type
channel.c:423: error: dereferencing pointer to incomplete type
channel.c:424: error: dereferencing pointer to incomplete type
channel.c:430: error: dereferencing pointer to incomplete type
channel.c:431: error: dereferencing pointer to incomplete type
channel.c:431: error: dereferencing pointer to incomplete type
channel.c:431: error: dereferencing pointer to incomplete type
channel.c:432: error: dereferencing pointer to incomplete type
channel.c:433: error: dereferencing pointer to incomplete type
channel.c:433: error: dereferencing pointer to incomplete type
channel.c:433: error: dereferencing pointer to incomplete type
channel.c:433: error: dereferencing pointer to incomplete type
channel.c:433: error: dereferencing pointer to incomplete type
channel.c:433: error: dereferencing pointer to incomplete type
channel.c:433: error: dereferencing pointer to incomplete type
channel.c:433: error: dereferencing pointer to incomplete type
channel.c:433: error: dereferencing pointer to incomplete type
channel.c:445: error: dereferencing pointer to incomplete type
channel.c:447: error: dereferencing pointer to incomplete type
channel.c:448: error: dereferencing pointer to incomplete type
channel.c:452: error: dereferencing pointer to incomplete type
channel.c:455: error: dereferencing pointer to incomplete type
channel.c:456: error: dereferencing pointer to incomplete type
channel.c:457: error: dereferencing pointer to incomplete type
channel.c:459: error: dereferencing pointer to incomplete type
channel.c:459: error: dereferencing pointer to incomplete type
channel.c:459: error: dereferencing pointer to incomplete type
channel.c:459: error: dereferencing pointer to incomplete type
channel.c:459: error: dereferencing pointer to incomplete type
channel.c:459: error: dereferencing pointer to incomplete type
channel.c:459: error: dereferencing pointer to incomplete type
channel.c:459: error: dereferencing pointer to incomplete type
channel.c:459: error: dereferencing pointer to incomplete type
channel.c:465: error: dereferencing pointer to incomplete type
channel.c:465: error: dereferencing pointer to incomplete type
channel.c:465: error: dereferencing pointer to incomplete type
channel.c:465: error: dereferencing pointer to incomplete type
channel.c:465: error: dereferencing pointer to incomplete type
channel.c:465: error: dereferencing pointer to incomplete type
channel.c:465: error: dereferencing pointer to incomplete type
channel.c:465: error: dereferencing pointer to incomplete type
channel.c:465: error: dereferencing pointer to incomplete type
channel.c:469: error: dereferencing pointer to incomplete type
channel.c:469: error: dereferencing pointer to incomplete type
channel.c:469: error: dereferencing pointer to incomplete type
channel.c:470: error: dereferencing pointer to incomplete type
channel.c:471: error: dereferencing pointer to incomplete type
channel.c:474: error: dereferencing pointer to incomplete type
channel.c:474: error: dereferencing pointer to incomplete type
channel.c:474: error: dereferencing pointer to incomplete type
channel.c:475: error: dereferencing pointer to incomplete type
channel.c:477: error: dereferencing pointer to incomplete type
channel.c:480: error: dereferencing pointer to incomplete type
channel.c:484: error: dereferencing pointer to incomplete type
channel.c:486: error: dereferencing pointer to incomplete type
channel.c:486: error: dereferencing pointer to incomplete type
channel.c:486: error: dereferencing pointer to incomplete type
channel.c:486: error: dereferencing pointer to incomplete type
channel.c:486: error: dereferencing pointer to incomplete type
channel.c:486: error: dereferencing pointer to incomplete type
channel.c:486: error: dereferencing pointer to incomplete type
channel.c:486: error: dereferencing pointer to incomplete type
channel.c:486: error: dereferencing pointer to incomplete type
channel.c:489: error: dereferencing pointer to incomplete type
channel.c:489: error: dereferencing pointer to incomplete type
channel.c:489: error: dereferencing pointer to incomplete type
channel.c:489: error: dereferencing pointer to incomplete type
channel.c:489: error: dereferencing pointer to incomplete type
channel.c:489: error: dereferencing pointer to incomplete type
channel.c:489: error: dereferencing pointer to incomplete type
channel.c:489: error: dereferencing pointer to incomplete type
channel.c:489: error: dereferencing pointer to incomplete type
channel.c:490: error: dereferencing pointer to incomplete type
channel.c:497: error: dereferencing pointer to incomplete type
channel.c:497: error: dereferencing pointer to incomplete type
channel.c:499: error: dereferencing pointer to incomplete type
channel.c:499: error: dereferencing pointer to incomplete type
channel.c:499: error: dereferencing pointer to incomplete type
channel.c:499: error: dereferencing pointer to incomplete type
channel.c:499: error: dereferencing pointer to incomplete type
channel.c:499: error: dereferencing pointer to incomplete type
channel.c:499: error: dereferencing pointer to incomplete type
channel.c:499: error: dereferencing pointer to incomplete type
channel.c:499: error: dereferencing pointer to incomplete type
channel.c:502: error: dereferencing pointer to incomplete type
channel.c:502: error: dereferencing pointer to incomplete type
channel.c:503: error: dereferencing pointer to incomplete type
channel.c:509: error: dereferencing pointer to incomplete type
channel.c:509: error: dereferencing pointer to incomplete type
channel.c:509: error: dereferencing pointer to incomplete type
channel.c:511: error: dereferencing pointer to incomplete type
channel.c:511: error: dereferencing pointer to incomplete type
channel.c:511: error: dereferencing pointer to incomplete type
channel.c:511: error: dereferencing pointer to incomplete type
channel.c:511: error: dereferencing pointer to incomplete type
channel.c:511: error: dereferencing pointer to incomplete type
channel.c:511: error: dereferencing pointer to incomplete type
channel.c:511: error: dereferencing pointer to incomplete type
channel.c:511: error: dereferencing pointer to incomplete type
channel.c:514: error: dereferencing pointer to incomplete type
channel.c:514: error: dereferencing pointer to incomplete type
channel.c:515: error: dereferencing pointer to incomplete type
channel.c:515: error: dereferencing pointer to incomplete type
channel.c:516: error: dereferencing pointer to incomplete type
channel.c:520: error: dereferencing pointer to incomplete type
channel.c:521: error: dereferencing pointer to incomplete type
channel.c:534: error: dereferencing pointer to incomplete type
channel.c:536: error: dereferencing pointer to incomplete type
channel.c:537: error: dereferencing pointer to incomplete type
channel.c:539: error: dereferencing pointer to incomplete type
channel.c:545: error: dereferencing pointer to incomplete type
channel.c:545: error: dereferencing pointer to incomplete type
channel.c:546: error: dereferencing pointer to incomplete type
channel.c:551: error: dereferencing pointer to incomplete type
channel.c:551: error: dereferencing pointer to incomplete type
channel.c:552: error: dereferencing pointer to incomplete type
channel.c:552: error: dereferencing pointer to incomplete type
channel.c:552: error: dereferencing pointer to incomplete type
channel.c:552: error: dereferencing pointer to incomplete type
channel.c:552: error: dereferencing pointer to incomplete type
channel.c:552: error: dereferencing pointer to incomplete type
channel.c:552: error: dereferencing pointer to incomplete type
channel.c:552: error: dereferencing pointer to incomplete type
channel.c:552: error: dereferencing pointer to incomplete type
channel.c:554: error: dereferencing pointer to incomplete type
channel.c:559: error: dereferencing pointer to incomplete type
channel.c: In function `libssh2_channel_forward_cancel':
channel.c:590: error: dereferencing pointer to incomplete type
channel.c:590: error: dereferencing pointer to incomplete type
channel.c:592: error: dereferencing pointer to incomplete type
channel.c:592: error: dereferencing pointer to incomplete type
channel.c:592: error: dereferencing pointer to incomplete type
channel.c:592: error: dereferencing pointer to incomplete type
channel.c:592: error: dereferencing pointer to incomplete type
channel.c:592: error: dereferencing pointer to incomplete type
channel.c:592: error: dereferencing pointer to incomplete type
channel.c:592: error: dereferencing pointer to incomplete type
channel.c:592: error: dereferencing pointer to incomplete type
channel.c:621: error: dereferencing pointer to incomplete type
channel.c:621: error: dereferencing pointer to incomplete type
channel.c:621: error: dereferencing pointer to incomplete type
channel.c:621: error: dereferencing pointer to incomplete type
channel.c:621: error: dereferencing pointer to incomplete type
channel.c:621: error: dereferencing pointer to incomplete type
channel.c:621: error: dereferencing pointer to incomplete type
channel.c:621: error: dereferencing pointer to incomplete type
channel.c:621: error: dereferencing pointer to incomplete type
channel.c:625: error: dereferencing pointer to incomplete type
channel.c:625: error: dereferencing pointer to incomplete type
channel.c:629: error: dereferencing pointer to incomplete type
channel.c:629: error: dereferencing pointer to incomplete type
channel.c:643: error: dereferencing pointer to incomplete type
channel.c:643: error: dereferencing pointer to incomplete type
channel.c:651: error: dereferencing pointer to incomplete type
channel.c:654: error: dereferencing pointer to incomplete type
channel.c:654: error: dereferencing pointer to incomplete type
channel.c: In function `libssh2_channel_forward_accept':
channel.c:674: error: dereferencing pointer to incomplete type
channel.c:674: error: dereferencing pointer to incomplete type
channel.c:674: error: dereferencing pointer to incomplete type
channel.c:674: error: dereferencing pointer to incomplete type
channel.c:674: error: dereferencing pointer to incomplete type
channel.c:674: error: dereferencing pointer to incomplete type
channel.c:674: error: dereferencing pointer to incomplete type
channel.c:674: error: dereferencing pointer to incomplete type
channel.c:674: error: dereferencing pointer to incomplete type
channel.c:692: error: dereferencing pointer to incomplete type
channel.c:693: error: dereferencing pointer to incomplete type
channel.c:698: error: dereferencing pointer to incomplete type
channel.c: In function `libssh2_channel_setenv_ex':
channel.c:740: error: dereferencing pointer to incomplete type
channel.c:740: error: dereferencing pointer to incomplete type
channel.c:742: error: dereferencing pointer to incomplete type
channel.c:742: error: dereferencing pointer to incomplete type
channel.c:742: error: dereferencing pointer to incomplete type
channel.c:742: error: dereferencing pointer to incomplete type
channel.c:742: error: dereferencing pointer to incomplete type
channel.c:742: error: dereferencing pointer to incomplete type
channel.c:742: error: dereferencing pointer to incomplete type
channel.c:742: error: dereferencing pointer to incomplete type
channel.c:742: error: dereferencing pointer to incomplete type
channel.c:776: error: dereferencing pointer to incomplete type
channel.c:776: error: dereferencing pointer to incomplete type
channel.c:776: error: dereferencing pointer to incomplete type
channel.c:776: error: dereferencing pointer to incomplete type
channel.c:776: error: dereferencing pointer to incomplete type
channel.c:776: error: dereferencing pointer to incomplete type
channel.c:776: error: dereferencing pointer to incomplete type
channel.c:776: error: dereferencing pointer to incomplete type
channel.c:776: error: dereferencing pointer to incomplete type
channel.c:780: error: dereferencing pointer to incomplete type
channel.c:780: error: dereferencing pointer to incomplete type
channel.c:785: error: dereferencing pointer to incomplete type
channel.c:785: error: dereferencing pointer to incomplete type
channel.c:807: error: dereferencing pointer to incomplete type
channel.c:807: error: dereferencing pointer to incomplete type
channel.c:812: error: dereferencing pointer to incomplete type
channel.c:812: error: dereferencing pointer to incomplete type
channel.c:815: error: dereferencing pointer to incomplete type
channel.c:815: error: dereferencing pointer to incomplete type
channel.c:815: error: dereferencing pointer to incomplete type
channel.c:815: error: dereferencing pointer to incomplete type
channel.c:815: error: dereferencing pointer to incomplete type
channel.c:815: error: dereferencing pointer to incomplete type
channel.c:815: error: dereferencing pointer to incomplete type
channel.c:815: error: dereferencing pointer to incomplete type
channel.c:815: error: dereferencing pointer to incomplete type
channel.c: In function `libssh2_channel_request_pty_ex':
channel.c:854: error: dereferencing pointer to incomplete type
channel.c:854: error: dereferencing pointer to incomplete type
channel.c:856: error: dereferencing pointer to incomplete type
channel.c:856: error: dereferencing pointer to incomplete type
channel.c:856: error: dereferencing pointer to incomplete type
channel.c:856: error: dereferencing pointer to incomplete type
channel.c:856: error: dereferencing pointer to incomplete type
channel.c:856: error: dereferencing pointer to incomplete type
channel.c:856: error: dereferencing pointer to incomplete type
channel.c:856: error: dereferencing pointer to incomplete type
channel.c:856: error: dereferencing pointer to incomplete type
channel.c:903: error: dereferencing pointer to incomplete type
channel.c:903: error: dereferencing pointer to incomplete type
channel.c:903: error: dereferencing pointer to incomplete type
channel.c:903: error: dereferencing pointer to incomplete type
channel.c:903: error: dereferencing pointer to incomplete type
channel.c:903: error: dereferencing pointer to incomplete type
channel.c:903: error: dereferencing pointer to incomplete type
channel.c:903: error: dereferencing pointer to incomplete type
channel.c:903: error: dereferencing pointer to incomplete type
channel.c:905: error: dereferencing pointer to incomplete type
channel.c:905: error: dereferencing pointer to incomplete type
channel.c:910: error: dereferencing pointer to incomplete type
channel.c:910: error: dereferencing pointer to incomplete type
channel.c:931: error: dereferencing pointer to incomplete type
channel.c:931: error: dereferencing pointer to incomplete type
channel.c:937: error: dereferencing pointer to incomplete type
channel.c:937: error: dereferencing pointer to incomplete type
channel.c:938: error: dereferencing pointer to incomplete type
channel.c:938: error: dereferencing pointer to incomplete type
channel.c:938: error: dereferencing pointer to incomplete type
channel.c:938: error: dereferencing pointer to incomplete type
channel.c:938: error: dereferencing pointer to incomplete type
channel.c:938: error: dereferencing pointer to incomplete type
channel.c:938: error: dereferencing pointer to incomplete type
channel.c:938: error: dereferencing pointer to incomplete type
channel.c:938: error: dereferencing pointer to incomplete type
channel.c: In function `libssh2_channel_request_pty_size_ex':
channel.c:967: error: dereferencing pointer to incomplete type
channel.c:967: error: dereferencing pointer to incomplete type
channel.c:970: error: dereferencing pointer to incomplete type
channel.c:970: error: dereferencing pointer to incomplete type
channel.c:970: error: dereferencing pointer to incomplete type
channel.c:970: error: dereferencing pointer to incomplete type
channel.c:970: error: dereferencing pointer to incomplete type
channel.c:970: error: dereferencing pointer to incomplete type
channel.c:970: error: dereferencing pointer to incomplete type
channel.c:970: error: dereferencing pointer to incomplete type
channel.c:970: error: dereferencing pointer to incomplete type
channel.c:1002: error: dereferencing pointer to incomplete type
channel.c:1002: error: dereferencing pointer to incomplete type
channel.c:1002: error: dereferencing pointer to incomplete type
channel.c:1002: error: dereferencing pointer to incomplete type
channel.c:1002: error: dereferencing pointer to incomplete type
channel.c:1002: error: dereferencing pointer to incomplete type
channel.c:1002: error: dereferencing pointer to incomplete type
channel.c:1002: error: dereferencing pointer to incomplete type
channel.c:1002: error: dereferencing pointer to incomplete type
channel.c:1004: error: dereferencing pointer to incomplete type
channel.c:1004: error: dereferencing pointer to incomplete type
channel.c:1009: error: dereferencing pointer to incomplete type
channel.c:1009: error: dereferencing pointer to incomplete type
channel.c: In function `libssh2_channel_x11_req_ex':
channel.c:1062: error: dereferencing pointer to incomplete type
channel.c:1062: error: dereferencing pointer to incomplete type
channel.c:1064: error: dereferencing pointer to incomplete type
channel.c:1064: error: dereferencing pointer to incomplete type
channel.c:1064: error: dereferencing pointer to incomplete type
channel.c:1064: error: dereferencing pointer to incomplete type
channel.c:1064: error: dereferencing pointer to incomplete type
channel.c:1064: error: dereferencing pointer to incomplete type
channel.c:1064: error: dereferencing pointer to incomplete type
channel.c:1064: error: dereferencing pointer to incomplete type
channel.c:1064: error: dereferencing pointer to incomplete type
channel.c:1113: error: dereferencing pointer to incomplete type
channel.c:1113: error: dereferencing pointer to incomplete type
channel.c:1113: error: dereferencing pointer to incomplete type
channel.c:1113: error: dereferencing pointer to incomplete type
channel.c:1113: error: dereferencing pointer to incomplete type
channel.c:1113: error: dereferencing pointer to incomplete type
channel.c:1113: error: dereferencing pointer to incomplete type
channel.c:1113: error: dereferencing pointer to incomplete type
channel.c:1113: error: dereferencing pointer to incomplete type
channel.c:1115: error: dereferencing pointer to incomplete type
channel.c:1115: error: dereferencing pointer to incomplete type
channel.c:1120: error: dereferencing pointer to incomplete type
channel.c:1120: error: dereferencing pointer to incomplete type
channel.c:1141: error: dereferencing pointer to incomplete type
channel.c:1141: error: dereferencing pointer to incomplete type
channel.c:1147: error: dereferencing pointer to incomplete type
channel.c:1147: error: dereferencing pointer to incomplete type
channel.c:1148: error: dereferencing pointer to incomplete type
channel.c:1148: error: dereferencing pointer to incomplete type
channel.c:1148: error: dereferencing pointer to incomplete type
channel.c:1148: error: dereferencing pointer to incomplete type
channel.c:1148: error: dereferencing pointer to incomplete type
channel.c:1148: error: dereferencing pointer to incomplete type
channel.c:1148: error: dereferencing pointer to incomplete type
channel.c:1148: error: dereferencing pointer to incomplete type
channel.c:1148: error: dereferencing pointer to incomplete type
channel.c: In function `libssh2_channel_process_startup':
channel.c:1187: error: dereferencing pointer to incomplete type
channel.c:1187: error: dereferencing pointer to incomplete type
channel.c:1189: error: dereferencing pointer to incomplete type
channel.c:1189: error: dereferencing pointer to incomplete type
channel.c:1189: error: dereferencing pointer to incomplete type
channel.c:1189: error: dereferencing pointer to incomplete type
channel.c:1189: error: dereferencing pointer to incomplete type
channel.c:1189: error: dereferencing pointer to incomplete type
channel.c:1189: error: dereferencing pointer to incomplete type
channel.c:1189: error: dereferencing pointer to incomplete type
channel.c:1189: error: dereferencing pointer to incomplete type
channel.c:1221: error: dereferencing pointer to incomplete type
channel.c:1221: error: dereferencing pointer to incomplete type
channel.c:1221: error: dereferencing pointer to incomplete type
channel.c:1221: error: dereferencing pointer to incomplete type
channel.c:1221: error: dereferencing pointer to incomplete type
channel.c:1221: error: dereferencing pointer to incomplete type
channel.c:1221: error: dereferencing pointer to incomplete type
channel.c:1221: error: dereferencing pointer to incomplete type
channel.c:1221: error: dereferencing pointer to incomplete type
channel.c:1223: error: dereferencing pointer to incomplete type
channel.c:1223: error: dereferencing pointer to incomplete type
channel.c:1228: error: dereferencing pointer to incomplete type
channel.c:1228: error: dereferencing pointer to incomplete type
channel.c:1249: error: dereferencing pointer to incomplete type
channel.c:1249: error: dereferencing pointer to incomplete type
channel.c:1255: error: dereferencing pointer to incomplete type
channel.c:1255: error: dereferencing pointer to incomplete type
channel.c:1256: error: dereferencing pointer to incomplete type
channel.c:1256: error: dereferencing pointer to incomplete type
channel.c:1256: error: dereferencing pointer to incomplete type
channel.c:1256: error: dereferencing pointer to incomplete type
channel.c:1256: error: dereferencing pointer to incomplete type
channel.c:1256: error: dereferencing pointer to incomplete type
channel.c:1256: error: dereferencing pointer to incomplete type
channel.c:1256: error: dereferencing pointer to incomplete type
channel.c:1256: error: dereferencing pointer to incomplete type
channel.c: In function `libssh2_channel_flush_ex':
channel.c:1283: error: dereferencing pointer to incomplete type
channel.c:1319: error: dereferencing pointer to incomplete type
channel.c:1319: error: dereferencing pointer to incomplete type
channel.c:1323: error: dereferencing pointer to incomplete type
channel.c:1328: error: dereferencing pointer to incomplete type
channel.c:1330: error: dereferencing pointer to incomplete type
channel.c:1330: error: dereferencing pointer to incomplete type
channel.c: In function `libssh2_channel_receive_window_adjust':
channel.c:1418: error: dereferencing pointer to incomplete type
channel.c:1418: error: dereferencing pointer to incomplete type
channel.c:1418: error: dereferencing pointer to incomplete type
channel.c:1418: error: dereferencing pointer to incomplete type
channel.c:1418: error: dereferencing pointer to incomplete type
channel.c:1418: error: dereferencing pointer to incomplete type
channel.c:1418: error: dereferencing pointer to incomplete type
channel.c:1418: error: dereferencing pointer to incomplete type
channel.c:1418: error: dereferencing pointer to incomplete type
channel.c: In function `libssh2_channel_read_ex':
channel.c:1515: error: dereferencing pointer to incomplete type
channel.c:1551: error: dereferencing pointer to incomplete type
channel.c:1616: error: dereferencing pointer to incomplete type
channel.c:1622: error: dereferencing pointer to incomplete type
channel.c:1624: error: dereferencing pointer to incomplete type
channel.c:1624: error: dereferencing pointer to incomplete type
channel.c:1643: error: dereferencing pointer to incomplete type
channel.c:1643: error: dereferencing pointer to incomplete type
channel.c:1654: error: dereferencing pointer to incomplete type
channel.c:1655: error: dereferencing pointer to incomplete type
channel.c:1655: error: dereferencing pointer to incomplete type
channel.c:1655: error: dereferencing pointer to incomplete type
channel.c:1655: error: dereferencing pointer to incomplete type
channel.c:1655: error: dereferencing pointer to incomplete type
channel.c:1655: error: dereferencing pointer to incomplete type
channel.c:1655: error: dereferencing pointer to incomplete type
channel.c:1655: error: dereferencing pointer to incomplete type
channel.c:1655: error: dereferencing pointer to incomplete type
channel.c: In function `libssh2_channel_packet_data_len':
channel.c:1686: error: dereferencing pointer to incomplete type
channel.c: In function `libssh2_channel_write_ex':
channel.c:1748: error: dereferencing pointer to incomplete type
channel.c:1748: error: dereferencing pointer to incomplete type
channel.c:1748: error: dereferencing pointer to incomplete type
channel.c:1748: error: dereferencing pointer to incomplete type
channel.c:1748: error: dereferencing pointer to incomplete type
channel.c:1748: error: dereferencing pointer to incomplete type
channel.c:1748: error: dereferencing pointer to incomplete type
channel.c:1748: error: dereferencing pointer to incomplete type
channel.c:1748: error: dereferencing pointer to incomplete type
channel.c:1754: error: dereferencing pointer to incomplete type
channel.c:1754: error: dereferencing pointer to incomplete type
channel.c:1754: error: dereferencing pointer to incomplete type
channel.c:1754: error: dereferencing pointer to incomplete type
channel.c:1754: error: dereferencing pointer to incomplete type
channel.c:1754: error: dereferencing pointer to incomplete type
channel.c:1754: error: dereferencing pointer to incomplete type
channel.c:1754: error: dereferencing pointer to incomplete type
channel.c:1754: error: dereferencing pointer to incomplete type
channel.c:1763: error: dereferencing pointer to incomplete type
channel.c:1763: error: dereferencing pointer to incomplete type
channel.c:1765: error: dereferencing pointer to incomplete type
channel.c:1765: error: dereferencing pointer to incomplete type
channel.c:1765: error: dereferencing pointer to incomplete type
channel.c:1765: error: dereferencing pointer to incomplete type
channel.c:1765: error: dereferencing pointer to incomplete type
channel.c:1765: error: dereferencing pointer to incomplete type
channel.c:1765: error: dereferencing pointer to incomplete type
channel.c:1765: error: dereferencing pointer to incomplete type
channel.c:1765: error: dereferencing pointer to incomplete type
channel.c:1803: error: dereferencing pointer to incomplete type
channel.c:1854: error: dereferencing pointer to incomplete type
channel.c:1854: error: dereferencing pointer to incomplete type
channel.c:1854: error: dereferencing pointer to incomplete type
channel.c:1854: error: dereferencing pointer to incomplete type
channel.c:1854: error: dereferencing pointer to incomplete type
channel.c:1854: error: dereferencing pointer to incomplete type
channel.c:1854: error: dereferencing pointer to incomplete type
channel.c:1854: error: dereferencing pointer to incomplete type
channel.c:1854: error: dereferencing pointer to incomplete type
channel.c:1856: error: dereferencing pointer to incomplete type
channel.c:1856: error: dereferencing pointer to incomplete type
channel.c:1880: error: dereferencing pointer to incomplete type
channel.c:1880: error: dereferencing pointer to incomplete type
channel.c: In function `libssh2_channel_send_eof':
channel.c:1908: error: dereferencing pointer to incomplete type
channel.c:1908: error: dereferencing pointer to incomplete type
channel.c:1908: error: dereferencing pointer to incomplete type
channel.c:1908: error: dereferencing pointer to incomplete type
channel.c:1908: error: dereferencing pointer to incomplete type
channel.c:1908: error: dereferencing pointer to incomplete type
channel.c:1908: error: dereferencing pointer to incomplete type
channel.c:1908: error: dereferencing pointer to incomplete type
channel.c:1908: error: dereferencing pointer to incomplete type
channel.c: In function `libssh2_channel_eof':
channel.c:1926: error: dereferencing pointer to incomplete type
channel.c: In function `libssh2_channel_close':
channel.c:2007: error: dereferencing pointer to incomplete type
channel.c:2022: error: dereferencing pointer to incomplete type
channel.c:2022: error: dereferencing pointer to incomplete type
channel.c:2022: error: dereferencing pointer to incomplete type
channel.c:2022: error: dereferencing pointer to incomplete type
channel.c:2022: error: dereferencing pointer to incomplete type
channel.c:2022: error: dereferencing pointer to incomplete type
channel.c:2022: error: dereferencing pointer to incomplete type
channel.c:2022: error: dereferencing pointer to incomplete type
channel.c:2022: error: dereferencing pointer to incomplete type
channel.c: In function `libssh2_channel_wait_closed':
channel.c:2064: error: dereferencing pointer to incomplete type
channel.c:2064: error: dereferencing pointer to incomplete type
channel.c:2064: error: dereferencing pointer to incomplete type
channel.c:2064: error: dereferencing pointer to incomplete type
channel.c:2064: error: dereferencing pointer to incomplete type
channel.c:2064: error: dereferencing pointer to incomplete type
channel.c:2064: error: dereferencing pointer to incomplete type
channel.c:2064: error: dereferencing pointer to incomplete type
channel.c:2064: error: dereferencing pointer to incomplete type
channel.c: In function `libssh2_channel_free':
channel.c:2128: error: dereferencing pointer to incomplete type
channel.c:2153: error: dereferencing pointer to incomplete type
channel.c:2153: error: dereferencing pointer to incomplete type
channel.c:2158: error: dereferencing pointer to incomplete type
channel.c:2158: error: dereferencing pointer to incomplete type
channel.c:2165: error: dereferencing pointer to incomplete type
channel.c:2170: error: dereferencing pointer to incomplete type
channel.c:2177: error: dereferencing pointer to incomplete type
channel.c:2177: error: dereferencing pointer to incomplete type
channel.c:2180: error: dereferencing pointer to incomplete type
channel.c:2180: error: dereferencing pointer to incomplete type
channel.c:2183: error: dereferencing pointer to incomplete type
channel.c:2183: error: dereferencing pointer to incomplete type
channel.c:2186: error: dereferencing pointer to incomplete type
channel.c:2186: error: dereferencing pointer to incomplete type
channel.c:2189: error: dereferencing pointer to incomplete type
channel.c:2189: error: dereferencing pointer to incomplete type
channel.c:2192: error: dereferencing pointer to incomplete type
channel.c:2192: error: dereferencing pointer to incomplete type
channel.c: In function `libssh2_channel_window_read_ex':
channel.c:2218: error: dereferencing pointer to incomplete type
make[2]: *** [channel.lo] Error 1
make[2]: Leaving directory `/usr/local/sfw/src/libssh2-1.0/src'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/usr/local/sfw/src/libssh2-1.0/src'
make: *** [all-recursive] Error 1
-bash-3.00#

----------------------------------------------------------------------

>Comment By: SourceForge Robot (sf-robot)
Date: 2009-03-18 18:55

Message:
This Tracker item was closed automatically by the system. It was
previously set to a Pending status, and the original submitter
did not respond within 14 days (the time period specified by
the administrator of this Tracker).

----------------------------------------------------------------------

Comment By: Daniel Stenberg (bagder)
Date: 2009-02-17 23:13

Message:
Without feedback and info we can't work with this!

----------------------------------------------------------------------

Comment By: Daniel Stenberg (bagder)
Date: 2009-01-22 20:53

Message:
Let's focus on the first few errors you see.

A) this is built with libgcrypt. did you try with openssl instead?

B) libgcrypt.h:164: error: syntax error before '*' token

What is on or around line 164 in that header?

C) what libcrypt version are you using?

D) what did your configure command line look like?

----------------------------------------------------------------------

You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=703942&aid=2528572&group_id=125852

------------------------------------------------------------------------------
Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are
powering Web 2.0 with engaging, cross-platform capabilities. Quickly and
easily build your RIAs with Flex Builder, the Eclipse(TM)based development
software that enables intelligent coding and step-through debugging.
Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com
_______________________________________________
libssh2-devel mailing list
libssh2-devel_at_lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/libssh2-devel
Received on 2009-03-19