bug-automake
[Top][All Lists]
Advanced

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

Re: compile failure (was: (no subject))


From: Ralf Wildenhues
Subject: Re: compile failure (was: (no subject))
Date: Fri, 23 Nov 2007 18:01:42 +0100
User-agent: Mutt/1.5.17 (2007-11-13)

Hello Novella,

* address@hidden wrote on Fri, Nov 23, 2007 at 05:48:13PM CET:
> I am trying to compile oSIP library on Debian system but I have 
> encountered any problems.
> 
> When I type make, the make fails with some 
> error message like these:
> 
> make[3]: Entering directory 
> `/home/debian/project_server/libosip/src/osipparser2 '

Is there really a space in the output after "osipparser2" and before the
single quote?

> Makefile:325: .deps/osip_accept.Plo: No such file or directory
[...]
> Makefile:362: .deps/sdp_message.Plo: No such file or directory
> make[3]: *** No rule to make target `.deps/sdp_message.Plo'.  Stop.
> make[3]: Leaving directory 
> `/home/debian/project_server/libosip/src/osipparser2'
> make[2]: *** [all-recursive] Error 1
> make[2]: Leaving directory `/home/debian/project_server/libosip/src'
> make[1]: *** [all-recursive] Error 1
> make[1]: Leaving directory `/home/debian/project_server/libosip'
> make: *** [all] Error 2

Hmm.  What does 
  ./config.status && make

output?  In case there is a separate config.status file in the
libosip/src/osipparser2 subdirectory, "cd" into that first and run
  ./config.status

there (and post that output, too).  There should be something about
depfiles in the output.  Please show how you invoked configure, too.

Cheers,
Ralf




reply via email to

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