Discussion:
Make error
Dave Forrest
2007-12-18 04:23:42 UTC
Permalink
In rev 880 Fedora 7 x86_64

In file included from osdep.c:51:
env_unix.c: In function ¡dotlock_lock¢:
env_unix.c:1176: error: ¡LOCKPGM1¢ undeclared (first use in this function)
env_unix.c:1176: error: (Each undeclared identifier is reported only once
env_unix.c:1176: error: for each function it appears in.)
env_unix.c:1177: error: ¡LOCKPGM2¢ undeclared (first use in this function)
env_unix.c:1177: error: ¡LOCKPGM3¢ undeclared (first use in this function)
make[3]: *** [osdep.o] Error 1



David Forrest e-mail ***@maplepark.com
Maple Park Development Corporation http://www.maplepark.com
St. Louis, Missouri
Steve Hubert
2007-12-18 06:06:16 UTC
Permalink
On Mon, 17 Dec 2007, Dave Forrest wrote:

There were some changes that make doesn't correctly discover. Do a "make
clean" and it should work.

Steve
Post by Dave Forrest
In rev 880 Fedora 7 x86_64
env_unix.c:1176: error: ‘LOCKPGM1’ undeclared (first use in this function)
env_unix.c:1176: error: (Each undeclared identifier is reported only once
env_unix.c:1176: error: for each function it appears in.)
env_unix.c:1177: error: ‘LOCKPGM2’ undeclared (first use in this function)
env_unix.c:1177: error: ‘LOCKPGM3’ undeclared (first use in this function)
make[3]: *** [osdep.o] Error 1
Loading...