.:: Bots United ::.  
filebase forums discord server github wiki web
cubebot epodbot fritzbot gravebot grogbot hpbbot ivpbot jkbotti joebot
meanmod podbotmm racc rcbot realbot sandbot shrikebot soulfathermaps yapb

Go Back   .:: Bots United ::. > Cyborg Factory > POD-Bot mm > Common Questions
Common Questions Are you seeking help ? Get it here !

Reply
 
Thread Tools
Re: badf error
Old
  (#11)
Whitey
Member
 
Status: Offline
Posts: 19
Join Date: May 2006
Default Re: badf error - 16-05-2006

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
  
Reply With Quote
Re: badf error
Old
  (#12)
[NvT]_KaszpiR_
Member
 
[NvT]_KaszpiR_'s Avatar
 
Status: Offline
Posts: 322
Join Date: Apr 2004
Default Re: badf error - 16-05-2006

or maybe you don;t have make
  
Reply With Quote
Re: badf error
Old
  (#13)
Whitey
Member
 
Status: Offline
Posts: 19
Join Date: May 2006
Default Re: badf error - 16-05-2006

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
  
Reply With Quote
Re: badf error
Old
  (#14)
[NvT]_KaszpiR_
Member
 
[NvT]_KaszpiR_'s Avatar
 
Status: Offline
Posts: 322
Join Date: Apr 2004
Default Re: badf error - 17-05-2006

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?
  
Reply With Quote
Re: badf error
Old
  (#15)
Whitey
Member
 
Status: Offline
Posts: 19
Join Date: May 2006
Default Re: badf error - 17-05-2006

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
  
Reply With Quote
Re: badf error
Old
  (#16)
KWo
Developer of PODBot mm
 
KWo's Avatar
 
Status: Offline
Posts: 3,425
Join Date: Apr 2004
Default Re: badf error - 17-05-2006

@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.
  
Reply With Quote
Re: badf error
Old
  (#17)
Whitey
Member
 
Status: Offline
Posts: 19
Join Date: May 2006
Default Re: badf error - 17-05-2006

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
  
Reply With Quote
Re: badf error
Old
  (#18)
[NvT]_KaszpiR_
Member
 
[NvT]_KaszpiR_'s Avatar
 
Status: Offline
Posts: 322
Join Date: Apr 2004
Default Re: badf error - 17-05-2006

KWo just f**ed me on the instant messenger
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
  
Reply With Quote
Re: badf error
Old
  (#19)
Whitey
Member
 
Status: Offline
Posts: 19
Join Date: May 2006
Default Re: badf error - 18-05-2006

Quote:
Originally Posted by [NvT]_KaszpiR_
KWo just f**ed me on the instant messenger
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
  
Reply With Quote
Re: badf error
Old
  (#20)
[NvT]_KaszpiR_
Member
 
[NvT]_KaszpiR_'s Avatar
 
Status: Offline
Posts: 322
Join Date: Apr 2004
Default Re: badf error - 18-05-2006

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
  
Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump



Powered by vBulletin® Version 3.8.2
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
vBulletin Skin developed by: vBStyles.com