View previous topic :: View next topic |
Author |
Message |
DaaT
Site Admin
Joined: 02 Jun 2002
Posts: 177
Location: Portugal
|
Posted: Wed Sep 04, 2002 12:37 pm1 Post subject: PE Source Now Available At BeUnited
|
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 |
|
|
vman
NewBe
Joined: 14 Jun 2002
Posts: 9
Location: Halifax
|
Posted: Fri Sep 06, 2002 3:32 am2 Post subject: UPDATE
|
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 |
|
|
jon
NewBe
Joined: 23 Jun 2002
Posts: 3
|
Posted: Fri Sep 06, 2002 7:57 am3 Post subject:
|
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 |
|
|
|