Hello All,
I've just attempted to do an rpmbuild of the current default source
(06c12feee548 8336 default) on Fedora 33, using my normal build methods which
have been working OK of late.
Attached is a partial listing of the rpmbuild output showing the initial error
messages.
Has anyone else had similar problems?
I thought it best to check prior to lodging a bug report, as it may be (often is
😊️) an issue at my end.
Cheers,
--
Terry Duell <[email protected]>
--
A list of frequently asked questions is available at:
http://wiki.panotools.org/Hugin_FAQ
---
You received this message because you are subscribed to the Google Groups
"hugin and other free panoramic software" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/hugin-ptx/81e154636a1c003e878024d906f84dd9483bfeca.camel%40iinet.net.au.
cd
/home/terry/rpmbuild/BUILD/hugin-2020.1.0/x86_64-redhat-linux-gnu/src/hugin_script_interface
&& /usr/bin/cmake -E cmake_link_script CMakeFiles/_hsi.dir/link.txt --verbose=1
/usr/lib64/ccache/g++ -fPIC -O2 -flto=auto -ffat-lto-objects -fexceptions -g
-grecord-gcc-switches -pipe -Wall -Werror=format-security
-Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS
-specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong
-specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic
-fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -O2 -g
-DNDEBUG -Wl,-z,relro -Wl,--as-needed -Wl,-z,now
-specs=/usr/lib/rpm/redhat/redhat-hardened-ld -fopenmp -shared -o _hsi.so
CMakeFiles/_hsi.dir/CMakeFiles/_hsi.dir/hsiPYTHON_wrap.cxx.o
-Wl,-rpath,/home/terry/rpmbuild/BUILD/hugin-2020.1.0/x86_64-redhat-linux-gnu/src/hugin_base:
/usr/lib64/libpython3.9.so ../hugin_base/libhuginbase.so.0.0
/usr/lib64/libpano13.so ../foreign/levmar/libhuginlevmar.a
/usr/lib64/libGLEW.so /usr/lib64/libboost_filesystem.so
/usr/lib64/libboost_system.so /usr/lib64/libfftw3.so
/usr/lib64/libvigraimpex.so /usr/lib64/libImath.so /usr/lib64/libIlmImf.so
/usr/lib64/libIex.so /usr/lib64/libHalf.so /usr/lib64/libIlmThread.so
/usr/lib64/libz.so /usr/lib64/libjpeg.so /usr/lib64/libtiff.so
/usr/lib64/libpng.so /usr/lib64/libz.so /usr/lib64/libz.so
/usr/lib64/libexiv2.so /usr/lib64/liblcms2.so /usr/lib64/libjpeg.so
/usr/lib64/libpng.so -pthread /usr/lib64/libX11.so /usr/lib64/libpano13.so
/usr/lib64/libboost_filesystem.so /usr/lib64/libboost_system.so
/usr/lib64/libvigraimpex.so /usr/lib64/libtiff.so /usr/lib64/libexiv2.so
/usr/lib64/libOpenGL.so /usr/lib64/libGLX.so /usr/lib64/libGLU.so
/usr/lib64/libGLEW.so /usr/lib64/libsqlite3.so /usr/lib64/liblcms2.so
In file included from
/home/terry/rpmbuild/BUILD/hugin-2020.1.0/src/hugin1/hugin/TextureManager.cpp:28:
/usr/include/wx-3.0/wx/display.h:27:28: error: aggregate 'WXDLLIMPEXP_FWD_CORE
wxWindow' has incomplete type and cannot be defined
27 | class WXDLLIMPEXP_FWD_CORE wxWindow;
| ^~~~~~~~
/usr/include/wx-3.0/wx/display.h:28:28: error: aggregate 'WXDLLIMPEXP_FWD_CORE
wxPoint' has incomplete type and cannot be defined
28 | class WXDLLIMPEXP_FWD_CORE wxPoint;
| ^~~~~~~
/usr/include/wx-3.0/wx/display.h:29:28: error: aggregate 'WXDLLIMPEXP_FWD_CORE
wxRect' has incomplete type and cannot be defined
29 | class WXDLLIMPEXP_FWD_CORE wxRect;
| ^~~~~~
/usr/include/wx-3.0/wx/display.h:30:28: error: aggregate 'WXDLLIMPEXP_FWD_BASE
wxString' has incomplete type and cannot be defined
30 | class WXDLLIMPEXP_FWD_BASE wxString;
| ^~~~~~~~
/usr/include/wx-3.0/wx/display.h:32:28: error: aggregate 'WXDLLIMPEXP_FWD_CORE
wxDisplayFactory' has incomplete type and cannot be defined
32 | class WXDLLIMPEXP_FWD_CORE wxDisplayFactory;
| ^~~~~~~~~~~~~~~~