[OLSR-users] **2nd Update**:Win32: Compiling problems again :(
(spam-protected)
(spam-protected)
Fri Jun 3 13:58:50 CEST 2005
**** 2nd UPDATE****
I solved this problem again by deleting one line of code in olsr_types.h:
it has been:
----> union olsr_ip_addr
----> {
----> olsr_u32_t v4;
----> struct in6_addr v6;
----> };
and now:
----> union olsr_ip_addr
----> {
----> olsr_u32_t v4;
----> };
Now it compiles succesfully.
Can you please tell my what's up with this?
greetz Daniel
--
Geschenkt: 3 Monate GMX ProMail gratis + 3 Ausgaben stern gratis
++ Jetzt anmelden & testen ++ http://www.gmx.net/de/go/promail ++
More information about the Olsr-users
mailing list