Re: [libcoap-developers] libcoap questions!
Status: Beta
Brought to you by:
obgm
From: Raad <int...@gm...> - 2015-09-25 21:38:34
|
Hi, The key is libcunit1-dev:) then Dev branch works; On Thu, Sep 24, 2015 at 8:33 AM, Olaf Bergmann <ber...@tz...> wrote: > Hi Raad, > > Raad <int...@gm...> writes: > > > I got this for ./configure > [...] > > configure: error: ==> Install the package that contains the a2x binary > > or disable the build of the examples using --disable-examples. > > Did you read what configure tells you? Usually the word "error" means > that continuing the build process does not make much sense. > > > then for make : > > > > pedrad@pedrad-XPS-8700:~/Downloads/libcoap-develop$ make > > > > make: *** No targets specified and no makefile found. Stop. > > The Makefile is constructed by configure. As configure did not succeed, > there is no Makefile. That's what make tells you here. > > > and for make install: > > > > edrad@pedrad-XPS-8700:~/Downloads/libcoap-develop$ make install > > > > make: *** No rule to make target `install'. Stop. > > See above. > > Grüße > Olaf > |