The make tag has no wiki summary.
0
votes
1answer
15 views
cv.h not found in fedora 15 install of opencv and highgui
I'm writing object tracking software in C++ and using OpenCV and highgui. The problem I have right now is that even after sudo yum install opencv and using the yumex frontend to ensure that all of the ...
0
votes
0answers
63 views
Compile IMDB search programs and database on OS X, possible stack size increase
I am trying to compile the IMDB search programs with the corresponding databases, but somehow I am unable to do so. Here are the infos, here is the direct link to the files (Warning: it links to an ...
1
vote
1answer
42 views
VIM: Don't pause after `make`
How can I make it so that I don't have to press the RETURN key every time I run :make in VIM?
0
votes
0answers
84 views
No rule to make target `/usr/lib/crt1.o' Trying to compile emacs
I am trying to compile emacs as a prerequisite to attempting Linux From Scratch
I have a brand new Ubuntu VM.
So I unpackaged emacs and run
./configure
make
and get
make[1]: Entering ...
1
vote
2answers
39 views
Ubuntu terminal characters required in Makefiles
So the Linux From Scratch Hint recommends that before you even attempt LFS you should be able to build and install emacs from scratch. I am trying to do this.
The INSTALL doc claims it's fairly ...
0
votes
0answers
26 views
make: Interrupt/Exception caught
I'm using Make from the MinGW distribution. It has always worked, but recently I've gotten the following error:
> make clean
make: Interrupt/Exception caught (code = 0xc0000005, addr = 0x0040b0ac)
...
2
votes
2answers
38 views
How can I go back to the initial opened buffer after :make in vim
When I use make into vim, with :make it automatically jump to the first error, displaying a new buffer in the current tab if needed.
I use vim with multiple tabs, most of the time the error buffer is ...
0
votes
0answers
17 views
Linux 3.1.5 `arch_align_stack'
I'm compiling a custom Linux 3.1.5 kernel with grsecurity but I get an error at the end of sudo make:
MODPOST vmlinux.o
WARNING: modpost: Found 4919 section mismatch(es).
To see full details build ...
0
votes
1answer
32 views
How to run make file from any directory?
In order to run make file, I am supposed to go to the make file's directory and from there only I can run the make file. How can I do the same even if i am in any directory?
0
votes
2answers
66 views
Does using GMAKE, no longer make it possible to license my software under BSD?
If I create from scratch a software tool, but I want to use GMAKE (vs FreeBSD "make") to build my tool from source, does using GMAKE prevent me from license my tool under a BSD license since my tool ...
1
vote
1answer
51 views
make: my own simple repository
I have got an account on a server at my university. I want to share a program code with another student. I thought I should put it on my github account. Unfortunately, I cannot because the code is ...
0
votes
1answer
14 views
How can I forcibly change a shared library version used by my code from a certain folder than the default one in /usr/local/lib/?
I have an app I am building on Linux (Ubuntu). The steps involved are ./configure with certain options, make, and then execute the app.
By default the app links/uses a shared library present in the ...
1
vote
2answers
53 views
How to use makefiles on Windows
I have a LaTeX project using make files for compilation and want to write the texts on Windows using Kile.
I had a quick look on google but only really came up with Make for Windows the last version ...
3
votes
5answers
136 views
What does 'make install' do?
Moving from Windows to Linux, I am unable to understand the process of installing software in Linux. In Windows, when we run an installation file, it asks where you wish to install the program, most ...
1
vote
1answer
40 views
How do installation in linux (Fedora)?
I'm trying to run an example of MOBS - Mobile Robot Simulator, I'm trying to install the requirements and run the example, but I'm new with linux so don't understand how make these steps :
1. XView
...
0
votes
0answers
32 views
make Install error with pgplot
I'm trying to install http://astronomy.swin.edu.au/~mmurphy/UVES_popler on CentOS release 5.6; the error that I'm getting when I try to make is:
In file included from pg_button.c:25:
pg_plot.h:29:21: ...
-1
votes
1answer
78 views
mkdir with icon
I am making a file sync program and have pretty much finished except for one remaining problem.
Is there a different command or argument to pass to mkdir or cp that will let my program both create a ...
1
vote
1answer
58 views
sh on Lion can't cd into folders with implicit paths (causing make to fail constantly)
I've had a problem with my OSX 10.7 Lion install for some time and I finally took some time to investigate.
The issue is that when running make, I always get an error of the form:
/bin/sh: line 0: ...
1
vote
1answer
36 views
Compiling/Using a Linux source on Mac OS X
I need to use some piece of software for a school project: the NEAT package.
This package is intended for linux use though, and I'm on a mac.
I know I could use Virtualbox to emulate a Linux distro ...
1
vote
1answer
105 views
make pgrouting problem
I try to make pgrouting. What am I doing wrong?
anton@anton-P4I45Gx-PE:~/src/pgrouting$ cmake -DWITH_TSP=ON -DWITH_DD=ON .
-- POSTGRESQL_EXECUTABLE is POSTGRESQL_EXECUTABLE-NOTFOUND
-- Found ...
0
votes
1answer
242 views
Make on Mac OSX Lion [closed]
Possible Duplicate:
Snow Leopard: make command not found, even though XCode is installed?
How do I install GNU make on my Mac? I tried installing it from MacPorts, but that didn't work. I ...
1
vote
0answers
71 views
Installing haskell platform fails
I am trying to install haskell-platform-2011.2.0.1 onto my SUSE 11.4. I have got all the dependencies required for ./configure, which works ok. But when getting to make, it builds with this error:
...
0
votes
2answers
109 views
How do I declare the terminal type in vim so that :make can output colours?
I use cmake, which produces makefiles with nice colourful output, but when I :make from vim (well, actually MacVim, which is essentially gvim but I figure that doesn't make much difference), the ...
3
votes
2answers
106 views
cp - do not overwrite in makefile
In the makefile for my project, I want it to copy a config file only if the file does not already exist in the destination folder. At the moment I am using:
cp -n
However, recently someone has ...
1
vote
1answer
109 views
build firefox from source code under Mac OS X problem
I'm trying to build Firefox from source code under my Macbook pro. I believe I follow all direction on their pages, yet I still stuck on building it up.
I installed all requirement (mercurial libidl ...
0
votes
1answer
36 views
Cleanup make results
I just executed make xy with the wrong user (root). If I try to execute make xy with the correct user (non-root) I get some errors: file z already exists etc. A sudo make xy has no effect. How can I ...
1
vote
2answers
231 views
sudo make not working on os x… “make not found”
I recently got a new MacBook Air and decided to do a fresh install without using the migration assistant.
I'm running into issues building software that requires "Make". I do have xcode installed, ...
0
votes
0answers
81 views
Problems making Alien SVN
Since I use CollabNet's Subversion package (which seems not to be a standard installation), I want to manually build Alien SVN.
But doing this, I get the the following error:
.o copy-cmd.o ...
1
vote
2answers
59 views
Configure makefile to run on file change
Is there a way to run make automatically when a file changes? I'm on a Mac. Non-polling would be best but I'll accept polling too.
2
votes
2answers
103 views
For simple projects, what do makefiles offer over “plain” bash scripts?
For example, if I'm developing a front-end only website, I might have several CoffeeScript files, several Sass files, several HTML Files, and a few images.
The CoffeeScript files need to be compiled ...
1
vote
1answer
108 views
PHP build tutorial assumes libphp5.so was built - it wasn't
I'm following this tutorial http://www.php.net/manual/en/install.unix.apache2.php
I've gotten to the part where libphp5.so should magically be in modules/ after the PHP install, but it's not. I've ...
1
vote
1answer
38 views
Installing programs from source won't work
Hey,
I've tried to install three things from source now, but after I close Terminal (Mac), they seem to 'disappear' and I can't use the commands that worked before.
The first was Node.js. I cloned ...
0
votes
1answer
53 views
compiling on a Mac
i'm trying to install a program which is supposed to work on any 64 bit unix environment with >12 Gb of RAM (which should include my Mac) but this is the only instruction the manual gives on ...
0
votes
0answers
138 views
Problem with makefile in Cygwin
I have installed Cygwin. My problem is when I try to run a makefile which contains a line
gcc -g -c file.c
I get an error:
Fatal: Unable to execute command: gcc
At the same time when running ...
0
votes
1answer
123 views
config.status not found
I'm trying to compile a program from source. When I run make the following appears:
./config.status --recheck
make: ./config.status: Command not found
make: *** [config.status] Error 127
There is ...
0
votes
2answers
109 views
Do I have to install Developer Tools to get the “make” command working in OS X?
I'm pretty new to OS X and wish to get the "make" command working but dont fancy paying $99 to apple for developer tools. Is there another (free) way?
0
votes
0answers
51 views
Linux Kernel Compilation: Problem with unselected module
I just tried compiling a new linux kernel 2.6.38 from kernel.org in my Arch Linux. And the error I got was quite weird:
ld: cannot find security/apparmor/built-in.o: No such file or directory
...
5
votes
3answers
136 views
Portable method of opening a new terminal window?
So, I'm working on a custom makefile script (for TinyOS, if anyone cares) that builds a file and then runs it in a simulator.
The problem is that the simulator takes it's input from standard in, and ...
0
votes
0answers
135 views
Slow tab completion for paths in`make' arguments
When I'm specifying an argument for make like PREFIX_PATH=/some/path/to/prefix/ I sometimes experience very slow completion for my directories (a few seconds). It's annoying when I've got several ...
0
votes
1answer
136 views
“make” errors when installing Insight debugger on OS X?
I'm trying to install the Insight debugger on OS X. I can execute ./configure with no problem but when I try and run make it gets about half-way with no errors, but then starts spewing out errors(?) ...
0
votes
1answer
114 views
Installing a program in OS X using “make install” without being superuser?
I'm trying to install the Insight debugger on OS X with "make install" but my permissions aren't high enough and I'm always denied. Is there any way to install without having/being a superuser? I have ...
1
vote
0answers
231 views
How do I compile DarWINE in PowerPC Mac OS X 10.4.11…?
So far I've tried using MacPorts which gives me this error:
/Error: Cannot install wine for the arch(s) 'powerpc' because
Error: its dependency pkgconfig is only installed for the archs 'i386 ppc'.
...
2
votes
2answers
248 views
“make menuconfig” throwing cannot find -lc error in my Fedora 11 PC
When i try to do a make menuconfig in a Fedora 11 machine it is throwing the following error message:
[root@PC04 kernel]# make menuconfig
HOSTCC -static scripts/basic/fixdep
...
1
vote
2answers
184 views
What is the character used to indent the Make file rule recipe?
I am using gnu make and in a Makefile I have, I see below rule.
I want to add a similar rule with a recipe, but when I add a rule and its receipe on the next line by giving a tab or space for the ...
0
votes
1answer
334 views
Changing make install directory on Ubuntu when building from source
I'm building the source from a package called OIS.
The package always installs in usr/local/include/OIS
I tried using the ./configure --includedir=/usr/local/include flag but it seems that only ...
2
votes
7answers
1k views
./configure && make && make install
I am logged in as a regular user. Should I use:
./configure && make && make install
or
sudo ./configure && sudo make && sudo make install
or
./configure ...
1
vote
3answers
543 views
Make test failing when installing packages with CPAN on Cygwin
I'm trying to install Date::Manip::Date, which requires YAML::Syck. I'm running Cygwin on Windows XP.
Both packages fail their make tests. I have installed other packages sucessfully, such as ...
0
votes
2answers
583 views
What is a Makefile.inc?
I have a basic questions as to if some Makefile includes a Makefile.inc.
Generally what commands/configurations/rules go into the Makefile.inc ?
Any pointers would be useful.
thank you.
-AD
0
votes
1answer
621 views
I want to remove PHP-5.3. completely from my machine after make it from source
I want to remove PHP-5.3. completely from my machine after make it from source.
how can this be done?
When I try make uninstall I get:
make: * No rule to make target `uninstall'. Stop.
3
votes
2answers
850 views
Installing tmux on Ubuntu from source
I've download tmux and am trying to install it on Ubuntu 10.04.
$ ./configure
Configured for Linux
$ make
cc -DBUILD="\"1.3\"" -std=c99 -D_GNU_SOURCE -D_POSIX_SOURCE -iquote. -c -o attributes.o ...