.:: Bots United ::.

.:: Bots United ::. (http://forums.bots-united.com/index.php)
-   Common Questions (http://forums.bots-united.com/forumdisplay.php?f=51)
-   -   badf error (http://forums.bots-united.com/showthread.php?t=5278)

Whitey 16-05-2006 20:22

Re: badf error
 
Quote:

Originally Posted by [NvT]_KaszpiR_
try
make --version
similiar in bash
bash --version



bash --version outputs fine...

Code:

[whitey@buck:~] bash --version
GNU bash, version 3.00.16(1)-release (i386-portbld-freebsd5.4)
Copyright (C) 2004 Free Software Foundation, Inc.

However I can't get a version on make... I tried man make too, and I couldn't see anything about it on there =/.



/Whitey

[NvT]_KaszpiR_ 16-05-2006 23:27

Re: badf error
 
or maybe you don;t have make ;)

Whitey 16-05-2006 23:45

Re: badf error
 
Quote:

Originally Posted by [NvT]_KaszpiR_
or maybe you don;t have make ;)


I'm pretty sure I have make...


Code:

make: no target to make.

If I didn't have make, it'd output /bin/bash: make no such command, or something like that...


Any other suggestions? =/.



/Whitey

[NvT]_KaszpiR_ 17-05-2006 09:10

Re: badf error
 
i don't know freebsd, but maybe you're missing some packages, in example some devel or others for buildin stuff drom source, do you have any problems with making other programs under freebsd?

Whitey 17-05-2006 14:14

Re: badf error
 
Quote:

Originally Posted by [NvT]_KaszpiR_
i don't know freebsd, but maybe you're missing some packages, in example some devel or others for buildin stuff drom source, do you have any problems with making other programs under freebsd?


Never any problems - and I talked to people in the #freebsdhelp channel - libstdc++ is included on the FreeBSD setup by default.



/Whitey

KWo 17-05-2006 18:09

Re: badf error
 
@KaszpiR - take my makefile included into beta sources and try to use it directly on Your linux gentoo. Just install on it mingw (3.4.2), get mm1.19 sources and HLSDK 2.3p3 and try to compile with my makefile then check if compiled by You binary works. To make sure my makefile works correctly also on linux machines.

Whitey 17-05-2006 18:49

Re: badf error
 
I really appreciate the work you guys put into this by the way - and the quick replies I've been getting :).


I loved the original PODBot, and I've tried out _mm on my local hlds - works like a charm :).


/Whitey

[NvT]_KaszpiR_ 17-05-2006 22:26

Re: badf error
 
KWo just f**ed me on the instant messenger :D
and here are my results on gentoo

makefile is wrong, it does not have the proper MCPU variable - thus the compiler dies

looks like it is okay under cygwin, but under linux it works different
here is my solution:
- in makefile find text
Code:

OBJDIR_LINUX=obj.linux
OBJDIR_WIN32=obj.win32

below that oine write
Code:

MCPU=-mtune
now it shoudl work properly


below the full makefile link to wiki
http://wiki.bots-united.com/index.ph...mpile_Makefile

Whitey 18-05-2006 00:06

Re: badf error
 
Quote:

Originally Posted by [NvT]_KaszpiR_
KWo just f**ed me on the instant messenger :D
and here are my results on gentoo

makefile is wrong, it does not have the proper MCPU variable - thus the compiler dies

looks like it is okay under cygwin, but under linux it works different
here is my solution:
- in makefile find text
Code:

OBJDIR_LINUX=obj.linux
OBJDIR_WIN32=obj.win32

below that oine write
Code:

MCPU=-mtune
now it shoudl work properly


below the full makefile link to wiki
http://wiki.bots-united.com/index.ph...mpile_Makefile



Didn't help :<


Code:

[whitey@buck:~/podbot] make
"makefile", line 27: Need an operator
"makefile", line 29: Need an operator
"makefile", line 31: Need an operator
"makefile", line 43: Need an operator
"makefile", line 61: Need an operator
"makefile", line 63: Need an operator
"makefile", line 64: warning: duplicate script for target "ifeq" ignored
"makefile", line 64: warning: duplicate script for target """" ignored
"makefile", line 65: warning: duplicate script for target "ifeq" ignored
"makefile", line 65: warning: duplicate script for target """" ignored
"makefile", line 66: warning: duplicate script for target "ifeq" ignored
"makefile", line 66: warning: duplicate script for target """" ignored
"makefile", line 67: warning: duplicate script for target "ifeq" ignored
"makefile", line 67: warning: duplicate script for target """" ignored
"makefile", line 68: warning: duplicate script for target "ifeq" ignored
"makefile", line 68: warning: duplicate script for target """" ignored
"makefile", line 69: Need an operator
"makefile", line 75: Need an operator
"makefile", line 77: Need an operator
"makefile", line 78: warning: duplicate script for target "ifeq" ignored
"makefile", line 78: warning: duplicate script for target """" ignored
"makefile", line 79: warning: duplicate script for target "ifeq" ignored
"makefile", line 79: warning: duplicate script for target """" ignored
"makefile", line 80: warning: duplicate script for target "ifeq" ignored
"makefile", line 80: warning: duplicate script for target """" ignored
"makefile", line 82: Need an operator
"makefile", line 88: Need an operator
"makefile", line 93: Need an operator
"makefile", line 94: warning: duplicate script for target "ifeq" ignored
"makefile", line 94: warning: duplicate script for target """" ignored
"makefile", line 95: Need an operator
"makefile", line 97: Need an operator
"makefile", line 104: Need an operator
"makefile", line 106: Need an operator
"makefile", line 108: Need an operator
"makefile", line 122: Need an operator
"makefile", line 123: warning: duplicate script for target "ifeq" ignored
"makefile", line 123: warning: duplicate script for target """" ignored
"makefile", line 124: Need an operator
"makefile", line 126: Need an operator
"makefile", line 161: warning: duplicate script for target "obj.win32/%.o" ignored
"makefile", line 165: warning: duplicate script for target "obj.win32/%.o" ignored
make: fatal errors encountered -- cannot continue

This is FreeBSD by the way :).



/Whitey

[NvT]_KaszpiR_ 18-05-2006 09:07

Re: badf error
 
hmm as we can see, FreeBSD got wicked makefile.
i guess the makefile for FreeBSD must be completely rewritten
i bet you want to get only linux binary - it will be easier ;)


All times are GMT +2. The time now is 16:35.

Powered by vBulletin® Version 3.8.2
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.