![]() |
badf error
After quite a few hours of errors now, I thought it best to sign up and post on the forums.
I've been surfing around the forums and seen the error a few times - the only solution I can see is compiling it on a win32 system. Well, I've tried compiling the source on my linux (FreeBSD) system... Code:
[whitey@buck:~/podbot] make I've got the file path correct, I've upgraded metamod to version 1.9, I've setup the plugins.ini and the liblist.gam, my other loaded module (amx) works fine. I've also put the amx_podbotmenu on there, the menu works fine, but obviously, it doesn't load the bots... Code:
Currently loaded plugins: Code:
name: (nil) Thanks for your help, /Whitey |
Re: badf error
Also, here's a copy of my directories and my plugins.ini...
Code:
[whitey@buck:~/backup/hlds/cstrike/addons/metamod] ls Code:
; AMX Mod Thanks, /Whitey |
Re: badf error
Get the beta sources with makefile included there. Then try again. Write the output error list while server is loading.
|
Re: badf error
Ok, I realised I need HLDK and metamod source (duh)... I tried recompiling after setting the paths in makefile correctly and made again...
Code:
bot.cpp:7544: error: `EF_NODRAW' undeclared (first use this function) EDIT: Just saw your post KWo, I'll try that now :). /Whitey |
Re: badf error
Just tried that, and edited the makefile...
Code:
[whitey@buck:~/podbot] make I'm pretty sure I edited what needs to be edited in the makefile... Code:
SDKTOP=../hlsdk That looks right to me... Code:
[whitey@buck:~/podbot] cd ../hlsdk /Whitey |
Re: badf error
Post Your all makefile (not only some parts of it). What the version of mingw are You using to compile stuff?
Write: gcc -v to get the version number. |
Re: badf error
Makefile:
Code:
# Console command(s) for compiling on Cygwin/MinGW: gcc: Code:
[whitey@buck:~/podbot] gcc -v Thanks, /Whitey |
Re: badf error
make -v
and what shell are you using? most;ly your errors are related to makefile i suggest you change any line tkat ends with slash \ to the single line just delete the slahs and the enwline character, so the text will create one long line. |
Re: badf error
Quote:
make -v gives me the same errors... I'm using bash as far as I know.. /Whitey |
Re: badf error
try
make --version similiar in bash bash --version |
All times are GMT +2. The time now is 00:58. |
Powered by vBulletin® Version 3.8.2
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.