[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [lwip-users] Can't build "Working example" from BUILDING
From: |
Grant Edwards |
Subject: |
Re: [lwip-users] Can't build "Working example" from BUILDING |
Date: |
Thu, 30 Sep 2021 15:59:41 -0000 (UTC) |
User-agent: |
slrn/1.0.3 (Linux) |
On 2021-09-30, Grant Edwards <grant.b.edwards@gmail.com> wrote:
Doh! I quoted the wrong error message. It should have been this one:
[ 99%] Built target lwipallapps
[ 99%] Building C object
CMakeFiles/example_app.dir/home/grante/lwip/contrib/examples/example_app/test.c.o
/home/grante/lwip/contrib/examples/example_app/test.c:108:10: fatal error:
lwipcfg.h: No such file or
directory
108 | #include "lwipcfg.h"
| ^~~~~~~~~~~
compilation terminated.
gmake[2]: *** [CMakeFiles/example_app.dir/build.make:76:
CMakeFiles/example_app.dir/home/grante/lwip/contrib/examples/example_app/test.c.o]
Error 1
gmake[1]: *** [CMakeFiles/Makefile2:122:
CMakeFiles/example_app.dir/all] Error 2
gmake: *** [Makefile:91: all] Error 2
> This seems to be a known problem that was reported over a year ago:
>
> https://savannah.nongnu.org/bugs/?58194
>
> A patch was submitted to display an intelligible warning along with a
> suggestion for fixing the documenation, but nothing has been done with
> either.
>
> If I had a clue, I would submit a patch for BUILDING, but I think it's
> clear I don't.