After running the bootstrap.sh scripte, I get the correct configure file. Thank
you.

Best Regards.

_____________________________________________
Send Openpbx-dev mailing list submissions to
        [email protected]

To subscribe or unsubscribe via the World Wide Web, visit
        http://lists.openpbx.org/mailman/listinfo/openpbx-dev
or, via email, send a message with subject or body 'help' to
        [EMAIL PROTECTED]

You can reach the person managing the list at
        [EMAIL PROTECTED]

When replying, please edit your Subject line so it is more specific than "Re:
Contents of Openpbx-dev digest..."


Today's Topics:

   1. Re: please tell me how to create the "configure" file
      (Philippe Sultan)
   2. Re: please tell me how to create the "configure" file
      (Armin Schindler)
   3. Mixing in binary drivers ([EMAIL PROTECTED])
   4. Re: Mixing in binary drivers (Armin Schindler)
   5. Re: Mixing in binary drivers ([EMAIL PROTECTED])
   6. Re: Mixing in binary drivers (Mikael Magnusson)
   7. Re: Mixing in binary drivers ([EMAIL PROTECTED])
   8. Re: Mixing in binary drivers (Armin Schindler)


----------------------------------------------------------------------

Message: 1
Date: Tue, 13 Dec 2005 12:43:14 +0100
From: Philippe Sultan <[EMAIL PROTECTED]>
Subject: Re: [Openpbx-dev] please tell me how to create the
        "configure" file
To: "OpenPBX.org Developers Mailing List" <[email protected]>
Message-ID:
        <[EMAIL PROTECTED]>
Content-Type: text/plain; charset=ISO-8859-1

On 12/13/05, Fanzhou Zhao <[EMAIL PROTECTED]> wrote:
> Hi,
>     I download the latest source code from svn server, but I can't 
> create the "configure" file. The log is followed. Please help me. Thank you.

Did you try to execute bootstrap.sh before?

Philippe


------------------------------

Message: 2
Date: Tue, 13 Dec 2005 13:15:31 +0100 (CET)
From: Armin Schindler <[EMAIL PROTECTED]>
Subject: Re: [Openpbx-dev] please tell me how to create the
        "configure" file
To: "OpenPBX.org Developers Mailing List" <[email protected]>
Message-ID: <[EMAIL PROTECTED]>
Content-Type: TEXT/PLAIN; charset=US-ASCII

Maybe you want to try the package on
  ftp://ftp.sysgo.com/OpenPBX/

It includes the needed autotools and spandsp. Also a latest snapshot of
openpbx-trunk is included (if you want another version, just replace it in the
package).

Armin

On Tue, 13 Dec 2005, Fanzhou Zhao wrote:
> Hi, 
>     I download the latest source code from svn server, but I can't 
> create the "configure" file. The log is followed. Please help me. Thank you.
> ---------------
> [openpbx]$ autoconf --version
> autoconf (GNU Autoconf) 2.59
> Written by David J. MacKenzie and Akim Demaille.
>  
> Copyright (C) 2003 Free Software Foundation, Inc.
> This is free software; see the source for copying conditions.  There 
> is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR
PURPOSE.
>  
> [openpbx]$ autoconf
> configure.ac:21: error: possibly undefined macro: AM_INIT_AUTOMAKE
>       If this token and others are legitimate, please use m4_pattern_allow.
>       See the Autoconf documentation.
> configure.ac:45: error: possibly undefined macro: AM_PROG_LEX
> configure.ac:67: error: possibly undefined macro: AC_LIBTOOL_DLOPEN
> configure.ac:68: error: possibly undefined macro: 
> AC_LIBLTDL_CONVENIENCE
> configure.ac:70: error: possibly undefined macro: AC_LIBTOOL_WIN32_DLL
> configure.ac:72: error: possibly undefined macro: AC_DISABLE_STATIC
> configure.ac:73: error: possibly undefined macro: AC_PROG_LIBTOOL
> configure.ac:385: error: possibly undefined macro: AM_CONDITIONAL
> configure.ac:678: error: possibly undefined macro: AC_MSG_WARN
> configure.ac:1821: error: possibly undefined macro: AM_CONFIG_HEADER
>  
>  
>  
> Best Regards.
>  
>  
> 


------------------------------

Message: 3
Date: Wed, 14 Dec 2005 15:44:03 +0100
From: "[EMAIL PROTECTED]" <[EMAIL PROTECTED]>
Subject: [Openpbx-dev] Mixing in binary drivers
To: "OpenPBX.org Developers Mailing List" <[email protected]>
Message-ID: <[EMAIL PROTECTED]>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed

