out of memory allocating 925445664 bytes after a total of 90

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
xeroc

out of memory allocating 925445664 bytes after a total of 90

Post by xeroc »

here's the complete output ... till error ...:
~~~~~~~~~~~~~

Code: Select all

make  all-recursive
make[1]: Entering directory `/files/setups/linux/games/vegastrike-0.4.1-installer/vegastrike'
Making all in src
make[2]: Entering directory `/files/setups/linux/games/vegastrike-0.4.1-installer/vegastrike/src'
Making all in cmd
make[3]: Entering directory `/files/setups/linux/games/vegastrike-0.4.1-installer/vegastrike/src/cmd'
Making all in ai
make[4]: Entering directory `/files/setups/linux/games/vegastrike-0.4.1-installer/vegastrike/src/cmd/ai'
make[4]: Für das Ziel »all« ist nichts zu tun.
make[4]: Leaving directory `/files/setups/linux/games/vegastrike-0.4.1-installer/vegastrike/src/cmd/ai'
Making all in script
make[4]: Entering directory `/files/setups/linux/games/vegastrike-0.4.1-installer/vegastrike/src/cmd/script'
Making all in c_alike
make[5]: Entering directory `/files/setups/linux/games/vegastrike-0.4.1-installer/vegastrike/src/cmd/script/c_alike'
if g++ -DHAVE_CONFIG_H -I. -I. -I../../../..   -DHAVE_SDL=1 -DSDL_WINDOWING=1 -DHAVE_SDL_MIXER=1      -DHAVE_AL=1   -I/usr/include/python -DHAVE_PYTHON=1  -DUSE_BOOST_129=1   -pipe -O3 -fexpensive-optimizations -fomit-frame-pointer -Wall -ffast-math   -I/usr/include/SDL -D_REENTRANT -pipe  -MT c_alike.tab.o -MD -MP -MF ".deps/c_alike.tab.Tpo" \
  -c -o c_alike.tab.o `test -f 'c_alike.tab.cpp' || echo './'`c_alike.tab.cpp; \
then mv ".deps/c_alike.tab.Tpo" ".deps/c_alike.tab.Po"; \
else rm -f ".deps/c_alike.tab.Tpo"; exit 1; \
fi
c_alike.yacc: In function `int yyparse()':
c_alike.yacc:132: warning: comparison between signed and unsigned integer 
   expressions
c_alike.yacc:165: warning: comparison between signed and unsigned integer 
   expressions
/usr/lib/bison.simple:614: warning: comparison between signed and unsigned 
   integer expressions
/usr/lib/bison.simple:626: warning: comparison between signed and unsigned 
   integer expressions

cc1plus: out of memory allocating 925445664 bytes after a total of 9032320 bytes
make[5]: *** [c_alike.tab.o] Fehler 1
make[5]: Leaving directory `/files/setups/linux/games/vegastrike-0.4.1-installer/vegastrike/src/cmd/script/c_alike'
make[4]: *** [all-recursive] Fehler 1
make[4]: Leaving directory `/files/setups/linux/games/vegastrike-0.4.1-installer/vegastrike/src/cmd/script'
make[3]: *** [all-recursive] Fehler 1
make[3]: Leaving directory `/files/setups/linux/games/vegastrike-0.4.1-installer/vegastrike/src/cmd'
make[2]: *** [all-recursive] Fehler 1
make[2]: Leaving directory `/files/setups/linux/games/vegastrike-0.4.1-installer/vegastrike/src'
make[1]: *** [all-recursive] Fehler 1
make[1]: Leaving directory `/files/setups/linux/games/vegastrike-0.4.1-installer/vegastrike'
make: *** [all] Fehler 2

if you need the config.log ... just ask ... may be its not needed to post a file with over 1500 lines ??


thank for help
ace123
Lead Network Developer
Lead Network Developer
Posts: 2560
Joined: Sun Jan 12, 2003 9:13 am
Location: Palo Alto CA
Contact:

Post by ace123 »

Code: Select all

if g++ -DHAVE_CONFIG_H -I. -I. -I../../../..   -DHAVE_SDL=1 -DSDL_WINDOWING=1 -DHAVE_SDL_MIXER=1      -DHAVE_AL=1   -I/usr/include/python -DHAVE_PYTHON=1  -DUSE_BOOST_129=1   -pipe  -fexpensive-optimizations -fomit-frame-pointer -Wall -ffast-math   -I/usr/include/SDL -D_REENTRANT -pipe  -MT c_alike.tab.o -MD -MP -MF ".deps/c_alike.tab.Tpo" -c -o c_alike.tab.o `test -f 'c_alike.tab.cpp' || echo './'`c_alike.tab.cpp; then mv ".deps/c_alike.tab.Tpo" ".deps/c_alike.tab.Po";   else rm -f ".deps/c_alike.tab.Tpo"; exit 1; fi 
go to the src/cmd/script/c_alike directory and then use that command and then continue the make. Optimizations for this file use up too much memory.
Guest

Post by Guest »

thx a lot ... it's working ...

[close]
Post Reply