by zuppa_di_pesce » Tue Dec 14, 2021 12:14 pm
- Code: Select all
In file included from Src/OSD/SDL/Main.cpp:451:
Src/Model3/Model3GraphicsState.h: In member function ‘virtual void CModel3GraphicsState::RenderFrame()’:
Src/Model3/Model3GraphicsState.h:74:5: error: ‘BeginFrameVideo’ was not declared in this scope
74 | BeginFrameVideo();
| ^~~~~~~~~~~~~~~
Src/Model3/Model3GraphicsState.h:80:5: error: ‘EndFrameVideo’ was not declared in this scope
80 | EndFrameVideo();
| ^~~~~~~~~~~~~
Am I missing some packages?
- Code: Select all
$ gcc -v
Using built-in specs.
COLLECT_GCC=gcc
COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-redhat-linux/11/lto-wrapper
OFFLOAD_TARGET_NAMES=nvptx-none
OFFLOAD_TARGET_DEFAULT=1
Target: x86_64-redhat-linux
Configured with: ../configure --enable-bootstrap --enable-languages=c,c++,fortran,objc,obj-c++,ada,go,d,lto --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=http://bugzilla.redhat.com/bugzilla --enable-shared --enable-threads=posix --enable-checking=release --enable-multilib --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-gnu-unique-object --enable-linker-build-id --with-gcc-major-version-only --with-linker-hash-style=gnu --enable-plugin --enable-initfini-array --with-isl=/builddir/build/BUILD/gcc-11.2.1-20211203/obj-x86_64-redhat-linux/isl-install --enable-offload-targets=nvptx-none --without-cuda-driver --enable-gnu-indirect-function --enable-cet --with-tune=generic --with-arch_32=i686 --build=x86_64-redhat-linux --with-build-config=bootstrap-lto --enable-link-serialization=1
Thread model: posix
Supported LTO compression algorithms: zlib zstd
gcc version 11.2.1 20211203 (Red Hat 11.2.1-7) (GCC)
Last edited by
zuppa_di_pesce on Wed Dec 15, 2021 4:55 am, edited 1 time in total.
"Did you surfcast that fish?" - "Kinda... But... That wasn't a fish... It was a GNU!"