FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Search found 4 matches
Forum Index
Author Message
  Topic: Make question from a noob
tgore

Replies: 8
Views: 34376

PostForum: Tutorials   Posted: Thu Aug 03, 2006 1:37 pm   Subject: Make question from a noob
Thanks for the help so far. No luck, but I do have luck w/ gdc and MinGW.

Question on build.exe you are making:

Can it build wxd.lib? (from http://wxd.sourceforge.net - for win and mac) ?

Tom
  Topic: Make question from a noob
tgore

Replies: 8
Views: 34376

PostForum: Tutorials   Posted: Wed Aug 02, 2006 7:57 pm   Subject: Make question from a noob
OK w/ that Set I have less errors:
Error1: Previous Definition is Different.

??

more help please. (and I do need the make since I will be mixing c, libs, etc.)

Seperatley, I tried to make w ...
  Topic: Make question from a noob
tgore

Replies: 8
Views: 34376

PostForum: Tutorials   Posted: Wed Aug 02, 2006 12:56 pm   Subject: Make question from a noob
Thanks derek, but I need to have a working make file, so that it works on mac, etc. (and so that I start learning make).

So, still, can somone help me w/ comiling a hello world? (and then I will ad ...
  Topic: Make question from a noob
tgore

Replies: 8
Views: 34376

PostForum: Tutorials   Posted: Wed Aug 02, 2006 12:04 am   Subject: Make question from a noob
I have a make question w/ D.
I do simple:

import std.stdio;
int main()
{
writefln("hello, world");
return 0;
}

and build.bat:

del hello.exe hello.map
make
...
 
Page 1 of 1
All times are GMT - 6 Hours
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group