.:: Bots United ::.

.:: Bots United ::. (http://forums.bots-united.com/index.php)
-   The RealBot 'Source' (http://forums.bots-united.com/forumdisplay.php?f=52)
-   -   Build number wrong? (http://forums.bots-united.com/showthread.php?t=2945)

minorgod 09-11-2004 03:49

Build number wrong?
 
I downloaded and built from CVS last night (hooray to whoever fixed it) and noticed that the build number has gone backwards from 3059 to 3057. Is this a mistake or is that the real build number?

stefanhendriks 09-11-2004 18:51

Re: Build number wrong?
 
i don't know. I downloaded it too, but i got word from Evy (eric) that he would mai lme the very latest version, perhaps the one on CVS is not the VERY latest, though it is the latest i ever got , i did not check the source often.

ps. does it compile for you in Windows? (MSVC)

BertieB 09-11-2004 21:15

Re: Build number wrong?
 
It compiled for me, but only after adding build.cpp to the project. It was there, just not added for some reason ???:(

stefanhendriks 10-11-2004 16:47

Re: Build number wrong?
 
odd. I just tried to get the source, but i did not get any projec tfiles. So ia ssume yo ugot them from the zip file (on filebase), those are not updated with build.cpp yet, so that would make sense ;)

BertieB 10-11-2004 17:42

Re: Build number wrong?
 
Ah ok. It works in any case - compiles to about 240Kb.

stefanhendriks 10-11-2004 18:34

Re: Build number wrong?
 
I recieved a newer source from Evy, but i do not know if that compiles. I will upload it when i find the time. Gotta go now.

anonym001 12-11-2004 17:36

Re: Build number wrong?
 
I have compiled it with Bloodshed Dev c++ (which uses MingW) on Windows and my size is 227 KB (233.381 Bytes) I played some rounds with the new dll but i haven't seen a big diffent to the WIP 5061 (I think it was 61, not sure). the buts uses ladders and so on.. But the Bot get stuck in the vent in cs_assault as i stept up the ladder in the vent and forget to duck...
the enemy bot was stucked to.. he stand only there and looked..

EDIT:
I had the wrong dll used for the WIP.

The DLL i compiled is not loadable.
Any suggestions why?
I used the G++ Compiler MinG for Windows.
(IDE: Bloodshed Dev C++ 4.9.9.0)



--Ano

minorgod 14-11-2004 01:47

Re: Build number wrong?
 
I don't know what's up with the current version. It appears to have gone from version 3059 to 3057 which is why I'm suspicious of it being misnumbered. I'm not having any trouble compiling with g++ on linux. Dunno if there's problems on win32. I would like to see a subfolder in the CVS called "makefile_linux" so there can be an official linux makefile. I've already got one in my CVS folder, but I don't have CVS edit privliges to upload it.

stefanhendriks 14-11-2004 12:08

Re: Build number wrong?
 
i got a source which is build 3061... this is the very latest of evy. It does not compile in MSVC well, it does not know the function 'round' , i think its to round up number somehow. Though i dunno why, because if you do a simple 'int', i think it also works. Unless...... 'round' is a function which evy created himself. I have to double check that.

When i get it compiling, i will try to upload this to the CVS. It did not work before... keep ur fingers crossed

stefanhendriks 14-11-2004 12:41

Re: Build number wrong?
 
i got it compiling; i upped the build nr to 3062.

When trying to update the CVS source, i got into trouble, so i just zipped it up and uploaded the entire source to : http://realbot.bots-united.com/files/3062.zip

minorgod 14-11-2004 20:19

Re: Build number wrong?
 
Thankyou, thankyou thankyou! New Linux builds posted on my site again.

8)

stefanhendriks 14-11-2004 20:26

Re: Build number wrong?
 
no problem. CVS works now. Updated

rasvan 15-11-2004 09:52

Re: Build number wrong?
 
Quote:

Originally Posted by stefanhendriks
i got it compiling; i upped the build nr to 3062.

When trying to update the CVS source, i got into trouble, so i just zipped it up and uploaded the entire source to : http://realbot.bots-united.com/files/3062.zip

Hy Stefan,

I cannot acces CVS and do not know how to compile.

I use SuSe Linux 9.0.

Could you do give me a link to a compiled version, please ?

Thank you,
Rasvan

Whistler 15-11-2004 10:25

Re: Build number wrong?
 
check evy's site. I think there's the latest compiled version.

rasvan 15-11-2004 13:05

Re: Build number wrong?
 
Quote:

Originally Posted by Whistler
check evy's site. I think there's the latest compiled version.

I checked but there is not a compiled version for build 3062 for linux.

Thank you !

minorgod 15-11-2004 18:10

Re: Build number wrong?
 
Linux builds are posted on my site. My address is in my icon.

-sP00n- 16-11-2004 19:44

Re: Build number wrong?
 
on evy`s site isn`t the new build to download =(

rasvan 17-11-2004 14:23

Re: Build number wrong?
 
Quote:

Originally Posted by -sP00n-
on evy`s site isn`t the new build to download =(

The same here.

I need build 3062 compiled.
I'm using SuSe Linux 9.0.

Thank you to anyone for help.

-sP00n- 17-11-2004 14:31

Re: Build number wrong?
 
You can find the new linux build here http://www.brettbrewer.com

rasvan 17-11-2004 15:17

Re: Build number wrong?
 
Quote:

Originally Posted by -sP00n-
You can find the new linux build here http://www.brettbrewer.com

I tested that but my SuSe Linux 9.0 server craches immediatelly the bots get added.

I need build 3062 compiled for SuSe Linux 9.0, please.
I suppose that's the problem (it war compiled for Mandrake).
Currently I'm using build 3061 (since the very first day of it) and I have no crashes on my server.


Any help will be appreciated.
Thank you !

stefanhendriks 17-11-2004 17:19

Re: Build number wrong?
 
i don't know a thing about Linux. Actually the many distributions make it as not-succesfull as ever.

Anyway, i have no clue what could be wrong. I only removed the function 'round'. So it would compile on WIN32 (MSVC)...

thats all, and since it was not in before, i bet it cannot be the problem either. Though, i think perhaps you have to remove the exp files... but even that is not certain.

anonym001 20-11-2004 21:41

Re: Build number wrong?
 
I compiled it on Dev-CPP (uses g++) without problems, but when I load the dll, metamod says: badf load and the server starts without the realbotplugin.

What can I do?

--Ano


All times are GMT +2. The time now is 19:51.

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