I have a build on solaris 10 sun studio on amd 64. Are you having build issues? The only issues I ran into that are not in tree had to do with building it 64bit binary on a 64 bit machine.<br><br><div><span class="gmail_quote">
On 10/22/07, <b class="gmail_sendername">Brian West</b> <<a href="mailto:brian.west@mac.com">brian.west@mac.com</a>> wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
I think on X86 it compiles now last I heard. Not sure about on sparc<br><br>/b<br><br>On Oct 22, 2007, at 6:53 AM, Jan Berger wrote:<br><br>> Hi,<br>><br>> Do we have a Solaris 10 build/port of Freeswitch?<br>>
<br>> Jan<br>><br>> -----Original Message-----<br>> From: <a href="mailto:freeswitch-dev-bounces@lists.freeswitch.org">freeswitch-dev-bounces@lists.freeswitch.org</a><br>> [mailto:<a href="mailto:freeswitch-dev-bounces@lists.freeswitch.org">
freeswitch-dev-bounces@lists.freeswitch.org</a>] On Behalf Of<br>> Brian West<br>> Sent: 22. oktober 2007 12:59<br>> To: <a href="mailto:freeswitch-dev@lists.freeswitch.org">freeswitch-dev@lists.freeswitch.org</a>
<br>> Subject: Re: [Freeswitch-dev] Mac OSX mod_portaudio build problem<br>><br>> I can tell you that it compiles on my intel mac without a problem...<br>> so it could be ppc specific.<br>><br>> /b<br>>
<br>> On Oct 22, 2007, at 5:52 AM, Tamas wrote:<br>><br>>> Thanks for info.<br>>> Does this mean that it will resolve my issue? Or just I will have<br>>> newer<br>>> version?<br>>> If it is possible, I would like to have it working with the current
<br>>> version.<br>>><br>>> Regards,<br>>> Tamas<br>>><br>>> Brian West írta:<br>>>> If you visit <a href="http://apple.com">apple.com</a> and click on downloads you can download the
<br>>>> proper updates. You'll also want to visit <a href="http://connect.apple.com">connect.apple.com</a> and get<br>>>> the latest dev tools.<br>>>><br>>>> /b<br>>>><br>
>>> On Oct 22, 2007, at 2:12 AM, Tamas wrote:<br>>>><br>>>><br>>>>> Hello,<br>>>>><br>>>>> I have a build issue on Mac OSX 10.4.2 Mac Mini (PPC) - SVN r6015.<br>
>>>> In the 1st run FreeSWITCH (bootstrap.sh) complained for old<br>>>>> automake so<br>>>>> I hade to download Macports and install new automake (than set the<br>>>>> PATH<br>
>>>> variable: PATH=/opt/local/bin:/opt/local/sbin:$PATH). After this<br>>>>> step,<br>>>>> bootstrap.sh did it's work and configure made too.<br>>>>><br>>>>> FS compiled fine in this step - with the default
modules.conf<br>>>>> settings.<br>>>>> I added speex and portaudio, where speex was OK while at<br>>>>> mod_portaudio<br>>>>> build, libs/portaudio compilation failed with:<br>
>>>> making all mod_portaudio<br>>>>> gcc -c -g -O2 -DPA_BIG_ENDIAN -arch i386 -arch ppc -isysroot<br>>>>> /Developer/SDKs/MacOSX10.4u.sdk -mmacosx-version-min=10.3 -I./<br>>>>> include
<br>>>>> -I./src/common -I./src/os/unix -DPACKAGE_NAME=\"\"<br>>>>> -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\"<br>>>>> -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1
<br>>>>> -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1<br>>>>> -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1<br>>>>> -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -
<br>>>>> DWORDS_BIGENDIAN=1<br>>>>> -DSIZEOF_SHORT=2 -DSIZEOF_INT=4 -DSIZEOF_LONG=4 -DHAVE_NANOSLEEP=1<br>>>>> -DPA_USE_COREAUDIO=1 -DHAVE_LIBKERN_OSATOMIC_H=1<br>>>>> src/common/pa_cpuload.c -fno-common -DPIC -o src/common/
<br>>>>> pa_cpuload.o<br>>>>> cc1: error: invalid option 'macosx-version-min=10.3'<br>>>>> cc1: error: invalid option 'macosx-version-min=10.3'<br>>>>> lipo: can't figure out the architecture type of: /var/tmp//
<br>>>>> ccWylNiN.out<br>>>>> make[6]: *** [src/common/pa_cpuload.lo] Error 1<br>>>>> make[5]: *** [../../../../libs/portaudio/lib/libportaudio.la]<br>>>>> Error 2<br>>>>> make[4]: *** [all] Error 1
<br>>>>> make[3]: *** [mod_portaudio-all] Error 1<br>>>>> make[2]: *** [all-recursive] Error 1<br>>>>> make[1]: *** [all-recursive] Error 1<br>>>>> make: *** [all] Error 2<br>
>>>><br>>>>> As a quick hack I removed the -macosx-version-min=10.3 switch<br>>>>> from the<br>>>>> libs/portaudio/Makefile file (2 places) and started again. make<br>>>>> went
<br>>>>> over this issue but dropped this error:<br>>>>> gcc -c -g -O2 -DPA_BIG_ENDIAN -arch i386 -arch ppc -isysroot<br>>>>> /Developer/SDKs/MacOSX10.4u.sdk -I./include -I./src/common
<br>>>>> -I./src/os/unix -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\"<br>>>>> -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=<br>>>>> \"\"
<br>>>>> -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1<br>>>>> -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -<br>>>>> DHAVE_STRINGS_H=1<br>>>>> -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -
<br>>>>> DHAVE_DLFCN_H=1<br>>>>> -DWORDS_BIGENDIAN=1 -DSIZEOF_SHORT=2 -DSIZEOF_INT=4 -DSIZEOF_LONG=4<br>>>>> -DHAVE_NANOSLEEP=1 -DPA_USE_COREAUDIO=1 -DHAVE_LIBKERN_OSATOMIC_H=1<br>>>>> src/common/pa_cpuload.c -fno-common -DPIC -o src/common/
<br>>>>> pa_cpuload.o<br>>>>> src/common/pa_cpuload.c:55:20: error: assert.h: No such file or<br>>>>> directory<br>>>>> src/common/pa_cpuload.c:55:20: error: assert.h: No such file or
<br>>>>> directory<br>>>>> lipo: can't figure out the architecture type of: /var/tmp//<br>>>>> ccZF5Xkv.out<br>>>>> make[6]: *** [src/common/pa_cpuload.lo] Error 1<br>>>>> make[5]: *** [../../../../libs/portaudio/lib/libportaudio.la]
<br>>>>> Error 2<br>>>>> make[4]: *** [all] Error 1<br>>>>> make[3]: *** [mod_portaudio-all] Error 1<br>>>>> make[2]: *** [all-recursive] Error 1<br>>>>> make[1]: *** [all-recursive] Error 1
<br>>>>> make: *** [all] Error 2<br>>>>><br>>>>> As I'm a newbie in Mac and Mac OSX, I could make something wrong<br>>>>> with<br>>>>> preparing the system, so this could be mine fault instead of
<br>>>>> FS's. (I<br>>>>> got a Mac Mini for testing with supervisor login, added xcodetools<br>>>>> from<br>>>>> the bundled CD than I continued adding subversion for Mac from
<br>>>>> the net<br>>>>> and then MacPorts).<br>>>>><br>>>>> uname -a:<br>>>>> Darwin visnet-303.lan 8.0.0 Darwin Kernel Version 8.0.0: Sat Mar 26<br>>>>> 14:15:22 PST 2005; root:
xnu-792.obj~1/RELEASE_PPC Power Macintosh<br>>>>> powerpc<br>>>>><br>>>>> visnet-303:~/fs supervisor$ sudo find / | grep assert.h<br>>>>> Password:<br>>>>> /Library/Frameworks/Python.framework/Versions/2.5/Resources/
<br>>>>> English.lproj/Documentation/ref/assert.html<br>>>>> /System/Library/Frameworks/Kernel.framework/Versions/A/Headers/<br>>>>> IOKit/assert.h<br>>>>> /System/Library/Frameworks/Kernel.framework/Versions/A/Headers/
<br>>>>> kern/<br>>>>> assert.h<br>>>>> /usr/include/assert.h<br>>>>> /usr/include/net-snmp/library/snmp_assert.h<br>>>>> /usr/include/php/ext/standard/php_assert.h
<br>>>>><br>>>>><br>>>>> Unfortunately the "Software upgrade" doesn't work on this mac (it<br>>>>> just<br>>>>> crashes) so I don't know how to upgrade to newer versions (like
<br>>>>> 10.4.9).<br>>>>><br>>>>> Thank you in advance,<br>>>>><br>>>>> Tamas<br>>>>><br>>>>> _______________________________________________
<br>>>>> Freeswitch-dev mailing list<br>>>>> <a href="mailto:Freeswitch-dev@lists.freeswitch.org">Freeswitch-dev@lists.freeswitch.org</a><br>>>>> <a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-dev">
http://lists.freeswitch.org/mailman/listinfo/freeswitch-dev</a><br>>>>> UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/">http://lists.freeswitch.org/mailman/options/</a><br>>>>> freeswitch-dev
<br>>>>> <a href="http://www.freeswitch.org">http://www.freeswitch.org</a><br>>>>><br>>>><br>>>><br>>>> _______________________________________________<br>>>> Freeswitch-dev mailing list
<br>>>> <a href="mailto:Freeswitch-dev@lists.freeswitch.org">Freeswitch-dev@lists.freeswitch.org</a><br>>>> <a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-dev">http://lists.freeswitch.org/mailman/listinfo/freeswitch-dev
</a><br>>>> UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-">http://lists.freeswitch.org/mailman/options/freeswitch-</a><br>>>> dev<br>>>> <a href="http://www.freeswitch.org">
http://www.freeswitch.org</a><br>>>><br>>>><br>>><br>>><br>>> _______________________________________________<br>>> Freeswitch-dev mailing list<br>>> <a href="mailto:Freeswitch-dev@lists.freeswitch.org">
Freeswitch-dev@lists.freeswitch.org</a><br>>> <a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-dev">http://lists.freeswitch.org/mailman/listinfo/freeswitch-dev</a><br>>> UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-">
http://lists.freeswitch.org/mailman/options/freeswitch-</a><br>>> dev<br>>> <a href="http://www.freeswitch.org">http://www.freeswitch.org</a><br>><br>><br>> _______________________________________________
<br>> Freeswitch-dev mailing list<br>> <a href="mailto:Freeswitch-dev@lists.freeswitch.org">Freeswitch-dev@lists.freeswitch.org</a><br>> <a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-dev">http://lists.freeswitch.org/mailman/listinfo/freeswitch-dev
</a><br>> UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-dev">http://lists.freeswitch.org/mailman/options/freeswitch-dev</a><br>> <a href="http://www.freeswitch.org">http://www.freeswitch.org
</a><br>><br>><br>> _______________________________________________<br>> Freeswitch-dev mailing list<br>> <a href="mailto:Freeswitch-dev@lists.freeswitch.org">Freeswitch-dev@lists.freeswitch.org</a><br>>
<a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-dev">http://lists.freeswitch.org/mailman/listinfo/freeswitch-dev</a><br>> UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-dev">
http://lists.freeswitch.org/mailman/options/freeswitch-dev</a><br>> <a href="http://www.freeswitch.org">http://www.freeswitch.org</a><br><br><br>_______________________________________________<br>Freeswitch-dev mailing list
<br><a href="mailto:Freeswitch-dev@lists.freeswitch.org">Freeswitch-dev@lists.freeswitch.org</a><br><a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-dev">http://lists.freeswitch.org/mailman/listinfo/freeswitch-dev
</a><br>UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-dev">http://lists.freeswitch.org/mailman/options/freeswitch-dev</a><br><a href="http://www.freeswitch.org">http://www.freeswitch.org</a><br>
</blockquote></div><br>