jakesays-old / webrtc2sip

Automatically exported from code.google.com/p/webrtc2sip
0 stars 0 forks source link

error when installing webrtc2sip task-debug.h erreur fatale #102

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1../configure --with-doubango=/usr/local/local/src/webrtc2sip 
--prefix=/usr/local/src/webrtc2sip
2.make
3.make install

What is the expected output? What do you see instead?
no error after installing webrtc2sip

What version of the product are you using? On what operating system?
webrtc2sip 2.0.0
gcc version 4.6.3
uname -m = i686
uname -r = 3.5.0-34-generic
uname -s = Linux
uname -v = #55~precise1-Ubuntu SMP Fri Jun 7 16:32:06 UTC 2013

Please provide any additional information below.

see attached log

Original issue reported on code.google.com by sebastie...@gmail.com on 19 Jun 2013 at 9:34

Attachments:

GoogleCodeExporter commented 9 years ago
what i got after make command mp_object.h:23:23: erreur fatale: tsk_debug.h : 
Aucun fichier ou dossier de ce type

Original comment by sebastie...@gmail.com on 19 Jun 2013 at 9:36

GoogleCodeExporter commented 9 years ago
After the configure, you get a message saying that DOUBANGO is not found but 
you ignored it. Don't be surprised to get errors.
Where doubango is installed (not talking about the source)?
PS: "--with-doubango" is now useless (replaced by pkg-config) and the way 
you're using it is not correct. The PATH must be where you installed DOUBANGO 
(headers and libs) not where the source is.

Original comment by boss...@yahoo.fr on 19 Jun 2013 at 9:41

GoogleCodeExporter commented 9 years ago

Original comment by boss...@yahoo.fr on 19 Jun 2013 at 9:42