Author |
Message |
Topic: strange bug |
Derek Parnell
Replies: 2
Views: 17936
|
Forum: Build Posted: Tue Mar 25, 2008 1:27 am Subject: Re: strange bug |
I know this isn't going to look too usefull but it happened three times to me now so I'll just post what I know.
I assume you are using the windows version.
You could look at the .ksp file it gene ... |
Topic: poor documentation from a windows perspective |
Derek Parnell
Replies: 1
Views: 15743
|
Forum: Build Posted: Tue Feb 12, 2008 5:19 pm Subject: Re: poor documentation from a windows perspective |
the tool is poorly documented
Hi Stax,
which tool are you talking about? Is it the Bud utility or DMD compiler?
A step by step tutorial for unexperienced users explaing the most basic setup and ... |
Topic: static methods? |
Derek Parnell
Replies: 3
Views: 11229
|
Forum: General Posted: Sun Sep 23, 2007 5:55 pm Subject: Re: static methods? |
The linker do not seem to find static methods from classes declared in external modules.
When I try to compile it, I get these errors:
Are you compiling it with both files on the command line? ... |
Topic: build files::ie .d files with version(build) pragma's |
Derek Parnell
Replies: 2
Views: 16151
|
Forum: Build Posted: Thu Sep 13, 2007 6:10 pm Subject: Re: build files::ie .d files with version(build) pragma's |
Is there anyway to specify a directory of files to bud?
I'm trying to build DUI with bud at the moment and it would be very helpful to just be able to specify that the contents of a directory be co ... |
Topic: build and linux feisty |
Derek Parnell
Replies: 2
Views: 18272
|
Forum: Build Posted: Fri Aug 31, 2007 1:58 am Subject: Re: build and linux feisty |
hi guys,
i'm trying to get build to run under linux feisty (v7.04).
compiling main.d with dmd directly works perfectly, but if i use build, the console prints:
/usr/bin/ld: cannot find ... |
Topic: Build problems on Ubuntu 7.04 (x86_64) |
Derek Parnell
Replies: 18
Views: 64006
|
Forum: Build Posted: Fri Aug 31, 2007 1:43 am Subject: Build problems on Ubuntu 7.04 (x86_64) |
bud's code hasn't been updated in a while.
New release coming out this weekend. |
Topic: Templates with bud and cmake |
Derek Parnell
Replies: 1
Views: 15556
|
Forum: Build Posted: Thu Aug 23, 2007 8:53 pm Subject: Re: Templates with bud and cmake |
I have a simple linked as a template and some ojects using the list
holding other objects.
If I compile every module individually, manually or with cmake/make, into an
object file and link these ... |
Topic: problems with compiling sources in debug mode |
Derek Parnell
Replies: 1
Views: 15630
|
Forum: Build Posted: Wed Aug 15, 2007 10:56 pm Subject: Re: problems with compiling sources in debug mode |
I type in cmd (windows xp):
E:\projects\d\HelloWorld>dmd -g HelloWorld.d
it gives an error
By the way, this forum topic is specifically about the building tool called 'Bud' and not general ... |
Topic: bud path and config file |
Derek Parnell
Replies: 3
Views: 20083
|
Forum: Build Posted: Wed Jul 11, 2007 5:43 am Subject: Re: bud path and config file |
* I never use the -op switch (Can't see the point of it)
It's necessary if you have two different modules with different paths but the same name. If you don't use -op in this situation, the object fi ... |
Topic: bud path and config file |
Derek Parnell
Replies: 3
Views: 20083
|
Forum: Build Posted: Sun Jul 01, 2007 5:57 pm Subject: Re: bud path and config file |
hello,
I'm trying to use bud with gdc, i use a config file found on this forum which work fine.
But when i directly run bud from a console i get an error whereas if i run it with full path, it work ... |
Topic: Unix makefile out of date |
Derek Parnell
Replies: 2
Views: 18381
|
Forum: Build Posted: Sun Jul 01, 2007 5:17 pm Subject: Re: Unix makefile out of date |
Small heads-up: Using dmd 1.017, running "make -f Makefile.unix" under Linux as instructed results in some weird syntax errors. These can be fixed by modifying the makefile so that it passes ... |
Topic: DMD compiler with -od and -op flags? |
Derek Parnell
Replies: 2
Views: 18213
|
Forum: Build Posted: Thu May 17, 2007 5:53 pm Subject: Re: DMD compiler with -od and -op flags? |
By searching for "-op" in build.d, I notice that this seems to have been explicitly disabled ... Is there a good reason this isn't allowed?
Yes there is.
"-od<X>" me ... |
Topic: Building libraries in D |
Derek Parnell
Replies: 4
Views: 22328
|
Forum: Build Posted: Fri May 04, 2007 11:41 pm Subject: Building libraries in D |
Ok, I think I can see what you are trying to do.
You want to have a library that contains the 'main' entry point for a program and you want to compile other programs that do not specify 'main' but ... |
Topic: Is -O... optimize flag to GDC possible? If so, how? |
Derek Parnell
Replies: 5
Views: 23683
|
Forum: Build Posted: Mon Apr 30, 2007 6:22 pm Subject: Re: Is -O... optimize flag to GDC possible? If so, how? |
I don't have GDC
i may be repeating myself, but i really think GDC support is a must for bud! on my ubuntu linux it was just a matter of downloading the package and copying its content to /usr ... |
Topic: Is -O... optimize flag to GDC possible? If so, how? |
Derek Parnell
Replies: 5
Views: 23683
|
Forum: Build Posted: Sun Apr 29, 2007 7:45 pm Subject: Re: Is -O... optimize flag to GDC possible? If so, how? |
Hi, I'm struggling to believe that there is no apparent way of passing through an optimize flag to the GDC compiler?
I've tried ./bud file.d -O3, I've tried in a build.cfg using CMDLINE... and I kn ... |
|