Hello Menno,
* Menno Valkema <menno.genode@...9...> [2016-06-22 10:39:38 +0200]:
Now remove the following line from repos/hello_tutorial/src/hello/client/target.mk:
INC_DIR += $(REP_DIR)/../libports/src/lib/curl/spec/64bit/curl/
Running it again will give you an error about a missing "curlbuild.h". Hence our question what are we doing wrong? Is this behavior by design, or should we take different steps to include and use the library port?
The problem here is that the import file contains an incorrect include path and is therefore not picked up by Genode's build system. Please see the attached patch [1] for a fix.
Regards, Josef