ompilation-error-regexp-alist-alist and computes the filename
incorrectly.
I've sent a patch to Emacs for compile.el which adds a matching regex
for GNU make error messages, and assigns them the INFO level since they
are usually not needed, but sometimes is is very handy to be able to
jump t
On Sep 10 2019, Paul Smith wrote:
> That didn't work, however, because particularly in recursive make the
> makefile name is likely not qualified with a path, but the current
> working directory when the build is invoked is not the same as the one
> where make is invoked--thus "Makefile" is at be
I've gone through a few iterations of the format of make error messages
and I'm still not happy.
Originally we didn't put the makefile name/linenumber in the error at
all when a recipe failed (we did for syntax errors in makefiles of
course). Then someone asked for make to show
ying ye writes:
> Hi
>
> The following error occurred when I executed "./eosio_build.sh".
>
There is no actionable information in your message. You have not
stated what the problem is, or what you are trying to accomplish, or
how this is an issue with Gnu Make (this mailing list is fo
Thanks everybody for help!!
I'm starting to use linux and I'm really lost!
Tim, you were right!! Thank you very much!!
Carolina.
2011/10/6 Tim Murphy
> @psmith - happens to me all the time even on good weeks. :-)
>
>
> Carolina,
>
> In the makefile this line is wrong:
>
> F90 = /opt/intel/com
@psmith - happens to me all the time even on good weeks. :-)
Carolina,
In the makefile this line is wrong:
F90 = /opt/intel/composer_xe_2011_sp1.6.233
It tries to set the variable F90 to the path of the Intel Fortran 90
compiler but somehow this is a directory on your computer rather than
a p
On Wed, 2011-10-05 at 16:07 +0100, Tim Murphy wrote:
> Your makefile is trying to execure a directory rather than a program.
Hah! I didn't even notice it was a directory. Good catch.
I'm having a really bad week.
___
Bug-make mailing list
Bug-make@g
Your makefile is trying to execure a directory rather than a program.
Cheers,
Tim
On 5 October 2011 15:48, Carolina Carneiro wrote:
> Hi,
>
> I'm trying to use make to compile the drivers of a program I have to use,
> called MOCASSIN.
> But when I type make mocassin, this error menssage appears
On Wed, 2011-10-05 at 11:48 -0300, Carolina Carneiro wrote:
> Hi,
>
> I'm trying to use make to compile the drivers of a program I have to
> use, called MOCASSIN.
> But when I type make mocassin, this error menssage appears:
>
> root@carol-HP-Pavilion-dv5-Notebook-PC:/home/carol/mocassin/mocassin
Hi,
I'm trying to use make to compile the drivers of a program I have to use,
called MOCASSIN.
But when I type make mocassin, this error menssage appears:
root@carol-HP-Pavilion-dv5-Notebook-PC:/home/carol/mocassin/mocassin.2.02.69#
make mocassin
/opt/intel/composer_xe_2011_sp1.6.233 0.5 -o mocas
* Bootstrapping Gentoo prefixed portage installation using
* host: i386-apple-darwin10
* prefix: /Users/reciprocity/Gentoo/tmp
* ready to bootstrap make
* Bootstrapping make
* Fetching make-3.81.tar.gz
Trying 137.226.34.42...
Requesting http://distfiles.gentoo.org/distfiles/make-3.81.tar.gz
100%
On Wed, 2011-02-23 at 14:58 +0900, JamesHur(허성삼) wrote:
> This is James Hur from Korea, I’ve been tried to solve specific
> problem as follow and I got the answer through the googling.
>
> - Problem : When I run make with Makefile, I got error message
> as : Makefile:1458:mixed implicit and
Hello, GNU-Make
This is James Hur from Korea, I’ve been tried to solve specific problem as
follow and I got the answer through the googling.
- Problem : When I run make with Makefile, I got error message as :
Makefile:1458:mixed implicit and normal rules. Stop
- And I found the an
On Wed, 2010-09-01 at 14:15 +0530, Tejbahadur Singh // Viva wrote:
> /bin/sh: line 1: glib-mkenums: command not found
> make[2]: *** [s-enum-types-h] Error 127
This mailing list is for problems with the GNU make program itself. We
can't possibly help troubleshoot all the hundreds of thousands of
hi
while make command i got following error please reply soon
make all-recursive
make[1]: Entering directory `/root/mailmonitor/pango-1.21.1'
Making all in pango
make[2]: Entering directory `/root/mailmonitor/pango-1.21.1/pango'
( cd . && glib-mkenums \
--fhead "#ifndef
On Tue, 2010-05-25 at 11:14 -0400, zhaomingyang wrote:
> Report bugs to
Report bugs in _GNU make_ to this mailing list.
We don't support every project that uses make as a build tool: if you
have a problem with a given project's build then you have to contact the
developers of that project (in th
Report bugs to
# ./configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking build system type... i686-
Okay, I just ran make 3.81 on Ubuntu 8.10 and had the same problem. I
put those three files in a directory, type make, and nothing
happens--nothing is built, and no error messages. It's not a big deal
but it does seem like a bug. Anyone know what might be happening?
Jeremiah
On Thu, Mar 12, 2009
I'm using 3.81 on cygwin. I found the problem on a prebuilt binary,
then I compiled make from source today (on cygwin) to see if the
problem would go away but it didn't. I suppose it could be a cygwin
problemI'll try running it on Linux when I get home tonight.
Jeremiah
On Thu, Mar 12, 2009 a
On Thu, Mar 12, 2009 at 02:07:56PM -0700, Jeremiah Perry wrote:
> Hi,
>
> I don't know if the following is a bug or not, but it came to my
> attention recently. I ran make on a project only to have make stop
> abruptly with no error messages. After some digging, I found one of my
> dependencies re
Hi,
I don't know if the following is a bug or not, but it came to my
attention recently. I ran make on a project only to have make stop
abruptly with no error messages. After some digging, I found one of my
dependencies referred to a non-existent file. My dependency rules are
in .d files that I th
Ko Ken wrote:
> After I upgraded my Cygwin install to the latest make (3.81), it caused
> problems with the XPS make. When I try to Export to Project Navigator, the
> following error occurs:
>
> "ublaze_top.make:146: *** target pattern contains no `%'. Stop."
I don't understand what you are as
Description
Keywords: GNU, 3.8, bash
After I upgraded my Cygwin install to the latest make (3.81), it caused
problems with the XPS make. When I try to Export to Project Navigator, the
following error occurs:
"ublaze_top.make:146: *** target pattern contains no `%'. Stop."
Solution
This error
There must be more to this message, printed before this.
It looks like you're invoking GNU make with some invalid command-line
options and it's printing the help and exiting. To know what the error
is you'd have to look up _before_ the help is printed and see how you're
invoking make and also wha
Hi,
I got this message when I am building an image.
-t, --touch Touch targets instead of remaking them.
-v, --version Print the version number of make and exit.
-w, --print-directory Print the current directory.
--no-print-directoryTurn off -w, eve
%% "S. Umesh Babu" <[EMAIL PROTECTED]> writes:
sub> i686-pc-cygwin for tossim simulation
The version of GNU make that comes with the Cygwin toolkit has actually
been modified by the Cygwin folks. For details of how that version
works you should contact the Cygwin developers.
sub> i got erro
Dear sir,
i am using
i686-pc-cygwin for tossim simulation
i got error as follows and would like to know how to solve it
$make pc
make: *** No rule to make target 'pc'. stop
when i debug the following message has come
$ make -d
Trying pattern rule with stem `Makefile'.
Rejecting impossibl
I no longer get the error I mentioned in my last email.
Must be something I did wrong.
Maybe, the only thing is whether there is a better way
to write the rule to create .o and executables in another
directory than what I've done.
Thanks,
Suhas
___
Bug-
I like the idea of using implicit rules
to do all the work. With that objective, is there an elegant
way to do than doing it as follow:
bld_dir = ../obj
$(bld_dir)/%.o: %.cpp
$(COMPILE.cpp)
$(OUTPUT_OPTION) $<
The above rule above creates all the object files in ../obj
directory.
However
At 09:27 PM 11/17/2003 -0500, Paul D. Smith wrote:
Please check the GNU make manual for information on make syntax.
In particular, every shell command line in a make rule must begin with a
TAB character (not spaces, but a TAB).
Ahhh, didn't know about this rule for the shell command. Others worked
Please check the GNU make manual for information on make syntax.
In particular, every shell command line in a make rule must begin with a
TAB character (not spaces, but a TAB).
--
---
Paul D. Smith <[EMAIL PROTECTED]>
Hi-
I'm getting a Makefile error which says missing separator
on line 5. I'm at my wit's end to figure why I'm getting this
error. The Makefile is attached. I'm running tcsh as my shell.
The makefile is attached.
Thanks,
Suhas
junk
Description: Binary data
__
%% "Guy L" <[EMAIL PROTECTED]> writes:
gl> getting this error while using make with the precompiler Pro*C (linux
gl> Redhat 7.2).
gl> GNU Make version 3.79.1
gl> Here is the error:
gl> [make] : *** [sample9.o] segmentation fault
This means your compiler dumped core. Try running the
is not a make problem but probably a compiler problem...
/Lasse
-Original Message-
From: ext Guy L [mailto:[EMAIL PROTECTED]
Sent: Friday, June 06, 2003 1:26 PM
To: [EMAIL PROTECTED]
Subject: make error with pro*c redhat 7.2
Hello,
getting this error while using make with the prec
Hello,
getting this error while using make with the
precompiler Pro*C (linux Redhat 7.2).
GNU Make version 3.79.1
Here is the error:
[make] : *** [sample9.o] segmentation
fault
How to fix that
Thank a lot
Guy L.
___
Bug-make mailing list
Thank you...it worked like a champ.
Richard
"Paul D. Smith" wrote:
>
> %% Regarding make error...can not create "ar" ; you wrote:
>
> rd> # make ar
> rd> /opt/SUNWspro/bin/cc -gar.c -o ar
>
> You can't make it because ar is
%% Regarding make error...can not create "ar" ; you wrote:
rd> # make ar
rd> /opt/SUNWspro/bin/cc -gar.c -o ar
You can't make it because ar is a system utility (the library archive
creator, the thing that creates libXXX.a files). It is not a part of
GNU mak
# make ar
/opt/SUNWspro/bin/cc -gar.c -o ar
"./make.h", line 28: cannot find include file:
cc: acomp failed for ar.c
make: *** [ar] Error 2
#
Try again using modified make.h with "config.h"
# make ar
/opt/SUNWspro/bin/cc -gar.c -o ar
Undefined fi
[bash] {1558}$ make
sh find-systype.sh > systype
rm -f compile
sh print-cc.sh > compile
chmod 555 compile
./compile byte_chr.c
./compile byte_copy.c
./compile byte_cr.c
./compile byte_diff.c
./compile byte_rchr.c
./compile fmt_uint.c
./compile fmt_uint0.c
./compile fmt_ulong.c
rm -f makelib
sh p
%% BrianAllen <[EMAIL PROTECTED]> writes:
b> after untarring the make file I did a './configure' and then a
b> './sh. build.sh' successfully, I tried to do a ./make install and I
b> got this error:
b> # ./make install
b> Making install in glob
b> make[1]: Entering directory `/apps2/
Greetings,
after untarring the make file I did a './configure' and then a
'./sh. build.sh' successfully, I tried to do a ./make install and I got this
error:
# ./make install
Making install in glob
make[1]: Entering directory `/apps2/make/make-3.79/glob'
rm -f libglob.a
ar cru libglob.a
I could have sworn that the error I was getting was with GNU make 3.79.1
and that this GNU make was indeed in my path! Anyway, it seems to be
working now with GNU make so I guess I must have had the wrong make in
my path when I was getting that error! Thanks anyway...
--
Rahul V. Herwadkar | [EM
%% "Rahul V. Herwadkar" <[EMAIL PROTECTED]> writes:
rvh> GNU Make version 3.79.1 gives the following error when invoked on the
rvh> attached makefile:
rvh> % make setup CFG="--prefix=/home/rherwadk/pkgs"
rvh> make: Fatal error in reader: Makefile, line 19: Unexpected end of line
rvh> s
GNU Make version 3.79.1 gives the following error when invoked on the
attached makefile:
% make setup CFG="--prefix=/home/rherwadk/pkgs"
make: Fatal error in reader: Makefile, line 19: Unexpected end of line
seen
host machine: Sun Ultra60
os: solaris 2.6
compiler: Sun cc 6.1
The attached makefi
%% "Christopher Jones" <[EMAIL PROTECTED]> writes:
>> It would be nice if you'd included the "smallest Makefile
>> possible", as well as the error you got and what you expected it to
>> do :).
cj> I forgot to send the attachment, oops.
I can't remember if I replied to this or not.
An
Title: RE: New Cygwin Net Release (make error)
> -Original Message-
> From: Paul D. Smith [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, April 19, 2000 12:57 PM
> To: Christopher Jones
> Cc: Bernard Dautrevaux; [EMAIL PROTECTED]; [EMAIL PROTECTED]
> Subject:
%% "Christopher Jones" <[EMAIL PROTECTED]> writes:
HTML isn't necessary on the mailing list; plain text is just fine, thanks.
>> From Bernard
>> From Brian
>>> #--begin Makefile---
>>> SOMEVAR=$(ANOTHERVAR)/etc
>>> include $(DEVDIR)/Makefile.mstr
>>> #--end Makefile---
>>> DE
Title: RE: New Cygwin Net Release (make error)
From Bernard
> From Brian
>> Okay, I'm sure of what caused this now. The Makefile look
>> something like
>> this.
>>
>> #--begin Makefile---
>> SOMEVAR=$(ANOTHERVAR)/etc
>> i
Hi,
How the hell this ever got to me???
Super-User wrote:
>
> This is the complete output of what I tried to do. I can't find any reference
> to anything in the error (at the bottom) except for something on the web which
> said to use GNU make (which I am doing here - Sun's make delivers
49 matches
Mail list logo