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

gnu-shogi: fix multiple definition build issue with gcc 10+ #214957

Merged
merged 1 commit into from
Mar 22, 2025

Conversation

chenrui333
Copy link
Member

  gcc-11 -g -O2 -DHASHFILE=\"/home/linuxbrew/.linuxbrew/Cellar/gnu-shogi/1.4.2/lib/gnushogi/gnushogi.hsh\" -fsigned-char -funroll-loops -Wall -Wno-implicit-int -Wstrict-prototypes -ansi -pedantic -I. -I.. -I.. -o gnushogi globals.o init-common.o pattern-common.o attacks.o book.o commondsp.o dspwrappers.o eval.o genmove.o init.o pattern.o rawdsp.o search.o tcontrl.o util.o main.o   -lm
  /usr/bin/ld: rawdsp.o:(.bss+0x8): multiple definition of `DRAW'; globals.o:(.bss+0x0): first defined here

@chenrui333 chenrui333 added the CI-no-bottles Merge without publishing bottles label Mar 21, 2025
@BrewTestBot BrewTestBot added this pull request to the merge queue Mar 22, 2025
Merged via the queue into master with commit 1a8f1f7 Mar 22, 2025
26 checks passed
@BrewTestBot BrewTestBot deleted the gnu-shogi-linux-arm branch March 22, 2025 03:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CI-no-bottles Merge without publishing bottles linux-arm-bottling
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants