Author |
Message |
Topic: Building gtkD |
Carlos
Replies: 21
Views: 49424
|
Forum: gtkD Posted: Tue Oct 09, 2007 8:09 am Subject: Building gtkD |
Are you using GDC? This sounds like [url=http://dsource.org/projects/tango/ticket/450]Tango's ticket #450, which was determined to be a GDC code-gen bug. Anders found a way to work around it for Tango ... |
Topic: XML parser with CDATA data. |
Carlos
Replies: 7
Views: 16095
|
Forum: ArcLib Posted: Sun Sep 30, 2007 3:21 pm Subject: XML parser with CDATA data. |
Clay, I don't know what brianhsu is doing, but you have to admit that what you said is not really a helpful solution. Either he wants to have CDATA because he thinks he will need it in the future, or ... |
Topic: GDC Install Issue |
Carlos
Replies: 2
Views: 11921
|
Forum: DSSS Posted: Sat Sep 29, 2007 8:37 am Subject: GDC Install Issue |
Can you try installing GDC from binary or source using the packages available from [url=http://dgcc.sf.net]the SourceForge site? Use DSSS from then on. |
Topic: Using static d libs in C++ |
Carlos
Replies: 4
Views: 18392
|
Forum: General Posted: Fri Sep 28, 2007 10:15 am Subject: Using static d libs in C++ |
Bummer. I've seen that other people have had that problem, but I don't remember how they fixed it.
Perhaps you'll get more answers by posting on the newsgroups. Go to the [url=http://www.digitalmars. ... |
Topic: Using static d libs in C++ |
Carlos
Replies: 4
Views: 18392
|
Forum: General Posted: Fri Sep 28, 2007 6:37 am Subject: Using static d libs in C++ |
Why don't you try linking with dmd instead of g++?
dmd -ofmyprogram main.o sub.o -L-lstdc++ |
Topic: compiler home directory |
Carlos
Replies: 2
Views: 11328
|
Forum: Descent Posted: Thu Sep 13, 2007 3:18 pm Subject: compiler home directory |
Well, gdc uses (not surprisingly) "gdc" (or "gdc.exe"). There's also the "gdmd" wrapper. |
Topic: Can't build current trunk |
Carlos
Replies: 3
Views: 18083
|
Forum: Sendero Posted: Mon Sep 10, 2007 7:27 am Subject: Can't build current trunk |
Seems like you need to add -Ipath/to/source |
Topic: EclipseTracPlugin |
Carlos
Replies: 1
Views: 26079
|
Forum: Site Posted: Sun Sep 09, 2007 8:43 am Subject: Mylyn |
Or maybe Mylyn support? http://www.eclipse.org/mylyn/
The XmlRpcPlugin would be needed on the server: http://wiki.eclipse.org/index.php/Mylyn_FAQ#Trac_Connector |
Topic: compiler home directory |
Carlos
Replies: 2
Views: 11328
|
Forum: Descent Posted: Sat Sep 08, 2007 1:59 pm Subject: compiler home directory |
What is the compiler home directory supposed to be for gdc? When I select /usr/local/bin, I get "Target is not a DMD installation Root. DMD executable was not found." Notice weird capitaliza ... |
Topic: Source folders |
Carlos
Replies: 2
Views: 10916
|
Forum: Descent Posted: Wed Sep 05, 2007 1:11 pm Subject: Source folders |
Even though it's not being used, it provides for a nicer visual organization. Also, when it's not properly set-up, when you go through create new module (or package), it will get the path wrong.
I re ... |
Topic: Source folders |
Carlos
Replies: 2
Views: 10916
|
Forum: Descent Posted: Wed Sep 05, 2007 10:03 am Subject: Source folders |
When a new project is created, it is possible to select source folders and all that. However, those settings are impossible to change after the project is created. I think that option was available a ... |
Topic: EclipseTracPlugin |
Carlos
Replies: 1
Views: 26079
|
Forum: Site Posted: Sat Sep 01, 2007 2:53 pm Subject: EclipseTracPlugin |
Since Descent is so popular, is there a chance this can be installed in DSource: http://www.trac-hacks.org/wiki/EclipseTracPlugin, so we can use it in Eclipse? |
Topic: Displaying documentation |
Carlos
Replies: 6
Views: 40238
|
Forum: Site Posted: Fri Aug 31, 2007 11:48 am Subject: Displaying documentation |
Thanks!
I made the basic css/ddoc over a year ago, and tweaked it a bit for fbd recently. |
Topic: Displaying documentation |
Carlos
Replies: 6
Views: 40238
|
Forum: Site Posted: Fri Aug 31, 2007 10:08 am Subject: Displaying documentation |
Will do. Thanks again. |
Topic: Displaying documentation |
Carlos
Replies: 6
Views: 40238
|
Forum: Site Posted: Fri Aug 31, 2007 9:13 am Subject: Displaying documentation |
Ok, thanks. |
|