Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
RHIDE : the ultimate howto
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Documentation, Tips & Tricks
View previous topic :: View next topic  
Author Message
thestick
Guru
Guru


Joined: 07 Apr 2006
Posts: 531
Location: /dev/urandom

PostPosted: Fri Apr 07, 2006 2:25 pm    Post subject: RHIDE : the ultimate howto Reply with quote

Maybe not all of you want to use RHIDE , but at the moment i am writing this HOWTO , there is no guide for compiling RHIDE.
RHIDE is the ultimate text-mode IDE , for DJGPP. Debugging , syntax highlight etc...

first of all
Code:

#emerge --fetchonly =rhide-1.5.20050823 [latest ebuild i guess]

in case you have never used vim before , just type in literarily every word i say
Code:

#vi /usr/include/linux/wait.h
:%s/bit, word/bit, (volatile long unsigned int *)word/
:wq

Code:

#emerge =rhide-1.5.20050823

wait until it compiles,...,
Code:

$cd /here/are/my/sources/
$rhide


enjoy!

if you are not a gentoo user don`t lose hope,
Code:
#vi /usr/include/linux/wait.h
:%s/bit, word/bit, (volatile long unsigned int *)word/
:wq


compile tvision , setedit and gdb and rhide, using
Code:

#./configure
#make
#make install


the end , hoping that it helped you...
also ,if you managed to compile from scratch rhide on other distros , and you have succeded , feel free to post your method , as i want to make an universal howto on RHIDE.


Last edited by thestick on Sun Apr 09, 2006 2:17 pm; edited 2 times in total
Back to top
View user's profile Send private message
tzulberti
n00b
n00b


Joined: 08 Apr 2006
Posts: 2

PostPosted: Sat Apr 08, 2006 10:49 pm    Post subject: Just for was i was looking Reply with quote

This is Just was I have been looking in google for a few days. Thanks
Back to top
View user's profile Send private message
COiN3D
Guru
Guru


Joined: 02 Aug 2004
Posts: 543
Location: Munich, Germany

PostPosted: Sun Apr 09, 2006 10:49 am    Post subject: Reply with quote

Please use the code-feature of the board. Thanks. :)
_________________
e17 documentation | Be free and use Jabber as your IM! | Combine IRC and IM
Back to top
View user's profile Send private message
Apocalypse_Now
n00b
n00b


Joined: 10 Aug 2004
Posts: 44

PostPosted: Fri May 05, 2006 8:05 pm    Post subject: Re: RHIDE : the ultimate howto Reply with quote

thestick wrote:

Code:

#vi /usr/include/linux/wait.h
:%s/bit, word/bit, (volatile long unsigned int *)word/
:wq




Error, is:
Code:

#vim /usr/include/linux/wait.h
:%s/bit, word/bit, (volatile long unsigned int *)word/
:wq



Saludos
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Documentation, Tips & Tricks All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum