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

Build breaks (perhaps missing symbols?) #1

Open
NikZapp opened this issue Apr 3, 2024 · 2 comments
Open

Build breaks (perhaps missing symbols?) #1

NikZapp opened this issue Apr 3, 2024 · 2 comments

Comments

@NikZapp
Copy link

NikZapp commented Apr 3, 2024

src/commands.cpp: In function ‘void chat_handle_packet_send(Minecraft*, ChatPacket*)’:
src/commands.cpp:153:101: error: ‘Level’ {aka ‘struct Level’} has no member named ‘is_client_side’
  153 |     if (packet->message.c_str()[0] != '/' || packet->message.c_str()[1] == '/' || minecraft->level->is_client_side) {
      |                                                                                                     ^~~~~~~~~~~~~~
make: *** [Makefile:14: build/commands.o] Error 1

Running the latest release of MCPI Reborn as advised in the building section.
Built with make all

@Bigjango13
Copy link
Member

The building of this requires some new symbols, which I have added in a pull request: https://gitea.thebrokenrail.com/minecraft-pi-reborn/minecraft-pi-reborn/pulls/106
Until that is merged, you probably can't build it unfortunately.

@Lenni-builder
Copy link

Lenni-builder commented Apr 10, 2024

Couldn't you just manually add the changes from the PR and build MCPI Reborn yourself for now?

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