IPB

Welcome Guest ( Log In | Register )

> RC2BOTS, rc2bots for linux
luc19707
post Feb 26 2007, 09:33 PM
Post #1


Newbie
*

Group: Members
Posts: 2
Joined: 12-February 07
Member No.: 1,031



Hi Everidody ,,

I just want to know if it is possible to run the RC2BOT source on a linux machine?If yes can sommeone give me the link for the plugin?Because i think .dll are for windows only.......thanks you .....
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
 
Reply to this topicStart new topic
Replies
Salvax
post Mar 31 2007, 02:02 PM
Post #2


Advanced Member
***

Group: Members
Posts: 75
Joined: 14-February 07
Member No.: 1,034



there r lots of versions of Linux, for Red Hat , i think GCC is better smile.gif
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
Fusionhead
post Apr 14 2007, 07:16 AM
Post #3


Member
**

Group: Members
Posts: 11
Joined: 18-March 07
Member No.: 1,075



QUOTE(Salvax @ Mar 31 2007, 02:02 PM) *

there r lots of versions of Linux, for Red Hat , i think GCC is better smile.gif


I use gcc smile.gif

OK, I'm taking a look at this now. Anyone know how to convert the Microsoft Visual Studio file HPB_Bot2.vcproj to a gcc Makefile?

I've got my gcc/g++ environment working. I really want to get this Linux port working so I can use my Linux box for games only. There's a big difference of how many people join the bot server versus no bots. Right now, I'm hosting my game server on my desktop. Not ideal!

-Fusionhead
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
terminator_2
post Oct 9 2007, 10:07 PM
Post #4


Member
**

Group: Members
Posts: 13
Joined: 26-February 07
Member No.: 1,057



QUOTE(Fusionhead @ Apr 14 2007, 08:16 AM) *

I use gcc smile.gif

OK, I'm taking a look at this now. Anyone know how to convert the Microsoft Visual Studio file HPB_Bot2.vcproj to a gcc Makefile?

I've got my gcc/g++ environment working. I really want to get this Linux port working so I can use my Linux box for games only. There's a big difference of how many people join the bot server versus no bots. Right now, I'm hosting my game server on my desktop. Not ideal!

-Fusionhead


Fusionhead,

I have probably made a breakthrough with the complie for linux, however I'm running 64bit and when I perform a "make", then it comes back saying that the "CPU you selected does not support x86-64 instruction set"!

What I have done so far is to install the HLSDK onto my linux machine and then gone to the HLSDK's linux_sdk directory and had a look at their makefile. I then installed a bit of code called xerces (as stated in the makefile) and apparently this will enable the gcc compiler to read Visual studio proj files!

I am even considering building a temporary linux 32bit machine just to compile the code!!

Regards,

T2
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
Fusionhead
post Nov 13 2007, 08:11 PM
Post #5


Member
**

Group: Members
Posts: 11
Joined: 18-March 07
Member No.: 1,075



QUOTE(terminator_2 @ Oct 9 2007, 10:07 PM) *

Fusionhead,

I have probably made a breakthrough with the complie for linux, however I'm running 64bit and when I perform a "make", then it comes back saying that the "CPU you selected does not support x86-64 instruction set"!

What I have done so far is to install the HLSDK onto my linux machine and then gone to the HLSDK's linux_sdk directory and had a look at their makefile. I then installed a bit of code called xerces (as stated in the makefile) and apparently this will enable the gcc compiler to read Visual studio proj files!

I am even considering building a temporary linux 32bit machine just to compile the code!!

Regards,

T2



Hey T2, nice work. smile.gif Did you get a clean compile? That would be great. I haven't had the time to work on this. A 32 bit compile should work on your 64 bit machine.

-Fusionhead
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
terminator_2
post Nov 19 2007, 09:26 PM
Post #6


Member
**

Group: Members
Posts: 13
Joined: 26-February 07
Member No.: 1,057



QUOTE(Fusionhead @ Nov 13 2007, 08:11 PM) *

Hey T2, nice work. smile.gif Did you get a clean compile? That would be great. I haven't had the time to work on this. A 32 bit compile should work on your 64 bit machine.

-Fusionhead


Hey Fusionhead,

Still trying to get the mod to compile...... can get a sample server plugin provided by valve to compiles OK, but the RCBot code fails in some areas. I'm no c++ programmer (can post the failures). I am trying various versions of Linux to get a decent compile environment. Have tried Mandriva, Unbuntu and have now moved on fedora core 6.
Have had best results with gcc4.1.1 but I have seen in some forums that I should be using gcc3.4.6 which gives the best results.
Am still working on it, but I can't spend too mush time on it at the moment myself.
Xerces does convert from a vcproj file to a make file... it's just getting the copiler to work with the RCBot2 code.

T2
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

Posts in this topic
luc19707   RC2BOTS   Feb 26 2007, 09:33 PM
terminator_2   I would be able to provide a test server if a linu...   Feb 26 2007, 10:23 PM
luc19707   ty terminator your da man   Feb 27 2007, 12:16 AM
Salvax   not yet, but i hope there would be . :)   Feb 27 2007, 04:53 AM
Cheeseh   The source is available for anyone who wants to co...   Feb 27 2007, 11:50 AM
Fusionhead   The source is available for anyone who wants to c...   Mar 19 2007, 04:24 AM
Salvax   there r lots of versions of Linux, for Red Hat , i...   Mar 31 2007, 02:02 PM
Fusionhead   there r lots of versions of Linux, for Red Hat , ...   Apr 14 2007, 07:16 AM
terminator_2   I use gcc :) OK, I'm taking a look at this n...   Oct 9 2007, 10:07 PM
Fusionhead   Fusionhead, I have probably made a breakthrough ...   Nov 13 2007, 08:11 PM
terminator_2   Hey T2, nice work. :) Did you get a clean compil...   Nov 19 2007, 09:26 PM
terminator_2   Cheeseh, Firstly, I can't thank you enough f...   Mar 4 2008, 10:16 PM
Fusionhead   Hey T2, nice work again. Have you checked the ste...   Mar 6 2008, 09:54 PM
terminator_2   Hey T2, nice work again. Have you checked the st...   Apr 18 2008, 08:43 PM
terminator_2   Update!!! I've sat through each c...   May 3 2008, 08:24 PM
Fusionhead   T2, I thought I'd check back here. You probab...   Dec 3 2008, 11:46 PM
terminator_2   T2, I thought I'd check back here. You proba...   Dec 4 2008, 09:46 PM
Enra   Any updates on the Linux build? I have run into t...   Apr 27 2009, 08:18 PM
Enra   OK, tracked down and fixed all Linux related probl...   Apr 29 2009, 06:08 PM
rcweed   OK, tracked down and fixed all Linux related prob...   May 2 2009, 12:16 PM
Enra   Here is the code: http://www.age-of-chivalry.com/t...   May 9 2009, 04:06 PM
rcweed   Here is the code: http://www.age-of-chivalry.com/...   May 13 2009, 01:05 AM
bir3yk   Enra Hi. Would not be able to put a working versio...   Jun 4 2009, 09:46 PM
bir3yk   I compiled RCBot2 75 release under linux dedicated...   Jun 11 2009, 08:12 AM
CaptainAdder   I compiled RCBot2 75 release under linux dedicate...   Jun 2 2013, 04:04 PM
Cheeseh   Could you share with us? he meant SVN version 7...   Jun 6 2013, 07:37 AM


Reply to this topicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members:

 



- Lo-Fi Version Time is now: 16th June 2025 - 05:50 PM