Making 11261

Trying to build your own version of Vega Strike and having problems? Unix users, paste your config.log here (stderr output alone is not helpful).
Post Reply
T113
Trader
Trader
Posts: 20
Joined: Sun Aug 12, 2007 12:30 pm

Making 11261

Post by T113 »

Fresh download on my notebook just for kix (radeon mobility 7500 - 32mb - bare minimum 3D performance)

Saw this while eating lunch:

(./configure --enable-debug --with-data-dir=/home/T113/VegaStrike/data4.x --with-png-inc=/usr/lib )

src/cmd/ai/firekeyboard.cpp: In member function ‘virtual void FireKeyboard::Execute()’:
src/cmd/ai/firekeyboard.cpp:1794: warning: passing ‘float’ for argument 4 to ‘void DoDockingOps(Unit*, Unit*, unsigned char, unsigned char)’
src/cmd/ai/firekeyboard.cpp:2219: warning: passing ‘float’ for argument 5 to ‘CommunicationMessage::CommunicationMessage(Unit*, Unit*, int, std::vector<Animation*, std::allocator<Animation*> >*, unsigned char)’
src/cmd/ai/firekeyboard.cpp:2234: warning: passing ‘float’ for argument 6 to ‘CommunicationMessage::CommunicationMessage(Unit*, Unit*, const CommunicationMessage&, int, std::vector<Animation*, std::allocator<Animation*> >*, unsigned char)’

It's still making, I'll append any further warnings


In file included from src/networking/softvolume.cpp:41:
src/networking/softvolume.h:35:36: warning: no newline at end of file

In file included from src/networking/soundserver.cpp:46:
src/networking/softvolume.h:35:36: warning: no newline at end of file
Astaedus
Merchant
Merchant
Posts: 33
Joined: Sat Aug 11, 2007 5:30 pm
Location: Belgium

Post by Astaedus »

the first warnings can be fixed by changing the return type of getGender() in pilot.h to unsigned char

the other 2 are fixed by adding a newline at the end of softvolume.h

I've got a few other fixes for compiler warnings and I've been trying to get a hold of one of the developers to add them to the repository.
loki1950
The Shepherd
Posts: 5841
Joined: Fri May 13, 2005 8:37 pm
Location: Ottawa
Contact:

Post by loki1950 »

I've got a few other fixes for compiler warnings and I've been trying to get a hold of one of the developers to add them to the repository.
@Astaedus a PM with a diff might get some attention while they inhale caffeine :wink:
check the commit times i have a feeling they need it apart from that i believe they are concentrating on performance issues and bugs of course.But in general any cleaning of the source tree would be welcome.

Enjoy the Choice :)
my box::HP Envy i5-6400 @2Q70GHzx4 8 Gb ram/1 Tb(Win10 64)/3 Tb Mint 19.2/GTX745 4Gb acer S243HL K222HQL
Q8200/Asus P5QDLX/8 Gb ram/WD 2Tb 2-500 G HD/GF GT640 2Gb Mint 17.3 64 bit Win 10 32 bit acer and Lenovo ideapad 320-15ARB Win 10/Mint 19.2
charlieg
Elite Mercenary
Elite Mercenary
Posts: 1329
Joined: Thu Mar 27, 2003 11:51 pm
Location: Manchester, UK
Contact:

Post by charlieg »

Astaedus wrote:I've got a few other fixes for compiler warnings and I've been trying to get a hold of one of the developers to add them to the repository.
Post them in the appropriate forum - you can attach patches or just post them in

Code: Select all

 blocks.
Free Gamer - free software games compendium and commentary!
FreeGameDev forum - open source game development community
Astaedus
Merchant
Merchant
Posts: 33
Joined: Sat Aug 11, 2007 5:30 pm
Location: Belgium

Post by Astaedus »

I've given a list of thing to fix to JackS and he has already added the changes to the repository.

This was a good way for me to get to know some of the codebase. I might help out later, but I'm a little scarce on time these days.
loki1950
The Shepherd
Posts: 5841
Joined: Fri May 13, 2005 8:37 pm
Location: Ottawa
Contact:

Post by loki1950 »

All of us have R/L responsibilities to deal with as well so every bit helps in some way 8)

Enjoy the Choice :)
my box::HP Envy i5-6400 @2Q70GHzx4 8 Gb ram/1 Tb(Win10 64)/3 Tb Mint 19.2/GTX745 4Gb acer S243HL K222HQL
Q8200/Asus P5QDLX/8 Gb ram/WD 2Tb 2-500 G HD/GF GT640 2Gb Mint 17.3 64 bit Win 10 32 bit acer and Lenovo ideapad 320-15ARB Win 10/Mint 19.2
Post Reply