Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Compilation failure with wxt 3.0.5 #20

Open
baryluk opened this issue Dec 30, 2020 · 2 comments
Open

Compilation failure with wxt 3.0.5 #20

baryluk opened this issue Dec 30, 2020 · 2 comments

Comments

@baryluk
Copy link

baryluk commented Dec 30, 2020

Hi, I am on Linux, Debian testing, amd64, with gcc 10.2.1

I installed libwxbase3.0-dev (3.0.5.1, there are no 2.x version in Debian) and using current master branch, I done configure:

checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking target system type... x86_64-pc-linux-gnu
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking building for Win32... no
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking whether gcc understands -c and -o together... yes
checking whether make supports the include directive... yes (GNU style)
checking dependency style of gcc... gcc3
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking dependency style of g++... gcc3
checking for ranlib... ranlib
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for SDL... yes
checking for wx-config... /usr/bin/wx-config
checking for wxWidgets version >= 2.8.9... yes (version 3.0.5)
checking for wxWidgets static library... no
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating src/Makefile
config.status: executing depfiles commands

but compilation fails:

build.txt

My guess is sound-of-sorting is not compatible with wxt 3.x?

@baryluk
Copy link
Author

baryluk commented Mar 25, 2021

@yg8ijvjvjv No it is not.

@Unbreakable-Syntax
Copy link

Unbreakable-Syntax commented Oct 7, 2024

Super very late but, sound-of-sorting actually compiles on my computer which was wxWidgets 3.0.5, I am going to see if it runs on wxWidgets 3.2.6

UPDATE; It compiles and runs properly on wxWidgets 3.2.6! What a surprise indeed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants
@baryluk @Unbreakable-Syntax and others