m-byte918 / AgarOSS

An Agar.io open source server implementation written in C++
31 stars 6 forks source link

error: no match for ‘operator=’ #17

Closed tariqazmat101 closed 4 years ago

tariqazmat101 commented 4 years ago

Hello, I keep getting the following error: 2020-08-02-183917_1453x413_scrot I'm on linux, Ubuntu 18.04

GCC version is 7.5.0 Gnu Make is 4.1 CMAKE is 3.17.3

Any ideas?

EDIT: What operating system and version was used to compile the game?

tariqazmat101 commented 4 years ago

Given that the vast majority of issues are installation based, I suggest that you build a dockerfile of your local dev enviorment, and push that out as an image to a public docker repository. We, the users, can then pull that image, and run it as a container to get a complete replica of your dev envrioment without any fuss.

Barbosik's multi-ogar did something similar: https://github.com/Barbosik/MultiOgar/blob/master/Dockerfile