Gmake 3.82 issue with unreal 6.0.0

If you hit any installation issues or cannot connect to your freshly installed UnrealIRCd then this forum is for you.

Moderator: Supporters

Post Reply
preacher
Posts: 7
Joined: Mon Feb 01, 2016 4:29 pm

Gmake 3.82 issue with unreal 6.0.0

Post by preacher »

I am having an issue with Gmake and unreal 6 (it works fine with 5.2.2)

When I try and compile I get this error:

Code: Select all

send.c: In function 'vsendto_one':
send.c:218: error: #pragma GCC diagnostic not allowed inside functions
send.c:219: error: #pragma GCC diagnostic not allowed inside functions
send.c:223: error: #pragma GCC diagnostic not allowed inside functions
send.c: In function 'vmakebuf_local_withprefix':
send.c:850: error: #pragma GCC diagnostic not allowed inside functions
send.c:851: error: #pragma GCC diagnostic not allowed inside functions
send.c:855: error: #pragma GCC diagnostic not allowed inside functions
send.c: In function 'buildnumericfmt':
send.c:1069: error: #pragma GCC diagnostic not allowed inside functions
send.c:1070: error: #pragma GCC diagnostic not allowed inside functions
send.c:1074: error: #pragma GCC diagnostic not allowed inside functions
send.c: In function 'add_nvplist_numeric_fmt':
send.c:1089: error: #pragma GCC diagnostic not allowed inside functions
send.c:1090: error: #pragma GCC diagnostic not allowed inside functions
send.c:1094: error: #pragma GCC diagnostic not allowed inside functions
gmake[2]: *** [send.o] Error 1
thoughts?

help!!!

shalom

Preacher 8)
Syzop
UnrealIRCd head coder
Posts: 2112
Joined: Sat Mar 06, 2004 8:57 pm
Location: .nl
Contact:

Re: Gmake 3.82 issue with unreal 6.0.0

Post by Syzop »

What compiler is this? gcc? clang? And which version of the compiler?
preacher
Posts: 7
Joined: Mon Feb 01, 2016 4:29 pm

Re: Gmake 3.82 issue with unreal 6.0.0

Post by preacher »

Happy new year (by the way)

Sorry was away for Christmas and without net!!!

gcc (GCC) 4.2.1 20070719 [FreeBSD]
GNU Make 3.82
Built for amd64-portbld-freebsd7.3

shalom

Preacher
Post Reply