resetes12 / pokeemerald

Modern Emerald
63 stars 10 forks source link

Compliation failure #37

Closed wes648 closed 1 month ago

wes648 commented 1 month ago

Hello! I'm running into an error when attempting to compile from source. I'm using Pop 22.04 and getting the below error

src/pokemon_summary_screen.c: In function 'BufferIvOrEvStats': src/pokemon_summary_screen.c:3584:9: error: a label can only be part of a statement and a declaration is not a statement 3584 | const s8 *natureMod = gNatureStatTable[ | ^~~~~ make: [Makefile:340: build/modern/src/pokemon_summary_screen.o] Error 1 make: Deleting file 'build/modern/src/pokemon_summary_screen.o'

I followed Pret's guide but if this is a user error, I'd greatly appreciate clarification on what I should be doing. Thank you so much!

wes648 commented 1 month ago

Closing issue was lain-core's fix works! Thanks!