Author |
Message |
Topic: ddmd on linux |
manni
Replies: 16
Views: 56369
|
Forum: ddmd Posted: Wed Jul 14, 2010 5:41 am Subject: ddmd on linux |
Maybe you are right.
The three files needed for generate a libdmd.a file.
How can i figure out that my ddmd Binary used the correct files?
Maybe there is a test d file?
mfg manni |
Topic: ddmd on linux |
manni
Replies: 16
Views: 56369
|
Forum: ddmd Posted: Mon Jul 12, 2010 1:37 am Subject: ddmd on linux |
Hello,
so i have make a new dirctory in dmd32/dmd2/src/dmd/mars with three files:
mars.h
mars.c
complex_t.h
After that i get a new error message:
g++ -m32 -c backend/strtold.c
backend/str ... |
Topic: ddmd on linux |
manni
Replies: 16
Views: 56369
|
Forum: ddmd Posted: Fri Jul 09, 2010 1:47 am Subject: ddmd on linux |
After make -f linux_lib.mak i get the following output:
g++ -m32 -c -Wno-deprecated -D__near= -D__pascal= -fno-exceptions -g -DDEBUG=1 -Ibackend -Itk -D__I86__=1 -DMARS=1 -DTARGET_LINUX=1 -D_DH ... |
Topic: ddmd on linux |
manni
Replies: 16
Views: 56369
|
Forum: ddmd Posted: Mon Jun 14, 2010 11:47 pm Subject: ddmd on linux |
fine fine.
I will test it. |
Topic: ddmd on linux |
manni
Replies: 16
Views: 56369
|
Forum: ddmd Posted: Fri Jun 11, 2010 2:47 am Subject: ddmd on linux |
hg clone http://hg.octarineparrot.com/ddmd/
503 - Service Not Available |
Topic: class example |
manni
Replies: 5
Views: 21187
|
Forum: DMocks Posted: Thu Mar 13, 2008 1:40 am Subject: class example |
My goal was to write some examples in my d_buch
www.steinmole.de/d/
Under dmd 2.010, and 2.011 run the example.
Great that you fill out a bug report, i think i must learn that too
Thank ... |
Topic: class example |
manni
Replies: 5
Views: 21187
|
Forum: DMocks Posted: Wed Mar 12, 2008 4:47 am Subject: class example |
Hello,
public class Rect {
private int x;
public int getX() {
return x;
}
}
unittest {
auto mock = new Mocker;
Re ... |
Topic: Compilation problems |
manni
Replies: 2
Views: 16047
|
Forum: DMocks Posted: Mon Jan 21, 2008 1:38 am Subject: Compilation problems |
Thanks |
Topic: Compilation problems |
manni
Replies: 2
Views: 16047
|
Forum: DMocks Posted: Fri Dec 28, 2007 2:33 am Subject: Compilation problems |
Hello,
i try to compile the example BasicMocks.
import dmocks.Mocks;
interface IAssociate (T) {
uint calculate (ubyte[] data);
bool isStored (T ite ... |
Topic: I DONT READ THIS FORUM - use email |
manni
Replies: 1
Views: 61537
|
Forum: Luigi Posted: Fri Nov 10, 2006 8:15 am Subject: I DONT READ THIS FORUM - use email |
Yes, it takes 15 seconds, each page for me too |
Topic: Building DDBI UTF Error (linux, ubuntu) |
manni
Replies: 3
Views: 12345
|
Forum: DDBI Posted: Sat Oct 21, 2006 3:23 am Subject: Building DDBI UTF Error (linux, ubuntu) |
Hello,
the message
Error: 4invalid UTF-8 sequence
commes if the shell didn't use UTF-8 .
Manfred |
Topic: build on Linux |
manni
Replies: 8
Views: 17832
|
Forum: Build Posted: Wed Aug 30, 2006 9:15 am Subject: build on Linux |
Thank you, that works.
manni |
Topic: build on Linux |
manni
Replies: 8
Views: 17832
|
Forum: Build Posted: Tue Aug 29, 2006 6:00 am Subject: build on Linux |
Hello,
when i try to compile with build(3.02) under Debian Testing and SUSE 9.2, i get the
following error message:
/dd$ /home/manni/dd/build-3.02/Source/build hello.d
Path and Version : ... |
Topic: Example with bind |
manni
Replies: 2
Views: 10559
|
Forum: DDBI Posted: Wed May 10, 2006 1:06 am Subject: Example with bind |
It run fine.
Thank you.
Manfred |
Topic: Example with bind |
manni
Replies: 2
Views: 10559
|
Forum: DDBI Posted: Tue May 09, 2006 8:06 am Subject: Example with bind |
Hallo,
have someone an example with bind variables like this:
Statement stmt = new Statement(db, "SELECT ms FROM tables WHERE foo = ?");
stmt.bind(1, "12345");
stmt.query(); ??
stmt.execute( ... |
|