[Fink-devel] Porting Jürgen Riegels C++ FreeCAD to Leopard

2009-03-05 Thread Tobias Krieger
Hi to all, (for info: I've send the same message into the wrong fink mailing list) I'm new to anything related to porting but me and some others would like to port the opensource CAD programm, written in C++ to Darwin, Leopard, best with Aqua look :-) http://juergen-riegel.net/FreeCAD/Docu/index.

Re: [Fink-devel] Porting Jürgen Riegels C++ FreeCAD to Leopard

2009-03-05 Thread Monic Polynomial
On 05/03/2009, at 09:31, Tobias Krieger wrote: (...) > Is there some intro on how to port or do you have any tips, ideas? > (We have > found the Apple Document "How to port ..." but this is very very > basic). There's a Porting Unix software to Darwin and Mac OS X document on Fink's Web sit

Re: [Fink-devel] Porting Jürgen Riegels C++ FreeCAD to Leopard

2009-03-05 Thread Martin Costabel
Tobias Krieger wrote: > Hi to all, > > (for info: I've send the same message into the wrong fink mailing list) > > I'm new to anything related to porting but me and some others would like > to port the opensource CAD programm, written in C++ to Darwin, Leopard, > best with Aqua look :-) > htt

[Fink-devel] php5 build fails

2009-03-05 Thread Damian Dimmich
Hi, The latest php5 .info file fails to build on my system - running intel/10.5 /sw/src/fink.build/php5-5.2.6-4/php-5.2.6/ext/standard/dns.c:51:28: error: bind/arpa/inet.h: No such file or directory /sw/src/fink.build/php5-5.2.6-4/php-5.2.6/ext/standard/dns.c:53:24: error: bind/netdb.h: No such f

Re: [Fink-devel] php5 build fails

2009-03-05 Thread Alexander Hansen
Damian Dimmich wrote: > Hi, > > The latest php5 .info file fails to build on my system - running intel/10.5 > > /sw/src/fink.build/php5-5.2.6-4/php-5.2.6/ext/standard/dns.c:51:28: > error: bind/arpa/inet.h: No such file or directory > /sw/src/fink.build/php5-5.2.6-4/php-5.2.6/ext/standard/dns.c:53:

Re: [Fink-devel] php5 build fails

2009-03-05 Thread TheSin
I woudl assume the files required are in libbind6-dev since that pkg just dramatically changed. I'll have to look into this. --- TS http://southofheaven.org/ Chaos is the beginning and end, try dealing with the rest. On 5-Mar-09, at 2:53 PM, Alexander Hansen wrote: > Damian Dimmich wrote: >> H

Re: [Fink-devel] php5 build fails

2009-03-05 Thread Alexander Hansen
For what it's worth, I tried rebuilding php5 in the presence of libbind6-dev, and it still worked for me (10.5.6/Intel). TheSin wrote: > I woudl assume the files required are in libbind6-dev since that pkg > just dramatically changed. I'll have to look into this. > --- > TS > http://southofheaven

Re: [Fink-devel] php5 build fails

2009-03-05 Thread Damian Dimmich
Hi - Thanks for the suggestion, That certainly adds the missing header files, would it make sense to make libbind6-dev a dependency of php instead of libbind9-dev which is currently the case? That - or see if the bind9 install is broken/missing files? I'll let you know how the build goes. Cheer