Author |
Message |
Topic: Are you using Gentoo Linux? |
lightoze
Replies: 17
Views: 101280
|
Forum: Gentoo Posted: Wed Apr 11, 2007 9:05 am Subject: Are you using Gentoo Linux? |
Actually GDC is available from portage.
USE="d" emerge gcc
Yes, I've noticed that recently. However, it is unavailable for current stable version, 4.1.1-r3. Seems to be awaited in ... |
Topic: What's the difference ? |
lightoze
Replies: 1
Views: 17420
|
Forum: Gentoo Posted: Mon Mar 05, 2007 2:56 pm Subject: What's the difference ? |
There is no difference. I've just created overlay and update it regularly. I hope sometime I'll do some work for making more packages available. |
Topic: Dlang overlay does not fetching |
lightoze
Replies: 5
Views: 23281
|
Forum: Gentoo Posted: Wed Jan 31, 2007 10:46 am Subject: Dlang overlay does not fetching |
your dlang overlay is missing the contact attribute
fixed |
Topic: 0.1 - Alpha and Initial Release |
lightoze
Replies: 1
Views: 52634
|
Forum: EBNF Posted: Thu Jan 04, 2007 3:45 pm Subject: 0.1 - Alpha and Initial Release |
I have recently finished my formal grammars term paper, and can suggest one cool architecture for your parser. It is really cool and very flexible. If you want, find me by jabber (preferably) or mail. ... |
Topic: Dlang overlay does not fetching |
lightoze
Replies: 5
Views: 23281
|
Forum: Gentoo Posted: Thu Jan 04, 2007 4:46 am Subject: Dlang overlay does not fetching |
Follow the instructions: http://dsource.org/projects/gentoo/wiki/LaymanSetup |
Topic: What does the Gentoo Overlay have in it? |
lightoze
Replies: 2
Views: 16876
|
Forum: Gentoo Posted: Wed Sep 06, 2006 8:29 am Subject: What does the Gentoo Overlay have in it? |
There are only DMD binary ebuild now. Currently I am working on GDC ebuild, but have no time last week. It is necessary to be done first, because all other things (like Derelict) should work with both ... |
Topic: Small changes |
lightoze
Replies: 0
Views: 12396
|
Forum: Gentoo Posted: Thu Aug 24, 2006 7:50 pm Subject: Small changes |
After solving svn.dsource.org access problem (Brad, you should add https yet), I've updated dmd-bin package to 0.165. Also I have removed dlang-dev overlay, now there are only one using subversion tru ... |
Topic: SVN access |
lightoze
Replies: 3
Views: 16411
|
Forum: Site Posted: Mon Aug 21, 2006 10:16 am Subject: SVN access |
Please add secure SVN access through https - I can not use http because of my IPS's transparent proxy. It breaks some WevDAV requests, and I get "400 Bad request" error on any checkout or co ... |
Topic: Dlang overlay does not fetching |
lightoze
Replies: 5
Views: 23281
|
Forum: Gentoo Posted: Wed Aug 02, 2006 2:40 am Subject: Dlang overlay does not fetching |
# layman -a dlang
* Failed to add overlay "dlang".
* Error was: local variable 'ext' referenced before assignment
This is because layman tries to determine archive type from url suffi ... |
Topic: Are you using Gentoo Linux? |
lightoze
Replies: 17
Views: 101280
|
Forum: Gentoo Posted: Tue Aug 01, 2006 2:01 pm Subject: Are you using Gentoo Linux? |
So what do you mean by "overlay organization"?
Primary, it is how other packages will interoperate with dmd and gdc. Here are at least two possible ways:
1) When emerging, tell to the eb ... |
Topic: Are you using Gentoo Linux? |
lightoze
Replies: 17
Views: 101280
|
Forum: Gentoo Posted: Tue Aug 01, 2006 1:39 pm Subject: Are you using Gentoo Linux? |
Please post here your wishes and thoughts about possible overlay organization. |
Topic: Gentoo linux |
lightoze
Replies: 2
Views: 15069
|
Forum: Gentoo Posted: Mon Jul 31, 2006 8:36 am Subject: Gentoo linux |
Here is how to configure layman and get dmd work:
1) Emerge layman, configure portage to use it:
emerge layman
echo "source /usr/portage/local/layman/make.conf" >> /etc/make.confI ... |
Topic: Gentoo linux |
lightoze
Replies: 2
Views: 15069
|
Forum: Gentoo Posted: Sun Jul 30, 2006 12:26 am Subject: Gentoo linux |
I am using Gentoo linux with dmd and gdc, and would like to make single portage overlay tree for dmd, gdc and maybe other D projects. Having it will help Gentoo users to debug ebuilds and update them ... |
Topic: String concatenation |
lightoze
Replies: 2
Views: 18753
|
Forum: Ares Posted: Mon Apr 03, 2006 3:54 pm Subject: String concatenation |
I meant than "str1 ~ str2" gives str2 as result. I have tried to separate code, but it works when I do so. I'll try to debug concatenation in Ares runtime later. |
Topic: String concatenation |
lightoze
Replies: 2
Views: 18753
|
Forum: Ares Posted: Mon Apr 03, 2006 11:05 am Subject: String concatenation |
I have string1~string2=string1 error and suppose this is about memory managment and GC.
I call sys.linux.c.linux.readdir() function and it returns (dirent*). Then I use dirent.d_name string from this ... |
|