I am trying to update the repository/PKGBUILD for kaos linux and am having problems building from source with the new Makefile.
It seems not to want to use the make BUILD=Launchpad call correctly or maybe there are some other problems.
The build process always wants to look for libs in ~/Desktop instead of the /usr/bin/wx-config as it did in previous version.
The launchpad line in the new makefile looks like below with many spaces
"launchpad: CXXFLAGS += `wx-config --cxxflags --debug=no`"
Edit: for some reason this interface removed all the 30 spaces that are between wx-config and cxxflags.
Is this correct?
Or maybe better question, how to "make BUILD=Launchpad"?
new Makefile ver 6.6 how to call for launchpad build on linux
- Posts: 2
- Joined: 29 May 2014
-
- Site Admin
- Posts: 7313
- Joined: 9 Dec 2007
The new command to build the launchpad version is simply:
make launchpad
make launchpad
- Posts: 2
- Joined: 29 May 2014
Ok well I am either doing something really stupid or the makefile needs some tuning.
If I change it to "make Launchpad" I get an error as below:
"make: *** No rule to make target 'Launchpad'. Stop."
I do not understand, this all worked fine in 6.5.
If I change it to "make Launchpad" I get an error as below:
"make: *** No rule to make target 'Launchpad'. Stop."
I do not understand, this all worked fine in 6.5.
-
- Site Admin
- Posts: 7313
- Joined: 9 Dec 2007
Linux is case-sensitive.Ok well I am either doing something really stupid or the makefile needs some tuning.
If I change it to "make Launchpad" I get an error as below:
"make: *** No rule to make target 'Launchpad'. Stop."
I do not understand, this all worked fine in 6.5.anika200