From: John <st...@un...> - 2004-04-13 00:41:51
|
On Mon, Apr 12, 2004 at 07:41:45PM -0400, Steve Kann wrote: > > CC: Micheal w.r.t. iaxcomm questions. > > > John wrote: > > >>Yeah, the iaxc_unquelch thing you need to deal with first, obviously :) > >> > >>After that, if you want to help us make things work under FreeBSD, I'd > >>be glad to take patches. If they're outside of libiax2, things are > >>simpler (the Makefile, for example); if they're inside libiax2, Mark > >>might want you to disclaim the changes (just sending a fax is > >>sufficient), but this might not be necessary for the small things you're > >>writing. > >> > >>-SteveK > >> > >> > > > >fax? why is iax2 under some odd license? Not that i really care, i'll send > >in what ever you want to get patches pushed up the chain. > > > > > Mark likes to keep his libraries under his copyright, so that he can > license it under licenses different than the GPL (or in this case, > LGPL). One reason is to sell commercial licenses. Another is to do > things like make exceptions for proprietary codecs, etc. Basically, he > won't accept stuff that isn't disclaimed, and I'd prefer to try to keep > our copy of libiax2 in sync with his. Since it's no big deal (we're > really just contributing bugfixes), we disclaim. Richard Stallman > wouldn't approve [although, the FSF required the same disclaimers for > GNU software). > > >in the mean time i did download the new snapshot. Next problem.. > > > >I don't know a thing about wxgtk so maybe you can explain.. > >what is wxrc and why do i need it? for whatever reason it isn't compiled > >by default from freebsd's port. I'll take this up with those folks, but > >i'd like to know what i'm talking about (or at least enought to fake it:) ) > > > > > > I'm sure there's a FAQ on the wxWindows (or wxWidgets now) site. It's > basically an XML UI representation. It will be standard in the next > release of wxwindows 2.5, but for now it's optional. > > >also i think the `wx-config --static --libs` maybe a problem also. Is > >there some > >config option i need to pass when compiling wxgtk in order to support that? > > > > > > You might want to compile with --disable-shared (and > --enable-optimize). If you're just making binaries for yourself, you > can probably do dynamic linking if you want. > > >Oh sorry btw the snapshot did fix calls.cc problem. > > > > > > > Great. > > -SteveK > > 19:38:03: Deleted stale lock file '/home/strgout/iaxcomm.lock'. 19:38:03: XRC resource 'AddAccount' (class 'wxDialog') not found! That mean anything to you? i've got it to compile on freebsd without errors (no --static). |