|
|
include engine/pathfinder/astar.cpp
engine/pathfinder/astar.cpp: In function 'int AStarAddNode(int, int, int, int)':
engine/pathfinder/astar.cpp:414: error: 'stderr' was not declared in this scope
engine/pathfinder/astar.cpp:415: error: 'fprintf' was not declared in this scope
engine/pathfinder/astar.cpp: In function 'void SetAStarFixedUnitCrossingCost(int)':
engine/pathfinder/astar.cpp:1070: error: 'stderr' was not declared in this scope
engine/pathfinder/astar.cpp:1070: error: 'fprintf' was not declared in this scope
engine/pathfinder/astar.cpp: In function 'void SetAStarMovingUnitCrossingCost(int)':
engine/pathfinder/astar.cpp:1080: error: 'stderr' was not declared in this scope
engine/pathfinder/astar.cpp:1080: error: 'fprintf' was not declared in this scope
engine/pathfinder/astar.cpp: In function 'void SetAStarUnknownTerrainCost(int)':
engine/pathfinder/astar.cpp:1090: error: 'stderr' was not declared in this scope
engine/pathfinder/astar.cpp:1090: error: 'fprintf' was not declared in this scope
scons: *** [build/release/pathfinder/astar.o] Error 1
scons: building terminated because of errors.
==> ERROR: Build Failed.
Aborting...
Error: Makepkg was unable to build boswars package.
gcc的版本
Using built-in specs.
Target: i686-pc-linux-gnu
Configured with: ../configure --prefix=/usr --enable-shared --enable-languages=c,c++,fortran,objc,obj-c++ --enable-threads=posix --mandir=/usr/share/man --infodir=/usr/share/info --enable-__cxa_atexit --disable-multilib --libdir=/usr/lib --libexecdir=/usr/lib --enable-clocale=gnu --disable-libstdcxx-pch --with-tune=generic
Thread model: posix
gcc version 4.4.0 20090505 (prerelease) (GCC) |
|