hi All,

I have some boards I would like to add support for in OpenPBX, but I just
realized that I can't release the driver since it contains (1) binary firmware +
(2) a binary component I don't have source for.

My understanding of GPL is that it will be impossible to use OpenPBX with this
board and distribute the driver even if it's free ?

Does anyone have a solution for this, cause it can't be in the interest of this
group to have a limitation on what boards we can use with OpenPBX???

Jan



------------------------------

Message: 4
Date: Wed, 14 Dec 2005 17:50:54 +0100 (CET)
From: Armin Schindler <[EMAIL PROTECTED]>
Subject: Re: [Openpbx-dev] Mixing in binary drivers
To: "OpenPBX.org Developers Mailing List" <[email protected]>
Message-ID: <[EMAIL PROTECTED]>
Content-Type: TEXT/PLAIN; charset=US-ASCII

On Wed, 14 Dec 2005, [EMAIL PROTECTED] wrote:
> hi All,
> 
> I have some boards I would like to add support for in OpenPBX, but I 
> just realized that I can't release the driver since it contains (1) 
> binary firmware + (2) a binary component I don't have source for.
> 
> My understanding of GPL is that it will be impossible to use OpenPBX 
> with this board and distribute the driver even if it's free ?
> 
> Does anyone have a solution for this, cause it can't be in the 
> interest of this group to have a limitation on what boards we can use with
OpenPBX???

What kind of code is that?
You wrote 'driver', you mean a kernel driver? If yes, then it has nothing to do
with OpenPBX. Loading binary-only driver into the kernel is done often.

Or is it some extension to OpenPBX itself? If yes, then it cannot be part of the
sources, because the must be GPL too then. But if you create a loadable module
for OpenPBX (as binary-only .so file), it should be no problem.

Armin



------------------------------

Message: 5
Date: Wed, 14 Dec 2005 18:05:28 +0100
From: "[EMAIL PROTECTED]" <[EMAIL PROTECTED]>
Subject: Re: [Openpbx-dev] Mixing in binary drivers
To: "OpenPBX.org Developers Mailing List" <[email protected]>
Message-ID: <[EMAIL PROTECTED]>
Content-Type: text/plain; charset="iso-8859-1"

Armin Schindler wrote:

>On Wed, 14 Dec 2005, [EMAIL PROTECTED] wrote:
>  
>
>>hi All,
>>
>>I have some boards I would like to add support for in OpenPBX, but I 
>>just realized that I can't release the driver since it contains (1) 
>>binary firmware + (2) a binary component I don't have source for.
>>
>>My understanding of GPL is that it will be impossible to use OpenPBX 
>>with this board and distribute the driver even if it's free ?
>>
>>Does anyone have a solution for this, cause it can't be in the 
>>interest of this group to have a limitation on what boards we can use with
OpenPBX???
>>    
>>
>
>What kind of code is that?
>You wrote 'driver', you mean a kernel driver? If yes, then it has 
>nothing to do with OpenPBX. Loading binary-only driver into the kernel is done
often.
>
>Or is it some extension to OpenPBX itself? If yes, then it cannot be 
>part of the sources, because the must be GPL too then. But if you 
>create a loadable module for OpenPBX (as binary-only .so file), it should be no
problem.
>
>Armin
>
>_______________________________________________
>Openpbx-dev mailing list
>[email protected]
>http://lists.openpbx.org/mailman/listinfo/openpbx-dev
>  
>
Thanks,

Yes it will be a kernel driver at the end - This is a port from Windows. 
The trouble is that this board uses an early version of an I2O driver module
that was bought from someone else and hence I can't be distributed with source -
Neither do I want to change it because if I do I will need to change the HDM as
well (firmware version of the driver).

jvb

-------------- next part --------------
An HTML attachment was scrubbed...
URL:
http://lists.openpbx.org/pipermail/openpbx-dev/attachments/20051214/9919e77e/att
achment-0001.html

------------------------------

Message: 6
Date: Wed, 14 Dec 2005 18:11:20 +0100
From: Mikael Magnusson <[EMAIL PROTECTED]>
Subject: Re: [Openpbx-dev] Mixing in binary drivers
To: "OpenPBX.org Developers Mailing List" <[email protected]>
Message-ID: <[EMAIL PROTECTED]>
Content-Type: text/plain; charset=us-ascii; format=flowed

