>
> They /should/ be cross-compiler friendly: we've had people cross compile
> before.
>
> The rdps issue was fixed in rev 20727; the change is described here:
>
> http://www.wireshark.org/lists/wireshark-users/200702/msg00059.html
Thanks for that. Allready took a newer revision. Now I'm stucking in
executing lemon.
My it be like the other thread? Just changing:
lemon$(EXEEXT): lemon.c
$(CC_FOR_BUILD) -D_U_="" $(CFLAGS_FOR_BUILD) $(LDFLAGS_FOR_BUILD) -o $@ $?
to:
lemon$(EXEEXT): lemon.c
$(CC) -D_U_="" $(CFLAGS) $(LDFLAGS) -o $@ $?