win7, new install, build uses 'make' not 'mingw32-make'
Posted: Thu Oct 20, 2011 6:47 pm
downloaded/installed codelite-3.0.0.5041-mingw4.4.1-wx2.9.2.exe
downloaded/extracted codelite-3.0.0.5041.tar.gz
opened command prompt
set path to c:\mingw-4.4.1\bin;%path%
started c:\program files (x86)\codelite\codelite.exe
opened c:\dev\codelite\\codelite-3.0.0.5041\LiteEditor.workspace
Attempted build
Codelite attempts to use 'make' rather than 'mingw32-make'
From 'Build Settings'/tab-'Build Systems' browsed for c:\mingw-4.4.1\bin\mingw32-make and selected, reflected in dialog field
OK'd out of dialogs, closed CodeLite, restarted.
CodeLite started with LiteEditor.workspace open
Attempted build again, but still attempting to use 'make', instead of mingw32-make.
What do I need to do to get this version of codelite to build itself? (And possibly anything else, I thought 'itself' was a good starting point.)
Thanks.
[EDIT]
(here's build log output)
downloaded/extracted codelite-3.0.0.5041.tar.gz
opened command prompt
set path to c:\mingw-4.4.1\bin;%path%
started c:\program files (x86)\codelite\codelite.exe
opened c:\dev\codelite\\codelite-3.0.0.5041\LiteEditor.workspace
Attempted build
Codelite attempts to use 'make' rather than 'mingw32-make'
From 'Build Settings'/tab-'Build Systems' browsed for c:\mingw-4.4.1\bin\mingw32-make and selected, reflected in dialog field
OK'd out of dialogs, closed CodeLite, restarted.
CodeLite started with LiteEditor.workspace open
Attempted build again, but still attempting to use 'make', instead of mingw32-make.
What do I need to do to get this version of codelite to build itself? (And possibly anything else, I thought 'itself' was a good starting point.)
Thanks.
[EDIT]
(here's build log output)
Code: Select all
----------Build Started--------
MESSAGE: Entering directory `C:\dev\codelite\codelite-3.0.0.5041\'
C:\Windows\system32\cmd.exe /c "make -j 4"
----------Building project:[ LiteEditor - Unix_Make_J ]----------
MAKE Version 5.2 Copyright (c) 1987, 2000 Borland
Incorrect command line argument: -j
Syntax: MAKE [options ...] target[s]
-B Builds all targets regardless of dependency dates
-Dsymbol[=string] Defines symbol [equal to string]
-Idirectory Names an include directory
-K Keeps (does not erase) temporary files created by MAKE
-N Increases MAKE's compatibility with NMAKE
-Wfilename Writes MAKE to filename updating all non-string options
-Usymbol Undefine symbol
-ffilename Uses filename as the MAKEFILE
-a Performs auto-dependency checks for include files
-c Caches auto-dependency information
-e Ignores redefinition of environment variable macros
-i Ignores errors returned by commands
-l+ Enables use of long command lines
-m Displays the date and time stamp of each file
-n Prints commands but does not do them
-p Displays all macro definitions and implicit rules
-q Returns zero if target is up-to-date and nonzero
if it is not (for use in batch files)
-r Ignores rules and macros defined in BUILTINS.MAK
-s Silent, does not print commands before doing them
-? or -h Prints this message
Options marked with '+' are on by default. To turn off a default
option follow it by a '-', for example: -a-----------Build Ended----------
0 errors, 0 warnings