|
List Info
Thread: iaxclient-2.0.0 build problems
|
|
| iaxclient-2.0.0 build problems |
  United States |
2007-10-13 11:19:59 |
|
|
new to iaxclient
1. ./configure under cygwin fails with
checking for the pthreads
library -lpthreads... no checking whether pthreads work
without any flags... yes checking for joinable pthread
attribute... PTHREAD_CREATE_JOINABLE checking if more
special flags are required for pthreads... no checking
whether to check for GCC pthread/shared inconsistencies...
yes checking whether -pthread is sufficient with
-shared... no checking whether -lpthread fixes that...
no checking whether -lc_r fixes that...
no configure: WARNING: Impossible to determine how to use
pthreads with shared libraries checking for pkg-config...
no configure: error: pkg-config is required to install
this program
is there a way to correct
this?
2.the only way i can produce a correctly
functioning dll under vs2005
is to make the following change to
iaxc_initialize() in iaxclient_lib.c
if ( iaxc_recvfrom != (iaxc_recvfrom_t)recvfrom
)
// iax_set_networking(iaxc_sendto,
iaxc_recvfrom);
iax_set_networking((iaxc_sendto_t)sendto, (iaxc_recvfrom_t)recvfrom);
should this be necessary?
thanks
steve
|
| Re: iaxclient-2.0.0 build problems |
  United States |
2007-10-13 17:23:11 |
On Saturday 13 October 2007 12:19:59 stevebvt wrote:
> configure: WARNING: Impossible to determine how to
use pthreads with
> shared libraries checking for pkg-config... no
> configure: error: pkg-config is required to install
this program
>
> is there a way to correct this?
Have you tried to install pkg-config?
>
> 2.the only way i can produce a correctly functioning
dll under vs2005
> is to make the following change to iaxc_initialize()
in iaxclient_lib.c
>
> if ( iaxc_recvfrom != (iaxc_recvfrom_t)recvfrom )
> // iax_set_networking(iaxc_sendto, iaxc_recvfrom);
>
> iax_set_networking((iaxc_sendto_t)sendto,
> (iaxc_recvfrom_t)recvfrom);
>
> should this be necessary?
I'm not very familiar with the VS2005, so it is possible
that it might require
that kind of type conversion. Has anybody else tried to
build it with VS
2005?
Mihai
------------------------------------------------------------
-------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems? Stop.
Now Search log events and configuration files using AJAX and
a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
Iaxclient-devel mailing list
Iaxclient-devel lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/iaxclie
nt-devel
|
|
| Re: iaxclient-2.0.0 build problems |
  United States |
2007-10-13 17:23:11 |
On Saturday 13 October 2007 12:19:59 stevebvt wrote:
> configure: WARNING: Impossible to determine how to
use pthreads with
> shared libraries checking for pkg-config... no
> configure: error: pkg-config is required to install
this program
>
> is there a way to correct this?
Have you tried to install pkg-config?
>
> 2.the only way i can produce a correctly functioning
dll under vs2005
> is to make the following change to iaxc_initialize()
in iaxclient_lib.c
>
> if ( iaxc_recvfrom != (iaxc_recvfrom_t)recvfrom )
> // iax_set_networking(iaxc_sendto, iaxc_recvfrom);
>
> iax_set_networking((iaxc_sendto_t)sendto,
> (iaxc_recvfrom_t)recvfrom);
>
> should this be necessary?
I'm not very familiar with the VS2005, so it is possible
that it might require
that kind of type conversion. Has anybody else tried to
build it with VS
2005?
Mihai
------------------------------------------------------------
-------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems? Stop.
Now Search log events and configuration files using AJAX and
a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
Iaxclient-devel mailing list
Iaxclient-devel lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/iaxclie
nt-devel
|
|
| R: iaxclient-2.0.0 build problems |
  Italy |
