im running unreal on fedora core 4 . now i cant setup any module
it shows
cc1: error: unrecognized command line option "-Wno-pointer-sign"
make[2]: *** [custommodule] Error 1
make[2]: Leaving directory `/home/raj/Unreal3.2/src/modules'
make[1]: *** [custommodule] Error 2
make[1]: Leaving directory `/home/raj/Unreal3.2/src'
make: *** [custommodule] Error 2
how can i fix this problem ??
Help Me Pls
RaZ
Shopnopori
http://www.shopnopori.com
Problem On Compiling Custom Modules
-
priobangla
- Posts: 4
- Joined: Tue Apr 11, 2006 5:46 pm
- Location: Dhaka
- Contact:
Problem On Compiling Custom Modules
[-- RaZ --- ]
irc://irc.ShopnoPori.com
irc://irc.ShopnoPori.com
Perhaps you downgraded your gcc some time after you did ./Config
I suggest to do a clean recompile:
And then try your custommodule thing again, see if that helps.
I suggest to do a clean recompile:
Code: Select all
make clean
./Config -quick
make