gnunet-developers
[Top][All Lists]
Advanced

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

[GNUnet-developers] Trouble building gnunet-gtk-0.10.1


From: laverne
Subject: [GNUnet-developers] Trouble building gnunet-gtk-0.10.1
Date: Mon, 16 Jan 2017 14:09:38 -0600
User-agent: Zoho Mail

Hi,

I'm trying to build gnunet-gtk for NixOS (https://nixos.org). gnunet 0.10.1 is 
already packaged for that OS, but I can't seem to get gnunet-gtk's configure 
script to find it. Note that I'm doing this using NixOS's build tool which adds 
some complexity but is the best way to do things on NixOS.

If I leave the --with-gnunet flag unset, ./configure fails and the last few 
lines of output are:
checking for GNUnet core... --with-gnunet not specified
checking for gnunetutil >= 0.9.0... yes
checking GNUNET_CFLAGS... 
-I/nix/store/ns7mbszmss1a1fn5v854ymxbgbjf2yav-gnunet-0.10.1/include
checking GNUNET_LIBS... 
-L/nix/store/ns7mbszmss1a1fn5v854ymxbgbjf2yav-gnunet-0.10.1/lib -lgnunetutil
checking for gnunet/gnunet_conversation_service.h... no
checking for gnunet/gnunet_fs_service.h... no
configure: error: compiling gnunet-gtk requires GNUnet core headers

If I set the --with-gnunet flag, ./configure still fails, but with a slightly 
different error message:
checking for GNUnet core... 
/nix/store/mhrl2g2d8vrpj117jabmq057qlpm7cq9-gnunet-0.10.1
checking for GNUnet util library in 
/nix/store/mhrl2g2d8vrpj117jabmq057qlpm7cq9-gnunet-0.10.1... checking for 
gnunet/gnunet_util_lib.h... no
checking for gnunet/gnunet_conversation_service.h... no
configure: error: gnunet-gtk requires GNUnet

However, both  
/nix/store/mhrl2g2d8vrpj117jabmq057qlpm7cq9-gnunet-0.10.1/include and 
/nix/store/ns7mbszmss1a1fn5v854ymxbgbjf2yav-gnunet-0.10.1/include contain 
gnunet/gnunet_conversation_service.h, gnunet/gnunet_fs_service.h, and 
gnunet/gnunet_conversation_service.h

I guess I'm not really sure what these error messages mean. Does anyone have 
any ideas? I tried looking at the code for the configure script, but I was not 
enlightened.

Thanks,
Laverne




reply via email to

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