[3293]Compile fails with gcc on Ubuntu 10.10 x86-64

Forum rules
Please don't bump threads here if you have a problem - it will often be forgotten about if you do. Instead, make a new thread here.

Post a reply

Smilies
:D :) :( :o :shock: :? 8-) :lol: :x :P :oops: :cry: :evil: :twisted: :roll: :wink: :geek: :ugeek: :!: :?: :idea: :arrow: :| :mrgreen: :3: :wub: >:( :blergh:
View more smilies

BBCode is OFF
Smilies are ON

Topic review
   

Expand view Topic review: [3293]Compile fails with gcc on Ubuntu 10.10 x86-64

Re: [3293]Compile fails with gcc on Ubuntu 10.10 x86-64

by Mannequin » Wed Sep 28, 2011 9:46 am

Works for me. Thank you. :)

-M.

Re: [3293]Compile fails with gcc on Ubuntu 10.10 x86-64

by Blzut3 » Mon Sep 26, 2011 7:10 pm

SVN merge generally works well enough for me. I wasn't touching this bug since I was hoping Randy would finish whatever he was doing, but I guess I might as well merge GZDoom's changes.

Re: [3293]Compile fails with gcc on Ubuntu 10.10 x86-64

by Graf Zahl » Sun Sep 25, 2011 12:06 am

If you'd like to have some stuff backported, the best way is to post a patch.

Re: [3293]Compile fails with gcc on Ubuntu 10.10 x86-64

by Gez » Sat Sep 24, 2011 7:04 am

So, I have had confirmation that this fixed the issue.

While I'm here, I'd also advise any active ZDoom dev to also backport these few fixes (and especially the third).

Re: [3293]Compile fails with gcc on Ubuntu 10.10 x86-64

by DavidPH » Tue Sep 20, 2011 5:07 pm

I can confirm this for Arch's gcc 4.6.1. And I concur that r3293 seems to have unintentionally committed code.

Re: [3293]Compile fails with gcc on Ubuntu 10.10 x86-64

by Blzut3 » Fri Sep 16, 2011 11:11 am

It looks like Randy accidentally committed some work in progress code with drawing the cursor through X?

Re: [3293]Compile fails with gcc on Ubuntu 10.10 x86-64

by Mannequin » Fri Sep 16, 2011 7:36 am

I second this. Happens to me on Ubuntu 11.04 64-bit; gcc version 4.5.2 (Ubuntu/Linaro 4.5.2-8ubuntu4)

-M.

[3293]Compile fails with gcc on Ubuntu 10.10 x86-64

by Edward-san » Thu Sep 15, 2011 3:26 am

Code: Select all

/home/edward-san/zdoom/trunk/src/sdl/i_system.cpp:858:22: error: ‘functions’ declared as function returning an array
/home/edward-san/zdoom/trunk/src/sdl/i_system.cpp:861:22: error: ‘morefuncs’ declared as function returning an array
/home/edward-san/zdoom/trunk/src/sdl/i_system.cpp:863:22: error: ‘somefuncs’ declared as function returning an array
/home/edward-san/zdoom/trunk/src/sdl/i_system.cpp:866:23: error: ‘itsafuncs’ declared as function returning an array
/home/edward-san/zdoom/trunk/src/sdl/i_system.cpp:877:8: error: ‘SDL_VideDevice’ does not name a type

Code: Select all

gcc version 4.5.1 (Ubuntu/Linaro 4.5.1-7ubuntu2)

Top