problem with aiccu+net bsd 2.0
Carmen Sandiego on Saturday, 19 February 2005 23:59:42
i have a little problem with aicCU on Netbsd2.0...
i cannot compiling Aiccu i have a lot of eRRor..i try also to USe "Gmake" instead "make" but have other error
# gmake
Building : aiccu - Automatic IPv6 Connectivity Configuration Utility
Copyright : SixXS
Version : 2005.01.31
gmake[1]: Entering directory `/root/aiccu/unix-console'
gcc -pedantic -W -Wall -Wshadow -Wcast-align -D_GNU_SOURCE -O3 -D AICCU_CONSOLE -D AICCU_TYPE="\"kame\"" -pthread -c -o main.o main.c
In file included from /usr/include/netinet/if_ether.h:53,
from ../common/common.h:62,
from ../common/aiccu.h:17,
from main.c:13:
/usr/include/net/if_ether.h:149: error: field `ec_if' has incomplete type
/usr/include/net/if_ether.h:192: error: parse error before "u_int"
/usr/include/net/if_ether.h:194: error: parse error before '}' token
gmake[1]: *** [main.o] Error 1
gmake[1]: Leaving directory `/root/aiccu/unix-console'
gmake: *** [all] Error 2
Anybody Can help me?
problem with aiccu+net bsd 2.0
Jeroen Massar on Monday, 21 February 2005 11:23:11
8<------------
from main.c:13:
/usr/include/net/if_ether.h:149: error: field `ec_if' has incomplete type
/usr/include/net/if_ether.h:192: error: parse error before "u_int"
/usr/include/net/if_ether.h:194: error: parse error before '}' token
------------>8
This simply means that your include files are broken. Apparently u_int is not defined anywhere, but if they are using that in the include files they should also make sure to include the proper definition.
problem with aiccu+net bsd 2.0
Shadow Hawkins on Saturday, 26 February 2005 15:01:53
Tag [/quote] is not closed
problem with aiccu+net bsd 2.0
Jeroen Massar on Monday, 28 February 2005 15:47:54
The above patch, which Maarten submitted, will be included in the next upcoming release.
problem with aiccu+net bsd 2.0
Carmen Sandiego on Wednesday, 29 June 2005 21:34:51
It mustn't have been yet updated, but thanks for the help, Maarten.
Posting is only allowed when you are logged in. |