-
upon further investigation I made one change which allows game to start
[none@localhost fftrader]$ diff fftfile.cpp~ fftfile.cpp
45c45
< while (isWhiteSpace(str[end - 1]) && end > 0) end--;
---
> while (isWhiteSpace(str[end 0) end--;
as you see all I did was add an "
2007-05-06 14:43:45 UTC by wirser
-
after modifying units.h to remove " error: extra qualification" program gives "./fft -nosmooth -software -fullscreen -log
Final Frontier Trader
version 0.66
by TomT64
------------
PHYSFS initialized successfully
Loading Preferences
Segmentation fault"
running gdb backtrace produces the following output
[none@localhost fftrader]$ gdb ./fft
GNU gdb Red Hat Linux...
2007-04-13 19:23:13 UTC by wirser
-
trying to compile fftraders on fc5 linux I got the following errors
units.h:244: error: extra qualification ‘MapObject::’ on member ‘IsLoaded’
units.h:356: error: extra qualification ‘Map::’ on member ‘GetAIUnitImageW’
units.h:357: error: extra qualification ‘Map::’ on member ‘GetAIUnitImageH’
make: *** [guiapply.o] Error 1
I removed the extra qualificationssa...
2007-04-13 19:19:04 UTC by wirser
-
tomt64 committed patchset 163 of module fftrader to the Final Frontier Trader CVS repository, changing 9 files.
2005-08-24 09:52:26 UTC by tomt64
-
tomt64 committed patchset 162 of module fftrader to the Final Frontier Trader CVS repository, changing 7 files.
2005-08-23 21:18:06 UTC by tomt64
-
tomt64 committed patchset 161 of module fftrader to the Final Frontier Trader CVS repository, changing 19 files.
2005-08-23 09:56:43 UTC by tomt64
-
tomt64 committed patchset 160 of module fftrader to the Final Frontier Trader CVS repository, changing 10 files.
2005-08-23 03:40:09 UTC by tomt64
-
tomt64 committed patchset 159 of module fftrader to the Final Frontier Trader CVS repository, changing 8 files.
2005-08-21 11:29:49 UTC by tomt64
-
tomt64 committed patchset 158 of module fftrader to the Final Frontier Trader CVS repository, changing 12 files.
2005-08-19 22:39:52 UTC by tomt64
-
tomt64 committed patchset 157 of module fftrader to the Final Frontier Trader CVS repository, changing 18 files.
2005-08-19 08:22:34 UTC by tomt64