emacs-pretest-bug
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Compilation window error jumping broken.


From: Samium Gromoff
Subject: Compilation window error jumping broken.
Date: Mon, 14 Jul 2003 08:54:26 +0400
User-agent: Gnus/5.1002 (Gnus v5.10.2) Emacs/21.3 (gnu/linux)

        When i have converted my Makefiles not to use recursive make,
(Recursive Make Considered Harmful), i have faced the following problem:
The Makefiles tend to run gcc from the top srcdir, which results in the
following gcc format error:

scripts/depend.sh libvirtua -O -g -Wall -pipe -I./libioc/include 
-I./libvirtua/include libvirtua/cl\ient.c -o libvirtua/client.o -c
libvirtua/client.c: In function `tree_retrieve':
libvirtua/client.c:47: warning: implicit declaration of function `server_find'
^^^^^^^^^^^^^^^^^^^^^
libvirtua/client.c:47: warning: assignment makes pointer from integer without a 
cast
libvirtua/client.c:49: warning: implicit declaration of function 
`server_findobject'

Now note the "libvirtua/client.c" part...

Usually (when there is no "libvirtua/" part, in the recursive make paradigm),
i`d just strike enter on the error msg in the emacs compilation window, and
it happily warps me to the error location.

Not in my current situation though. Emacs produces the following message:

Find this error in: (default libvirtua/client.c) ~/source/virtualitty/libvirtua/

And whatever i make the minibuffer to contain, and strike then "Enter", it`s
answer always is:

No more errors

And that`s it....


regards, Samium Gromoff




reply via email to

[Prev in Thread] Current Thread [Next in Thread]