Hello Novella,

* [EMAIL PROTECTED] 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