The BeOSJournal. Forum Index The BeOSJournal.
Discussing the news of the BeOS Community.
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

PE Source Now Available At BeUnited

 
Post new topic   Reply to topic    The BeOSJournal. Forum Index -> Article Discussion
View previous topic :: View next topic  
Author Message
DaaT
Site Admin
Site Admin


Joined: 02 Jun 2002
Posts: 177
Location: Portugal

PostPosted: Wed Sep 04, 2002 12:37 pm   Post subject: PE Source Now Available At BeUnited Reply with quote   Next

PE's source has been made available for download over at BeUnited's site. In case you missed it, the source was donated in August by Maarten Hekkelman, in which was a very generous contribution.

Since their post isn't that big, i'll just be a nice guy to you all and quote it:

[quote]
The source code to the Pe editor is now available at the beunited.org development portal at code.beunited.org. Access is through normal anonymous cvs login using pserver using the following command:

$cvs -d :pserver::/cvs/pe login

Those who wish to contribute to the project and submit code are asked to contact beuntied.org directly at .
[/quote]

There you go. So all you PE users who were complaining it wasn't being updated go grab the source and start improving it.
_________________
"Windows 95 is a 32-bit shell for a 16-bit extension to an 8-bit operating system designed for a 4-bit microprocessor by a 2-bit company that can't stand one bit of competition."
Back to top
View user's profile Send private message
vman
NewBe
NewBe


Joined: 14 Jun 2002
Posts: 9
Location: Halifax

PostPosted: Fri Sep 06, 2002 3:32 am   Post subject: UPDATE Reply with quote  Previous Next

There is an update on beunited.org about the code....

If you're on a BeOS x86 box, type:

$ cvs -d :pserver::/cvs/pe co pe_x86
$ cd pe_x86
$ make

and that should be all. For BeOS ppc you should type:

$ cvs -d :pserver::/cvs/pe co pe_ppc
$ cd pe_ppc
$ make
UPDATE: In some cases some people may experience build problems
trying to find the mail library if you are using MDR. Before building
execute this command in the terminal:

$ ln -s /system/lib/libmail.so /boot/develop/lib/x86
Back to top
View user's profile Send private message Visit poster's website AIM Address
jon
NewBe
NewBe


Joined: 23 Jun 2002
Posts: 3

PostPosted: Fri Sep 06, 2002 7:57 am   Post subject: Reply with quote  Previous 

I just downloaded and compiled Pe.
Im so happy to be able to use it, and now that its open sourced Ill be able to write some syntax highlighting addons for it.

Compiling presented one problem however. The Makefiles use a variable called 'CC' ( pretty common in makefiles ). I guess in this case they might be relying on them being defined in the ENV variables. Whatever, it isnt defined in the Makefiles, and it failed for me. I had to add it myself ( CC = gcc ) and then it worked perfectly.
Back to top
View user's profile Send private message MSN Messenger
Post new topic   Reply to topic    The BeOSJournal. Forum Index -> Article Discussion All times are GMT + 1 Hour
Page 1 of 1

 
You can post new topics in this forum
You can 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


Powered by phpBB 2.0.4 © 2001, 2002 phpBB Group