| View previous topic :: View next topic |
| Author |
Message |
Unafilliated
Joined: 26 May 2005 Posts: 7
|
Posted: Sat May 28, 2005 6:38 am Post subject: Noobie Needs Help |
|
|
| I have my enviroment setup. I go into the command prompt. I ran ps2dat. When i tried to start a new file by doing "make -f makefile" it gives me an error message. Is there another way that i can start compilling? |
|
| Back to top |
|
 |
pixel
Joined: 30 Jan 2004 Posts: 791
|
Posted: Sat May 28, 2005 6:49 am Post subject: |
|
|
Maybe you should tell us what the error message is... _________________ pixel: A mischievous magical spirit associated with screen displays. The computer industry has frequently borrowed from mythology. Witness the sprites in computer graphics, the demons in artificial intelligence and the trolls in the marketing department. |
|
| Back to top |
|
 |
Unafilliated
Joined: 26 May 2005 Posts: 7
|
|
| Back to top |
|
 |
Drakonite Site Admin

Joined: 17 Jan 2004 Posts: 989
|
Posted: Sat Jun 04, 2005 6:17 am Post subject: |
|
|
1. Tell the error, we don't want a tiny screenshot showing a text error message from running make, especially when it's so small you couldn't read it anyways. You can copy/paste the error, it's ok, they aren't going to kill any kittens if you do.
2. You don't need the "-f makefile" part. If you just type "make" it will automatically check for a file called either "Makefile" or "makefile" to use.
3. Is there a file called "makefile" in the current directory? _________________ Shoot Pixels Not People!
Makeshift Development |
|
| Back to top |
|
 |
Unafilliated
Joined: 26 May 2005 Posts: 7
|
Posted: Sat Jun 04, 2005 6:22 am Post subject: |
|
|
| No there is not a "makefile" file. Im sorry I thought the picture would be much bigger. It says I need to specify a target and no targets have been found. |
|
| Back to top |
|
 |
Drakonite Site Admin

Joined: 17 Jan 2004 Posts: 989
|
Posted: Sat Jun 04, 2005 6:25 am Post subject: |
|
|
make requires a makefile.
I'd highly recommend you read up on how unix style development tools (such as make and gcc) work. _________________ Shoot Pixels Not People!
Makeshift Development |
|
| Back to top |
|
 |
|