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

Compiling with --disable-network yields error #7050

Closed
nikolas opened this issue Jan 12, 2019 · 0 comments
Closed

Compiling with --disable-network yields error #7050

nikolas opened this issue Jan 12, 2019 · 0 comments

Comments

@nikolas
Copy link
Member

nikolas commented Jan 12, 2019

I'm getting this error on Debian buster/testing, gcc 8.2.0, latest git head (96854b2):

$ ./configure --with-sdl --disable-network
...
[SRC] Compiling waypoint_cmd.cpp
[SRC] Compiling waypoint_gui.cpp
[SRC] Compiling widget.cpp
[SRC] Compiling widgets/dropdown.cpp
[SRC] Compiling window.cpp
/home/nik/src/OpenTTD/src/window.cpp: In function ‘void UpdateWindows()’:
/home/nik/src/OpenTTD/src/window.cpp:3106:3: error: ‘NetworkChatMessageLoop’ was not declared in this scope                                                              
   NetworkChatMessageLoop();
   ^~~~~~~~~~~~~~~~~~~~~~
/home/nik/src/OpenTTD/src/window.cpp:3106:3: note: suggested alternative: ‘NetworkDrawChatMessage’                                                                       
   NetworkChatMessageLoop();
   ^~~~~~~~~~~~~~~~~~~~~~
   NetworkDrawChatMessage
make[1]: *** [Makefile:227: window.o] Error 1
make[1]: *** Waiting for unfinished jobs....
make[1]: Leaving directory '/home/nik/src/OpenTTD/objs/release'
make: *** [Makefile:56: all] Error 1
(nik@alfalfa) :( 2 (16:38)
PeterN added a commit to PeterN/OpenTTD that referenced this issue Jan 13, 2019
PeterN added a commit to PeterN/OpenTTD that referenced this issue Jan 13, 2019
PeterN added a commit to PeterN/OpenTTD that referenced this issue Jan 13, 2019
nielsmh pushed a commit to nielsmh/OpenTTD that referenced this issue Mar 11, 2019
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

1 participant