[hipl-dev] Re: hipl-dev Digest V7 #1

  • From: Hani YOUSFI <haniyousfi@xxxxxxxxx>
  • To: hipl-dev@xxxxxxxxxxxxx
  • Date: Thu, 18 May 2017 11:09:19 +0200

Hello,


I had the same problem too. I reported the error, but unfortunately i
didn't get an answer. So i tried the OpenHIP version and it worked with me.


On Thu, May 18, 2017 at 7:12 AM, FreeLists Mailing List Manager <
ecartis@xxxxxxxxxxxxx> wrote:

hipl-dev Digest Thu, 18 May 2017        Volume: 07  Issue: 001

In This Issue:
                [hipl-dev] [Question #632907]: hipl makefile install error

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

From: BaRom Kang <question632907@xxxxxxxxxxxxxxxxxxxxx>
Subject: [hipl-dev] [Question #632907]: hipl makefile install error
Date: Thu, 18 May 2017 04:58:31 -0000

New question #632907 on HIPL:
https://answers.launchpad.net/hipl/+question/632907

Hi, I am Korean Student wanting to use HIPL.
so I installed following steps

1.  bzr checkout lp:hipl
2.  apt-get install autoconf automake libtool make gcc libssl-dev
iptables-dev \
                  libnet-ip-perl libnet-dns-perl bzr
3. apt-get install xmlto doxygen check libconfig8-dev miredo
4. apt-get install fakeroot dpkg-dev debhelper devscripts

5. build hipl  --> this command    autoreconf --install
                                                              ./configure
&& make     in the installed hipl source tree (  /home/accl/hipl )

but fail to build hipl on this command :  ./configure && make

my error is

libcore/builder.h:143:5: error: unused parameter 
‘hip_build_param_hip_transform’
[-Werror=unused-parameter]
 int hip_build_param_hip_transform(struct hip_common *,
     ^
libcore/builder.c:1736:1: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or
‘__attribute_ ’ before ‘{’ token
 {
 ^
libcore/linkedlist.h:61:16: error: unused parameter ‘free_elem_fn’
[-Werror=unused-parameter]
 typedef void (*free_elem_fn)(void *ptr);
                ^
In file included from libcore/state.h:42:0,
                 from libcore/builder.h:43,
                 from libcore/crypto.h:47,
                 from libcore/builder.c:99:
..

I think that linker does not recognize hipl source tree header.

How do I get to solve this problem??

i want to install successfully T.T




--
You received this question notification because your team HIPL core team
is an answer contact for HIPL.

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

End of hipl-dev Digest V7 #1
****************************


Other related posts:

  • » [hipl-dev] Re: hipl-dev Digest V7 #1 - Hani YOUSFI