Re: Make error messages

2019-09-22 Thread Paul Smith
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

Re: Make error messages

2019-09-10 Thread Andreas Schwab
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

Make error messages

2019-09-10 Thread Paul Smith
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

about EOS make error

2018-05-22 Thread thutt
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

Re: make error

2011-10-06 Thread Carolina Carneiro
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

Re: make error

2011-10-06 Thread Tim Murphy
@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

Re: make error

2011-10-05 Thread Paul Smith
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

Re: make error

2011-10-05 Thread Tim Murphy
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

Re: make error

2011-10-05 Thread Paul Smith
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

make error

2011-10-05 Thread Carolina Carneiro
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

/bootstrap-prefix.sh $EPREFIX/tmp make Error

2011-07-18 Thread W Stewart Gilman Jr.
* 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%

Re: Make Error - trouble shooting

2011-02-23 Thread Paul Smith
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

Make Error - trouble shooting

2011-02-22 Thread 허성삼
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

Re: Make error

2010-09-01 Thread Paul Smith
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

Make error

2010-09-01 Thread Tejbahadur Singh // Viva
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

Re: partd make error

2010-05-24 Thread Paul Smith
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

partd make error

2010-05-24 Thread zhaomingyang
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-

Re: make error but no message

2009-03-13 Thread Jeremiah Perry
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

Re: make error but no message

2009-03-13 Thread Jeremiah Perry
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

Re: make error but no message

2009-03-12 Thread Sam Ravnborg
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

make error but no message

2009-03-12 Thread Jeremiah Perry
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

Re: Make Error

2008-09-05 Thread Brian Dessent
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

Make Error

2008-09-05 Thread Ko Ken
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

Re: make error

2004-11-01 Thread Paul D. Smith
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

make error

2004-11-01 Thread Tracy Chang
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

Re: make error

2004-03-14 Thread Paul D. Smith
%% "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

make error

2004-03-14 Thread S. Umesh Babu
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

Make error (resend)

2003-11-26 Thread spai
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-

Make error

2003-11-26 Thread spai
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

Re: make error

2003-11-18 Thread spai
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

Re: make error

2003-11-17 Thread Paul D. Smith
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]>

make error

2003-11-17 Thread spai
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 __

Re: make error with pro*c redhat 7.2

2003-06-06 Thread Paul D. Smith
%% "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

RE: make error with pro*c redhat 7.2

2003-06-06 Thread lasse.makholm
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

make error with pro*c redhat 7.2

2003-06-06 Thread Guy L
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

Re: make error...can not create "ar"

2002-06-14 Thread Richard Dunham
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

Re: make error...can not create "ar"

2002-06-14 Thread Paul D. Smith
%% 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 error...can not create "ar"

2002-06-14 Thread Richard Dunham
# 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

[ make error ]

2002-02-03 Thread 이호정
[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

Re: make error

2001-10-14 Thread Paul D. Smith
%% 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/

make error

2001-10-05 Thread BrianAllen
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

Re: GNU "make" error

2001-03-20 Thread Rahul V. Herwadkar
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

Re: GNU "make" error

2001-03-20 Thread Paul D. Smith
%% "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" error

2001-03-20 Thread Rahul V. Herwadkar
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

RE: New Cygwin Net Release (make error)

2000-04-24 Thread Paul D. Smith
%% "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

RE: New Cygwin Net Release (make error)

2000-04-19 Thread Christopher Jones
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:

RE: New Cygwin Net Release (make error)

2000-04-19 Thread Paul D. Smith
%% "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

RE: New Cygwin Net Release (make error)

2000-04-19 Thread Christopher Jones
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

Re: Sun Solaris 7 on Ultra 5 make error

2000-04-08 Thread Joseph Heled
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