From mboxrd@z Thu Jan 1 00:00:00 1970 From: Vicente Olivert Riera Date: Thu, 5 Feb 2015 14:49:39 +0100 Subject: [Buildroot] [PATCH] libvips: requires C++ support In-Reply-To: <20150205144633.06790e8f@free-electrons.com> References: <1423143748-63093-1-git-send-email-Vincent.Riera@imgtec.com> <20150205144633.06790e8f@free-electrons.com> Message-ID: <54D374F3.1040508@imgtec.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: buildroot@busybox.net Hi Thomas, uhm..., the think if you use "--disable-cxx", the .so library is not built and then it fails because is not found... Maybe this is something we should report upstream? Regards, -- Vincent On 05/02/15 14:46, Thomas Petazzoni wrote: > Dear Vicente Olivert Riera, > > On Thu, 5 Feb 2015 13:42:28 +0000, Vicente Olivert Riera wrote: >> libvips requires C++ support, otherwise it will fail with an error >> message like this one: >> >> error: ../libvips/.libs/libvips.so: No such file or directory >> >> Fixes: >> >> http://autobuild.buildroot.net/results/cdc7cf5d3501f80c74b70aa09f93b2ad4e2f8602/ >> http://autobuild.buildroot.net/results/39173dbcbbd0a243900ea583cec024b51f8b803a/ >> http://autobuild.buildroot.net/results/6794705195bcdb636a8e6582ef5a1e153d4d66b3/ >> >> Signed-off-by: Vicente Olivert Riera > > This doesn't make sense with the contents of libvips.mk: > > ifeq ($(BR2_INSTALL_LIBSTDCPP),y) > LIBVIPS_CONF_OPTS += --enable-cxx > else > LIBVIPS_CONF_OPTS += --disable-cxx > endif > > So either we can disable C++, and your patch is not correct. Or > disabling C++ doesn't work, and your patch should be amended to remove > the BR2_INSTALL_LIBSTDCPP condition. > > Best regards, > > Thomas >