help-gnunet
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

compiling gnunet-ext: undefined reference error


From: Impulse
Subject: compiling gnunet-ext: undefined reference error
Date: Tue, 30 Jun 2020 19:24:01 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.9.0

I have an issue when compiling the gnunet-ext template.


I  followed the steps:

$> git clone https://git.gnunet.org/gnunet-ext

$> cd gnunet-ext/

$> ./bootstrap

$> export PREFIX=/usr        (i checked, This is the correct prefix)

.$> /configure --prefix=$PREFIX --with-gnunet=$PREFIX

$> make


When i first try to compile it, returns:

"

gnunet-ext.c:57:5: error: 'const struct GNUNET_OS_ProjectData' has no other member named 'agpl_url'

    .agpl_url = "https://gnunet.org/git/gnunet-ext.git"

gnunet-ext.c:57:16: warning: excess elements in struct initializer

    .agpl_url = "https://gnunet.org/git/gnunet-ext.git",

"

Which is odd since, on the GNUnet doxygen, .agpl_url is defined as a member of GNUNET_OS_ProjectData.

So next i comment out that line from gnunet-ext.c, same error occurs for gnunet-service-ext.c when i recompile, so i then comment out the line from there.


$> make clean

$> make

gnunet-service-ext.c:189: undefined reference to `_'


Attachment: make_1.log
Description: Text Data

Attachment: make_2.log
Description: Text Data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]