Teeworlds
discord.gg/teeworlds / development
For discussions around the development of the official Teeworlds
Between 2022-05-31 00:00:00Z and 2022-06-01 00:00:00Z
justabutterflier
2022-05-31 14:11:10Z
trying to compile teeworlds 0.6 (server client) on macOS big sur
14:11
may i ask help to do this correct(ly?)
(edited)
heinrich5991
2022-05-31 14:18:58Z
@justabutterflier
the function
gui_messagebox
seems to be unused. you can probably just delete it
14:19
in src/base/system.c
justabutterflier
2022-05-31 14:28:07Z
@heinrich5991
it's default client
14:28
i mean just cloned it and trying to compile
heinrich5991
2022-05-31 14:28:30Z
yes, teeworlds 0.6 is no longer supported
14:28
you probably won't get fixes for it
justabutterflier
2022-05-31 14:28:38Z
understood
14:29
seems to be a problem of macOS :\ what i need?
heinrich5991
2022-05-31 14:32:31Z
that's a bit weird, it's a standard c++ header
justabutterflier
2022-05-31 14:33:24Z
heinrich5991
2022-05-31 14:33:37Z
create a file called "a.cpp" containing only
#include <new>
14:33
then run
g++ -c a.cpp
and report the results
justabutterflier
2022-05-31 14:35:01Z
14:35
oh
14:35
#.
14:35
14:35
ehm, it's ok
14:35
heinrich5991
2022-05-31 14:36:49Z
hmmm, can you run
gcc -c a.cpp
?
justabutterflier
2022-05-31 14:38:03Z
yep
heinrich5991
2022-05-31 14:38:37Z
ok, can you then try to build teeworlds with
make VERBOSE=1
?
justabutterflier
2022-05-31 14:40:23Z
compiling using bam...
justabutterflier
trying to compile teeworlds 0.6 (server client) on macOS big sur
heinrich5991
2022-05-31 14:41:24Z
this image isn't showing bam
14:41
it's showing cmake with make
justabutterflier
2022-05-31 14:42:11Z
yep
14:42
my bad, after cmake i trying to compile using bam
14:44
it's
make VERBOSE=1
message.txt
13.56 KB
heinrich5991
2022-05-31 14:45:51Z
could you remove the function
gui_messagebox
from the file src/base/system.c, as I mentioned earlier
14:45
?
justabutterflier
2022-05-31 14:46:56Z
removed now
(edited)
14:47
sending another one report
14:47
message.txt
12.88 KB
heinrich5991
2022-05-31 15:08:37Z
@justabutterflier
do you want to compile the client or the server only?
heinrich5991
@justabutterflier
do you want to compile the client or the server only?
justabutterflier
2022-05-31 18:21:31Z
server client
heinrich5991
2022-05-31 23:00:06Z
what do you need them for? just historical curiosity?
Exported 37 message(s)