You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Same outcome for other files (post_processing_stages/core-postproc.so.p/motion_detect_stage.cpp.o, post_processing_stages/core-postproc.so.p/negate_stage.cpp.o)
Note that this change does not affect building from inside the repo folder (as indicated in the build instructions) so it should be possible to change the relative path and build both from inside of the repo folder and from outside it.
I'm building the headless version of the package, maybe enabling other options breaks building for other files but i think that the fix still remains the same.
The text was updated successfully, but these errors were encountered:
Have you tried using meson dist --no-tests to create a zip package of the source? We do this for building our packages and everything seems to work as epxected.
Describe the bug
(Not really sure if it's a bug, since we are supposed to run the meson commands inside the repo folder)
I'm trying to create an archlinux package. The build directory is not inside the repository folder. The process is more or less like this:
I can not build the package due to the error:
Same outcome for other files (
post_processing_stages/core-postproc.so.p/motion_detect_stage.cpp.o
,post_processing_stages/core-postproc.so.p/negate_stage.cpp.o
)Changing this include from
'../..'
to'..'
fixes the issue and i can build the package succesfully:https://github.com/raspberrypi/rpicam-apps/blob/6de1ab6a899df35f929b2a15c0831780bd8e750e/post_processing_stages/meson.build#L33C35-L33C65
Note that this change does not affect building from inside the repo folder (as indicated in the build instructions) so it should be possible to change the relative path and build both from inside of the repo folder and from outside it.
I'm building the headless version of the package, maybe enabling other options breaks building for other files but i think that the fix still remains the same.
The text was updated successfully, but these errors were encountered: