Author |
Message |
Topic: Ideas Wanted |
Jaymz031602
Replies: 24
Views: 80939
|
Forum: Titan Posted: Mon Oct 31, 2005 3:09 pm Subject: Ideas Wanted |
Will this be a multi-user system?
If so, ditch the whole root user thing... a single point of failure for a distributed system just seems so... dumb. Have potentially multiple accounts responsible ... |
Topic: Ideas Wanted |
Jaymz031602
Replies: 24
Views: 80939
|
Forum: Titan Posted: Mon Oct 31, 2005 2:56 pm Subject: Ideas Wanted |
regarding compiling a D kernel... it makes a BIG difference what your development platform will be for compiling the kernel, as the Win32 version of the DMD compiler won't produce an ELF, whereas the ... |
Topic: Ideas Wanted |
Jaymz031602
Replies: 24
Views: 80939
|
Forum: Titan Posted: Mon Oct 31, 2005 2:47 pm Subject: Ideas Wanted |
grub understands a limited subset of filesystems available for Linux. I believe it can understand at least EXT2 and EXT3 (being an extension of 2). So, your bootloader would have to have a dedicated ... |
Topic: dtypes.d added to project |
Jaymz031602
Replies: 0
Views: 8166
|
Forum: Bindings Posted: Fri Sep 16, 2005 9:56 am Subject: dtypes.d added to project |
Sorry for the significant (lol) delay in adding dtypes.d to the project.
This is a dependency of dparse.d.
At a later date I will update dlexer.d and dparse.d to lex and parse the latest accepta ... |
Topic: build 2.09 not even wanting to build on Linux |
Jaymz031602
Replies: 1
Views: 8856
|
Forum: Build Posted: Sat Aug 27, 2005 5:57 pm Subject: build 2.09 not even wanting to build on Linux |
Sorry Derek, it's not your fault.
std.file.exists is broken in dmd 0.129 for linux. The result is always inverse of what it should be. I posted a message in the D forums to fix this. |
Topic: build 2.09 not even wanting to build on Linux |
Jaymz031602
Replies: 1
Views: 8856
|
Forum: Build Posted: Sat Aug 27, 2005 5:31 pm Subject: build 2.09 not even wanting to build on Linux |
Derek,
build v2.09 stops completely on my linux system when it tries to find a build.cfg file. I did as was noted in the docs and installed it to where my D compiler is installed to (/opt/D/latest ... |
Topic: Welcome |
Jaymz031602
Replies: 0
Views: 47861
|
Forum: CursesTUI Posted: Fri Nov 19, 2004 1:52 pm Subject: Welcome |
This is the CursesTUI project.
This library is also the main workhorse of the Orion IDE project.
My goal with this project is to create a set of curses-based, Win32-console-based, Win32 GUI-based, ... |
Topic: Welcome |
Jaymz031602
Replies: 2
Views: 56556
|
Forum: Orion Posted: Thu Nov 18, 2004 10:03 pm Subject: Welcome |
Hey all,
I'm starting a project for a fantastic new IDE for D called Orion. This project depends heavily on the CursesTUI library (see the forums for that project). I'd like you all to place your ... |
Topic: D IDE |
Jaymz031602
Replies: 2
Views: 17803
|
Forum: Orion Posted: Wed Nov 17, 2004 1:24 pm Subject: D IDE |
Hey thanks Brad.
The IDE will be called Orion. I'll actually need two repositories, if that's ok... One for Orion (the IDE itself) and another for CursesTUI (written by Jaap Geurts, extended by me ... |
Topic: D IDE |
Jaymz031602
Replies: 2
Views: 17803
|
Forum: Orion Posted: Tue Nov 16, 2004 5:56 pm Subject: D IDE |
I'm proposing a project for an IDE for D. I've got a basic implementation using curses so far thanks to Jaap Geurts. I just need some public space to start working and produce some results.
As st ... |
Topic: Linux Version |
Jaymz031602
Replies: 9
Views: 16989
|
Forum: Derelict Posted: Thu Aug 19, 2004 8:33 am Subject: Linux Version |
This sounds like a Job for me. Once I get back to skool (Aug 22nd) with a decent internet connection , I can tackle this Linux version quite easily. I'll grab your latest SVN trunk and pa ... |
Topic: SDL_mixer |
Jaymz031602
Replies: 4
Views: 12843
|
Forum: Derelict Posted: Wed Aug 18, 2004 11:02 am Subject: SDL_mixer |
You're very welcome! Thanks for the timeliness of your response and the integration into the main trunk. All in an hour's work.
So, the char * convention forces the D programmer to append a \ ... |
Topic: SDL_mixer |
Jaymz031602
Replies: 4
Views: 12843
|
Forum: Derelict Posted: Wed Aug 18, 2004 9:18 am Subject: SDL_mixer here! |
So, I got ambitious and impatient at the same time .
Here's the mixer.d file to go into the SVN trunk. I have not tested it in an application, but it compiles with the current version of D ( ... |
Topic: SDL_mixer |
Jaymz031602
Replies: 4
Views: 12843
|
Forum: Derelict Posted: Wed Aug 18, 2004 8:20 am Subject: SDL_mixer |
SDL_mixer would be nice; looks small too!
If you're too busy, I could tackle it for you and send you the module. It'd take me a good day or so to look at your model of implementing SDL for D a ... |
|