Recent

Author Topic: is make for linux only or win too?  (Read 6378 times)

Simmo8

  • New Member
  • *
  • Posts: 42
is make for linux only or win too?
« on: May 28, 2008, 06:26:41 pm »
i know how to use make in linux, but everytime i try it on windows i get:

Error Makefile 0: Command syntax error
Error Makefile 1: Command syntax error
Error Makefile 2: Command syntax error
Error Makefile 3: Command syntax error
Error Makefile 4: Command syntax error
Error Makefile 5: Command syntax error
Error Makefile 6: Command syntax error
Error Makefile 7: Command syntax error

up to about 2000+ lines of these messages.

I used:

Start,run,cmd.exe
d:
cd D:\Lazarus\tools
make

i was trying to recompile the icon res files to see if a replacement icon set i have would look good. I also get the same message if i try it in say:

Start,run,cmd.exe
d:
cd D:\Lazarus\fpc\2.2.0\source
make

or

Start,run,cmd.exe
d:
cd D:\Lazarus
make

advise? :?:

Zaher

  • Hero Member
  • *****
  • Posts: 683
    • parmaja.org
RE: is make for linux only or win too?
« Reply #1 on: May 28, 2008, 11:55:55 pm »
try to sure MAKE that come with lazarus/fpc install, i mean check you PATH in your environment, or try to poit to your make.exe directly like c:\lazarus\fpc\bin\make.exe

Simmo8

  • New Member
  • *
  • Posts: 42
RE: is make for linux only or win too?
« Reply #2 on: May 29, 2008, 10:58:44 am »
its all in the rigt path but still no make

Leledumbo

  • Hero Member
  • *****
  • Posts: 8836
  • Programming + Glam Metal + Tae Kwon Do = Me
RE: is make for linux only or win too?
« Reply #3 on: May 30, 2008, 09:37:51 am »
Try 'make all'

Ñuño_Martínez

  • Hero Member
  • *****
  • Posts: 1226
    • Burdjia
RE: is make for linux only or win too?
« Reply #4 on: June 03, 2008, 02:14:49 pm »
May be you have another MAKE in your system (Microsoft, Borland...) that isn't compatible with FPC's one.
Are you interested in game programming? Join the Pascal Game Development community!
Also visit the Game Development Portal

 

TinyPortal © 2005-2018