Package Details: ros-melodic-image-view 1.15.0-4

Git Clone URL: https://aur.archlinux.org/ros-melodic-image-view.git (read-only, click to copy)
Package Base: ros-melodic-image-view
Description: ROS - A simple viewer for ROS image topics.
Upstream URL: https://wiki.ros.org/image_view
Licenses: BSD
Submitter: GPereira
Maintainer: None
Last Packager: bionade24
Votes: 0
Popularity: 0.000000
First Submitted: 2018-05-13 18:47 (UTC)
Last Updated: 2021-03-23 02:12 (UTC)

Latest Comments

1 2 Next › Last »

bionade24 commented on 2020-05-29 09:39 (UTC) (edited on 2020-05-29 09:39 (UTC) by bionade24)

@tata: You have to rebuild your OpenCV3, that's all. Everything went fine for building my repo.

bionade24 commented on 2020-05-28 14:52 (UTC) (edited on 2020-05-28 14:52 (UTC) by bionade24)

@tata: You could use my repo for now. https://wiki.archlinux.org/index.php/Unofficial_user_repositories#oscloud

bionade24 commented on 2020-05-28 14:44 (UTC) (edited on 2020-05-28 14:52 (UTC) by bionade24)

@tata: I know that issue and already are on it.

tata commented on 2020-05-28 14:37 (UTC)

error during build:


[ 17%] Built target image_view_gencfg
Scanning dependencies of target video_recorder
[ 23%] Building CXX object CMakeFiles/stereo_view.dir/src/nodes/stereo_view.cpp.o
[ 29%] Building CXX object CMakeFiles/video_recorder.dir/src/nodes/video_recorder.cpp.o
[ 35%] Linking CXX executable devel/lib/image_view/disparity_view
[ 35%] Built target disparity_view
Scanning dependencies of target extract_images
[ 41%] Building CXX object CMakeFiles/extract_images.dir/src/nodes/extract_images.cpp.o
[ 47%] Linking CXX executable devel/lib/image_view/video_recorder
/usr/bin/ld: warning: libIlmImf-2_4.so.24, needed by /opt/opencv3/lib/libopencv_imgcodecs.so.3.4.7, not found (try using -rpath or -rpath-link)
/usr/bin/ld: /opt/opencv3/lib/libopencv_imgcodecs.so.3.4.7: undefined reference to `Imf_2_4::InputFile::setFrameBuffer(Imf_2_4::FrameBuffer const&)'

jerry73204 commented on 2019-12-19 16:24 (UTC)

The build failed due to wrong path in prepare(). Please change it to the following.

prepare() {
  cd "${srcdir}/${_dir}"
  patch -uN CMakeLists.txt "${srcdir}/CMakeLists.patch" || return 1
}

acxz commented on 2019-09-15 20:43 (UTC)

@astier the issue is now patched. This package builds successfully.

astier commented on 2019-08-19 18:00 (UTC) (edited on 2019-08-25 09:41 (UTC) by astier)

Compilation fails with the following error:

/usr/include/pango-1.0/pango/pango-coverage.h:28:10: fatal error: hb.h: No such file or directory

A temporary solution which works for me is:

sudo ln -s /usr/include/harfbuzz/* /usr/include/

Dont forget to delete this links if this package gets fixed.

bionade24 commented on 2019-07-16 19:42 (UTC)

@TomSev: This is caused by the new boost version, will look after it asap. Maybe the upstream devs already develop a solution. Currently the best is to downgrade boost, at least when you build.

TomSev commented on 2019-07-15 05:48 (UTC)

I get different errors during compilation regarding undefined references to cv functions. CV 3.4.4 is installed.

https://pastebin.com/BJHtXeK9

hansbonini commented on 2019-05-31 03:01 (UTC) (edited on 2019-05-31 03:03 (UTC) by hansbonini)

boost signals fix

add this command to line (61):

sed -i -e 's/signals//g' image_pipeline-release-release-melodic-image_view-1.12.23-0/CMakeLists.txt

In my case, @MichaelChou fix for opencv3 helped me too