Subj : Build Error on 1.0.6 with CentOS 7.1
To : Eric Renfro
From : Andrew Leary
Date : Sun Sep 13 2015 01:10 pm
Hello Eric!
13 Sep 15 10:27, you wrote to all:
ER> I was curious because I've heard of MBSE semi-recently, and noticed
ER> that I sent a netmail to PING an address and it replied back to me,
ER> and I was.... Amazed.
ER> :)
ER> Looking into it, I learned MBSE is... Pretty well featured, so I was
ER> curious to check it out..
ER> I'm running CentOS 7.1 and tried to build it, and two issues arose,
ER> one I fixed manually the other is a compile error preventing me from
ER> building it.
ER> The compile error is here:
ER> binkp.c: In function rCybinkp_send_comp_optsrCO:
ER> binkp.c:2110:33: error: rCyopstaterCO undeclared (first use in this
ER> function)
ER> originate ?"TRUE":"FALSE", opstate[bp.NRwe],
ER> opstate[bp.NRthey]);
ER> ^
ER> binkp.c:2110:33: note: each undeclared identifier is reported only
ER> once for each function it appears in binkp.c:2127:8: error: rCystruct
ER> binkprecrCO has no member named rCyEXTCMDwerCO
ER> bp.EXTCMDwe = Want;
ER> ^
ER> binkp.c: In function rCybinkp_set_comp_staterCO:
ER> binkp.c:2182:48: error: rCyopstaterCO undeclared (first use in this
ER> function)
ER> Syslog('b', "Binkp: NR they=%s we=%s", opstate[bp.NRthey],
ER> opstate[bp.NRwe]);
ER> ^
ER> gmake[1]: *** [binkp.o] Error 1
ER> make: *** [all] Error 2
This doesn't occur here; what version of GCC is Centos 7.1 using? I will have
to setup a test install to see if I can replicate your problem.
ER> The other issue was in the SETUP.sh, which tries to make the mbse use
ER> within the uucp group and completely fails the rest of the way because
ER> CentOS doesn't have a uucp group. That said, I made one, just for the
ER> purposes of following through and that worked, of course since I have
ER> no MBSE built, I can't actually run it. :)
I'll look into this too once I get Centos 7.1 installed and running.