2007-10-14 07:02:54 |
I use VS2005 and I don't have these problems compiling code
as C code. Maybe
do you compile as C++? Even if I don't think it should be a
problem to force
the casting if the compiler requires it and so it doesn't
compile.
Best regards,
Marco
-----Messaggio originale-----
Da: iaxclient-devel-bounces lists.sourceforge.net
[mailto:iaxclient-devel-bounces lists.sourceforge.net] Per
conto di Mihai
Balea
Inviato: domenica 14 ottobre 2007 0.23
A: iaxclient-devel lists.sourceforge.net
Oggetto: Re: [Iaxclient-devel] iaxclient-2.0.0 build
problems
On Saturday 13 October 2007 12:19:59 stevebvt wrote:
> configure: WARNING: Impossible to determine how to
use pthreads with
> shared libraries checking for pkg-config... no
> configure: error: pkg-config is required to install
this program
>
> is there a way to correct this?
Have you tried to install pkg-config?
>
> 2.the only way i can produce a correctly functioning
dll under vs2005
> is to make the following change to iaxc_initialize()
in iaxclient_lib.c
>
> if ( iaxc_recvfrom != (iaxc_recvfrom_t)recvfrom )
> // iax_set_networking(iaxc_sendto, iaxc_recvfrom);
>
> iax_set_networking((iaxc_sendto_t)sendto,
> (iaxc_recvfrom_t)recvfrom);
>
> should this be necessary?
I'm not very familiar with the VS2005, so it is possible
that it might
require
that kind of type conversion. Has anybody else tried to
build it with VS
2005?
Mihai
------------------------------------------------------------
-------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems? Stop.
Now Search log events and configuration files using AJAX and
a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
Iaxclient-devel mailing list
Iaxclient-devel lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/iaxclie
nt-devel
------------------------------------------------------------
-------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems? Stop.
Now Search log events and configuration files using AJAX and
a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
Iaxclient-devel mailing list
Iaxclient-devel lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/iaxclie
nt-devel
|
|
| R: iaxclient-2.0.0 build problems |
  Italy |
2007-10-14 07:02:54 |
I use VS2005 and I don't have these problems compiling code
as C code. Maybe
do you compile as C++? Even if I don't think it should be a
problem to force
the casting if the compiler requires it and so it doesn't
compile.
Best regards,
Marco
-----Messaggio originale-----
Da: iaxclient-devel-bounces lists.sourceforge.net
[mailto:iaxclient-devel-bounces lists.sourceforge.net] Per
conto di Mihai
Balea
Inviato: domenica 14 ottobre 2007 0.23
A: iaxclient-devel lists.sourceforge.net
Oggetto: Re: [Iaxclient-devel] iaxclient-2.0.0 build
problems
On Saturday 13 October 2007 12:19:59 stevebvt wrote:
> configure: WARNING: Impossible to determine how to
use pthreads with
> shared libraries checking for pkg-config... no
> configure: error: pkg-config is required to install
this program
>
> is there a way to correct this?
Have you tried to install pkg-config?
>
> 2.the only way i can produce a correctly functioning
dll under vs2005
> is to make the following change to iaxc_initialize()
in iaxclient_lib.c
>
> if ( iaxc_recvfrom != (iaxc_recvfrom_t)recvfrom )
> // iax_set_networking(iaxc_sendto, iaxc_recvfrom);
>
> iax_set_networking((iaxc_sendto_t)sendto,
> (iaxc_recvfrom_t)recvfrom);
>
> should this be necessary?
I'm not very familiar with the VS2005, so it is possible
that it might
require
that kind of type conversion. Has anybody else tried to
build it with VS
2005?
Mihai
------------------------------------------------------------
-------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems? Stop.
Now Search log events and configuration files using AJAX and
a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
Iaxclient-devel mailing list
Iaxclient-devel lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/iaxclie
nt-devel
------------------------------------------------------------
-------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems? Stop.
Now Search log events and configuration files using AJAX and
a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
Iaxclient-devel mailing list
Iaxclient-devel lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/iaxclie
nt-devel
|
|
[1-5]
|
|
|
about | contact Other archives ( Real Estate discussion Medical topics )
|