jcaballeros
Results
2
issues of
jcaballeros
The meson build of develop is giving the following warnings: [8/132] Compiling C object 'gstd/e439d77@@gstd-core@sha/gstd_http.c.o' ../gstd/gstd_http.c: In function ‘do_request’: ../gstd/gstd_http.c:298:3: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement] GstdHttpRequest...
In https://github.com/RidgeRun/gstd-1.x/blob/develop/meson.build#L67 the prefix is added in front of the specified path, which is intended to be an absolute path and not a relative path with reference to the prefix.
bug