[EMAIL PROTECTED] wrote:
> hi All,
> 
> I have some boards I would like to add support for in OpenPBX, but I 
> just realized that I can't release the driver since it contains (1) 
> binary firmware + (2) a binary component I don't have source for.
> 
> My understanding of GPL is that it will be impossible to use OpenPBX 
> with this board and distribute the driver even if it's free ?
> 
> Does anyone have a solution for this, cause it can't be in the 
> interest of this group to have a limitation on what boards we can use with
OpenPBX???
> 
> Jan
> 

Have you considered using the woomera interface?

/Mikael


------------------------------

Message: 7
Date: Wed, 14 Dec 2005 18:14:08 +0100
From: "[EMAIL PROTECTED]" <[EMAIL PROTECTED]>
Subject: Re: [Openpbx-dev] Mixing in binary drivers
To: "OpenPBX.org Developers Mailing List" <[email protected]>
Message-ID: <[EMAIL PROTECTED]>
Content-Type: text/plain; charset="iso-8859-1"

Mikael Magnusson wrote:

>[EMAIL PROTECTED] wrote:
>  
>
>>hi All,
>>
>>I have some boards I would like to add support for in OpenPBX, but I 
>>just realized that I can't release the driver since it contains (1) 
>>binary firmware + (2) a binary component I don't have source for.
>>
>>My understanding of GPL is that it will be impossible to use OpenPBX 
>>with this board and distribute the driver even if it's free ?
>>
>>Does anyone have a solution for this, cause it can't be in the 
>>interest of this group to have a limitation on what boards we can use with
OpenPBX???
>>
>>Jan
>>
>>    
>>
>
>Have you considered using the woomera interface?
>
>/Mikael
>  
>
Sorry, what is the woomera interface?

Jan
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
http://lists.openpbx.org/pipermail/openpbx-dev/attachments/20051214/c147d5a0/att
achment-0001.html

------------------------------

Message: 8
Date: Wed, 14 Dec 2005 18:15:35 +0100 (CET)
From: Armin Schindler <[EMAIL PROTECTED]>
Subject: Re: [Openpbx-dev] Mixing in binary drivers
To: "OpenPBX.org Developers Mailing List" <[email protected]>
Message-ID: <[EMAIL PROTECTED]>
Content-Type: TEXT/PLAIN; charset=US-ASCII

On Wed, 14 Dec 2005, [EMAIL PROTECTED] wrote:
> Armin Schindler wrote:
> 
> > On Wed, 14 Dec 2005, [EMAIL PROTECTED] wrote:
> > 
> > 
> > > hi All,
> > > 
> > > I have some boards I would like to add support for in OpenPBX, but 
> > > I just realized that I can't release the driver since it contains 
> > > (1) binary firmware + (2) a binary component I don't have source for.
> > > 
> > > My understanding of GPL is that it will be impossible to use 
> > > OpenPBX with this board and distribute the driver even if it's free ?
> > > 
> > > Does anyone have a solution for this, cause it can't be in the 
> > > interest of this group to have a limitation on what boards we can 
> > > use with OpenPBX???
> > > 
> > > 
> > 
> > What kind of code is that?
> > You wrote 'driver', you mean a kernel driver? If yes, then it has 
> > nothing to do with OpenPBX. Loading binary-only driver into the 
> > kernel is done often.
> > 
> > Or is it some extension to OpenPBX itself? If yes, then it cannot be 
> > part of the sources, because the must be GPL too then. But if you 
> > create a loadable module for OpenPBX (as binary-only .so file), it 
> > should be no problem.
> > 
> > Armin
> > 
> > _______________________________________________
> > Openpbx-dev mailing list
> > [email protected]
> > http://lists.openpbx.org/mailman/listinfo/openpbx-dev
> > 
> > 
> Thanks,
> 
> Yes it will be a kernel driver at the end - This is a port from 
> Windows. The trouble is that this board uses an early version of an 
> I2O driver module that was bought from someone else and hence I can't 
> be distributed with source - Neither do I want to change it because if 
> I do I will need to change the HDM as well (firmware version of the driver).

So if it is a kernel driver, you don't need to bother about GPL of OpenPBX.

What kind of driver (for what hardware) is it? And what has it to do with
OpenPBX (which interface will be used with OpenPBX)?

Armin



------------------------------

_______________________________________________
Openpbx-dev mailing list
[email protected]
http://lists.openpbx.org/mailman/listinfo/openpbx-dev


End of Openpbx-dev Digest, Vol 3, Issue 6
*****************************************

_______________________________________________
Openpbx-dev mailing list
[email protected]
http://lists.openpbx.org/mailman/listinfo/openpbx-dev

Reply via email to