Page 1 of 1

Problem On Compiling Custom Modules

Posted: Tue Sep 19, 2006 2:46 pm
by priobangla
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

Posted: Tue Sep 19, 2006 3:41 pm
by Syzop
Perhaps you downgraded your gcc some time after you did ./Config

I suggest to do a clean recompile:

Code: Select all

make clean
./Config -quick
make
And then try your custommodule thing again, see if that helps.