Author |
Message |
Topic: Proper installation and configuration of Poseidon |
keinfarbton
Replies: 8
Views: 33896
|
Forum: Poseidon Posted: Thu May 07, 2009 6:09 am Subject: Proper installation and configuration of Poseidon |
1. You don't have to use rake. I have had trouble with both tools like bud/dsss/rebuild. So I created a build process that serves my needs while working on dwt. In you case, there might be much more e ... |
Topic: Proper installation and configuration of Poseidon |
keinfarbton
Replies: 8
Views: 33896
|
Forum: Poseidon Posted: Wed May 06, 2009 12:10 am Subject: Proper installation and configuration of Poseidon |
That means your tango is not configred correctly.
you copied the tango ources, that is not needed.
here my dmd/windows/bin/sc.ini
[Version]
version=7.51 Build 020
[Environment]
... |
Topic: Proper installation and configuration of Poseidon |
keinfarbton
Replies: 8
Views: 33896
|
Forum: Poseidon Posted: Tue May 05, 2009 6:28 pm Subject: Proper installation and configuration of Poseidon |
Sorry, i forgot to build the target 'base' first.
rake base swt equinox core jface |
Topic: Proper installation and configuration of Poseidon |
keinfarbton
Replies: 8
Views: 33896
|
Forum: Poseidon Posted: Sun May 03, 2009 12:36 am Subject: Proper installation and configuration of Poseidon |
Here a description:
1. Get dmd 1.042, Tango 0.99.8 and rake
2. Get DWT2 "hg clone http://hg.dsource.org/projects/dwt2"
3. Build the libs "rake swt equinox core jface"
4. Create ... |
Topic: help need to newbie |
keinfarbton
Replies: 1
Views: 13263
|
Forum: Poseidon Posted: Mon Apr 20, 2009 2:34 pm Subject: help need to newbie |
the checked in poseidon.exe is still the one from the trunk. I didn't check in the binary. If you are new to D, use the downloadable exe. The branch is not yet full working. |
Topic: Branch 3.4 now build without phobos/tangobos dependencies |
keinfarbton
Replies: 6
Views: 26268
|
Forum: Poseidon Posted: Wed Feb 18, 2009 12:34 pm Subject: Branch 3.4 now build without phobos/tangobos dependencies |
Please report bugs or build problems. |
Topic: Branch 3.4 now build without phobos/tangobos dependencies |
keinfarbton
Replies: 6
Views: 26268
|
Forum: Poseidon Posted: Wed Feb 11, 2009 2:18 am Subject: Branch 3.4 now build without phobos/tangobos dependencies |
I have removed all phobos/tangobos dependencies. Now the branch builds with Tango (svn) and DWT-Win (hg).
There are runtime problems. So help in debugging is welcome. |
Topic: tangobos or tango in poseidon |
keinfarbton
Replies: 1
Views: 13563
|
Forum: Poseidon Posted: Sun Nov 30, 2008 5:10 pm Subject: tangobos or tango in poseidon |
Programs that you are writing with Poseidon can use whatever you want.
Poseidon itself uses Phobos and the "old" dwt.
However there is a branch that I created that tries to port Poseido ... |
Topic: How to use tioport? |
keinfarbton
Replies: 1
Views: 13244
|
Forum: Tioport Posted: Tue Oct 21, 2008 4:17 pm Subject: How to use tioport? |
In general you can find such xml files in the swt ports.
translation is done in three steps
1. a java antlr parser translates java to xml. all comments and formating gets lost.
2. tioport translate ... |
Topic: Porting to new DWT? |
keinfarbton
Replies: 8
Views: 30085
|
Forum: Poseidon Posted: Sat Oct 18, 2008 12:08 pm Subject: Porting to new DWT? |
I am still working on the topics from my last posting.
http://dsource.org/projects/poseidon/timeline
http://dsource.org/projects/poseidon/browser/branches/dwt3.4/current/poseidon
You want to help? |
Topic: Porting to new DWT? |
keinfarbton
Replies: 8
Views: 30085
|
Forum: Poseidon Posted: Mon Sep 29, 2008 1:47 pm Subject: Porting to new DWT? |
The Poseidon source with the new DWT is now in SVN. See branch/dwt34
At the moment it uses tango from SVN + tangobos.
Next step is to remove the tangobos dependencies and to replace the calls to W ... |
Topic: Error on building a project |
keinfarbton
Replies: 1
Views: 13830
|
Forum: Poseidon Posted: Sun Sep 21, 2008 2:22 pm Subject: Error on building a project |
Have you downloaded the dmc package that contains the link.exe?
Does the link.exe exist at this location?
Have you checked the PATH variable?
Have you already build your project using other tools? |
Topic: Porting to new DWT? |
keinfarbton
Replies: 8
Views: 30085
|
Forum: Poseidon Posted: Wed Sep 17, 2008 11:59 am Subject: Porting to new DWT? |
WOW! That is impressive small. |
Topic: Porting to new DWT? |
keinfarbton
Replies: 8
Views: 30085
|
Forum: Poseidon Posted: Tue Sep 16, 2008 4:52 am Subject: Porting to new DWT? |
It now does startup. And I can create a project.
The poseidon.exe is about 12 MB. The present released poseidon.exe is about 2 MB. Is it the direct compilation result or is it compressed with tools ... |
Topic: Porting to new DWT? |
keinfarbton
Replies: 8
Views: 30085
|
Forum: Poseidon Posted: Mon Sep 15, 2008 12:30 pm Subject: Porting to new DWT? |
I managed to compile the poseidon files with the new DWT and tango-svn+tangobos. |
|