[Freeswitch-users] Windows installation problem!

farzad jahangiri sisakht pardis741 at yahoo.com
Sun Jul 20 00:42:46 MSD 2014


Hi

Thanks a lot!
I tried v1.4 and it worked!
just to make sure, the skipped ones (26) and some warnings are not important, are they?
Also what would be the best up to date GUI for windows?  

Thanks



On Saturday, 19 July 2014, 12:39, Peter Olsson <peter at olssononline.se> wrote:
 


I commited a couple of Windows build fixes just now. You might want to pull latest.



2014-07-18 20:02 GMT+02:00 farzad jahangiri sisakht <pardis741 at yahoo.com>:

Hi, I just finished debugging it in visual studio 2012, it says:
>========== Build: 176 succeeded, 1 failed, 0 up-to-date, 25 skipped ==========
>
>I couldn't find the failed one except this if it is (not sure how to find it):
>28>------ Build started: Project: libaprutil, Configuration: Debug x64 ------
>4>  t_bitst.c
>28>  The system cannot find the file specified.
>28>  The system cannot find the file specified.
>
>48>------ Build started: Project: libv8, Configuration: Debug x64 ------
>44>  s23_meth.c
>48>  Building Google V8
>48>  The system cannot find the file specified.
>
>
>
>On Friday, 18 July 2014, 15:55, Michael Jerris <mike at jerris.com> wrote:
> 
>
>
>So it works now if you pull and build that project again or no?
>
>
>On Jul 17, 2014, at 6:57 PM, farzad jahangiri sisakht <pardis741 at yahoo.com> wrote:
>
>Hi
>>Yes you are right!
>>80>------ Build started: Project: portaudio, Configuration: Release DirectSound x64 ------
>>another one with fatal error:
>>145>------ Build started: Project: mod_PortAudio, Configuration: Release x64 ------
>>
>>
>>Thanks
>>
>>
>>
>>
>>On Thursday, 17 July 2014, 22:25, Michael Jerris <mike at jerris.com> wrote:
>> 
>>
>>
>>There was JUST some changes related to portaudio, i suspect they caused this.  What project is 80?
>>
>>
>>On Jul 17, 2014, at 5:12 PM, farzad jahangiri sisakht <pardis741 at yahoo.com> wrote:
>>
>>Hello again
>>>
>>>
>>>I finally could get best result from Visual studio 2012 and just have 3 errors that not sure if it's a bug, are they important or not:
>>>
>>>
>>>80>  pa_hostapi_skeleton.c
>>>80>c1 : fatal error C1083: Cannot open source file: '..\..\portaudio\src\hostapi\skeleton\pa_hostapi_skeleton.c': No such file or directory
>>>80>  pa_win_wasapi.c
>>>80>c1 : fatal error C1083: Cannot open source file: '..\..\portaudio\src\hostapi\wasapi\pa_win_wasapi.c': No such file or directory
>>>80>  pa_win_coinitialize.c
>>>80>c1 : fatal error C1083: Cannot open source file: '..\..\portaudio\src\os\win\pa_win_coinitialize.c': No such file or directory
>>>
>>>pablio.c
>>>145>LINK : fatal error LNK1181: cannot open input file 'C:\FS_GIT\libs\win32\portaudio\x64\Release DirectSound\portaudio.lib'
>>>
>>>
>>>Anyone knows about this?
>>>
>>>
>>>Thank you
>>>
>>>
>>>
>>>
>>>On Thursday, 17 July 2014, 16:04, farzad jahangiri sisakht <pardis741 at yahoo.com> wrote:
>>> 
>>>
>>>
>>>Thanks peter
>>>
>>>
>>>I just finished it and it says: build successful with: 
>>>19 succeeded, 0 failed, 0 up-to-date, 151 skipped
>>>
>>>I used : https://stash.freeswitch.org/scm/fs/freeswitch.git  
>>>is this normal?
>>>Also which folder is the output now? There's no X64 folder there and in the Win32/release there's just a sound folder.
>>>
>>>Thanks for your help
>>>
>>>On Thursday, 17 July 2014, 15:20, Peter Olsson <peter at olssononline.se> wrote:
>>> 
>>>
>>>
>>>The warnings should be ok. Most of them has been taken care of in VS2012 build. However, errors is of course a problem :) If you find errors after a normal build, please file a Jira.
>>>
>>>
>>>/Peter
>>>
>>>
>>>
>>>2014-07-17 15:53 GMT+02:00 farzad jahangiri sisakht <pardis741 at yahoo.com>:
>>>
>>>Thank you.
>>>>I guess all those warnings and skipped ones are not important maybe! Just trying again,I think things are more clear now. :)
>>>>
>>>>
>>>>
>>>>
>>>>On Thursday, 17 July 2014, 14:50, Brian West <brian at freeswitch.org> wrote:
>>>> 
>>>>
>>>>
>>>>I'm no wizard when it comes to windows, but I rarely have issues building on windows... when I do its rather apparent some new change has caused the breakage then I go find Jeff and Peter and see if we can fix it. :)
>>>>
>>>>
>>>>
>>>>On Thu, Jul 17, 2014 at 7:51 AM, Peter Olsson <peter at olssononline.se> wrote:
>>>>
>>>>I shouldn't matter what OS you build on. Try doing a normal "Build" and you should be fine.
>>>>>
>>>>>
>>>>>
>>>>>2014-07-17 14:10 GMT+02:00 farzad jahangiri sisakht <pardis741 at yahoo.com>:
>>>>>
>>>>>Thanks for your reply.
>>>>>>I forgot to mention that I've been using VS 2010 on a windows server datacenter edition 2012 on a VPS. Do you think this can affect the process and can I create an installer in another windows and then install it on the target vps? I think the installer could get installed but the problem is that the I need more than default modules.
>>>>>>
>>>>>>
>>>>>>Thanks again.
>>>>>>
>>>>>>
>>>>>>
>>>>>>On Thursday, 17 July 2014, 7:41, Peter Olsson <peter at olssononline.se> wrote:
>>>>>> 
>>>>>>
>>>>>>
>>>>>>First of all. Don't use "Rebuild All", it's never done anything good :) I think the best would be to clean the directory again (using a fresh git clone, or do "git clean -fdx"). Then do a Build, instead of Rebuild.
>>>>>>
>>>>>>
>>>>>>That should make things work better.
>>>>>>
>>>>>>
>>>>>>When it's done, just execute the output executable found in the Debug folder.
>>>>>>
>>>>>>
>>>>>>/Peter
>>>>>>
>>>>>>
>>>>>>
>>>>>>2014-07-17 4:04 GMT+02:00 farzad jahangiri sisakht <pardis741 at yahoo.com>:
>>>>>>
>>>>>>Hello everybody
>>>>>>>
>>>>>>>
>>>>>>>I've been trying to test the Freeswitch on windows and as I need the 
mod_skypopen , so I need to build it from source. I followed the wiki 
page but it's very unclear at some points.
>>>>>>>I have built the solution but with many warnings and errors like files 
that couldn't fine and so on, below is the link to the txt file of output messages.
>>>>>>>Please kindly see if all are right here? And also after
 building the solution where is executable files and output, How can I 
run the Freeeswitch? Do I need to install it then or is it ready? This 
part is not clear for people who are not familiar with Visual studio. 
the installer package is more clear as it copies the files in the 
program files and ready to run.
>>>>>>>Do you know any installer with skypopen and gtalk module maybe?
>>>>>>>
>>>>>>>output file:
>>>>>>>http://www.aisoftworld.com/build.txt
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>>Many thanks for your help in advance.
>>>>>>>_________________________________________________________________________
>>>>>>>Professional FreeSWITCH Consulting Services:
>>>>>>>consulting at freeswitch.org
>>>>>>>http://www.freeswitchsolutions.com
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>>Official FreeSWITCH Sites
>>>>>>>http://www.freeswitch.org
>>>>>>>http://wiki.freeswitch.org
>>>>>>>http://www.cluecon.com
>>>>>>>
>>>>>>>FreeSWITCH-users mailing list
>>>>>>>FreeSWITCH-users at lists.freeswitch.org
>>>>>>>http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
>>>>>>>UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
>>>>>>>http://www.freeswitch.org
>>>>>>>
>>>>>>>
>>>>>>
>>>>>>
>>>>>>_________________________________________________________________________
>>>>>>Professional FreeSWITCH Consulting Services:
>>>>>>consulting at freeswitch.org
>>>>>>http://www.freeswitchsolutions.com
>>>>>>
>>>>>>
>>>>>>
>>>>>>
>>>>>>Official FreeSWITCH Sites
>>>>>>http://www.freeswitch.org
>>>>>>http://wiki.freeswitch.org
>>>>>>http://www.cluecon.com
>>>>>>
>>>>>>FreeSWITCH-users mailing list
>>>>>>FreeSWITCH-users at lists.freeswitch.org
>>>>>>http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
>>>>>>UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
>>>>>>http://www.freeswitch.org
>>>>>>
>>>>>>
>>>>>>
>>>>>>_________________________________________________________________________
>>>>>>Professional FreeSWITCH Consulting Services:
>>>>>>consulting at freeswitch.org
>>>>>>http://www.freeswitchsolutions.com
>>>>>>
>>>>>>
>>>>>>
>>>>>>
>>>>>>Official FreeSWITCH Sites
>>>>>>http://www.freeswitch.org
>>>>>>http://wiki.freeswitch.org
>>>>>>http://www.cluecon.com
>>>>>>
>>>>>>FreeSWITCH-users mailing list
>>>>>>FreeSWITCH-users at lists.freeswitch.org
>>>>>>http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
>>>>>>UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
>>>>>>http://www.freeswitch.org
>>>>>>
>>>>>>
>>>>>
>>>>>_________________________________________________________________________
>>>>>Professional FreeSWITCH Consulting Services:
>>>>>consulting at freeswitch.org
>>>>>http://www.freeswitchsolutions.com
>>>>>
>>>>>
>>>>>
>>>>>
>>>>>Official FreeSWITCH Sites
>>>>>http://www.freeswitch.org
>>>>>http://wiki.freeswitch.org
>>>>>http://www.cluecon.com
>>>>>
>>>>>FreeSWITCH-users mailing list
>>>>>FreeSWITCH-users at lists.freeswitch.org
>>>>>http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
>>>>>UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
>>>>>http://www.freeswitch.org
>>>>>
>>>>>
>>>>
>>>>
>>>>
>>>>-- 
>>>>
>>>>Brian West
>>>>brian at freeswitch.org
>>>>
>>>>
>>>>Twitter: @FreeSWITCH , @briankwest
>>>>http://www.freeswitchbook.com
>>>>http://www.freeswitchcookbook.com
>>>>T:+19184209001 | F:+19184209002 | M:+1918424WEST (9378)
>>>>iNUM:+883 5100 1420 9001 | ISN:410*543 | Skype:briankwest
>>>>
>>>>_________________________________________________________________________
>>>>Professional FreeSWITCH Consulting Services:
>>>>consulting at freeswitch.org
>>>>http://www.freeswitchsolutions.com
>>>>
>>>>
>>>>
>>>>
>>>>Official FreeSWITCH Sites
>>>>http://www.freeswitch.org
>>>>http://wiki.freeswitch.org
>>>>http://www.cluecon.com
>>>>
>>>>FreeSWITCH-users mailing list
>>>>FreeSWITCH-users at lists.freeswitch.org
>>>>http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
>>>>UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
>>>>http://www.freeswitch.org
>>>>
>>>>
>>>>
>>>>_________________________________________________________________________
>>>>Professional FreeSWITCH Consulting Services:
>>>>consulting at freeswitch.org
>>>>http://www.freeswitchsolutions.com
>>>>
>>>>
>>>>
>>>>
>>>>Official FreeSWITCH Sites
>>>>http://www.freeswitch.org
>>>>http://wiki.freeswitch.org
>>>>http://www.cluecon.com
>>>>
>>>>FreeSWITCH-users mailing list
>>>>FreeSWITCH-users at lists.freeswitch.org
>>>>http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
>>>>UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
>>>>http://www.freeswitch.org
>>>>
>>>>
>>>
>>>
>>>_________________________________________________________________________
>>>Professional FreeSWITCH Consulting Services:
>>>consulting at freeswitch.org
>>>http://www.freeswitchsolutions.com
>>>
>>>FreeSWITCH-powered
 IP PBX: The CudaTel Communication Server
>>>
>>>
>>>Official FreeSWITCH Sites
>>>http://www.freeswitch.org
>>>http://wiki.freeswitch.org
>>>http://www.cluecon.com
>>>
>>>FreeSWITCH-users mailing list
>>>FreeSWITCH-users at lists.freeswitch.org
>>>http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
>>>UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
>>>http://www.freeswitch.org
>>>
>>>
>>>
>>>
>>>_________________________________________________________________________
>>>Professional FreeSWITCH Consulting Services:
>>>consulting at freeswitch.org
>>>http://www.freeswitchsolutions.com
>>>
>>>
>>>
>>>
>>>Official
 FreeSWITCH Sites
>>>http://www.freeswitch.org
>>>http://wiki.freeswitch.org
>>>http://www.cluecon.com
>>>
>>>FreeSWITCH-users mailing list
>>>FreeSWITCH-users at lists.freeswitch.org
>>>http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
>>>UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
>>>http://www.freeswitch.org
>>>
>>
>>
>>_________________________________________________________________________
>>Professional FreeSWITCH
 Consulting Services:
>>consulting at freeswitch.org
>>http://www.freeswitchsolutions.com
>>
>>
>>
>>
>>Official FreeSWITCH Sites
>>http://www.freeswitch.org
>>http://wiki.freeswitch.org
>>http://www.cluecon.com
>>
>>FreeSWITCH-users mailing list
>>FreeSWITCH-users at lists.freeswitch.org
>>http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
>>UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
>>http://www.freeswitch.org
>>
>>
>>_________________________________________________________________________
>>Professional FreeSWITCH Consulting Services:
>>consulting at freeswitch.org
>>http://www.freeswitchsolutions.com
>>
>>
>>
>>
>>Official FreeSWITCH Sites
>>http://www.freeswitch.org
>>http://wiki.freeswitch.org
>>http://www.cluecon.com
>>
>>FreeSWITCH-users mailing list
>>FreeSWITCH-users at lists.freeswitch.org
>>http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
>>UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
>>http://www.freeswitch.org
>>
>
>
>_________________________________________________________________________
>Professional FreeSWITCH Consulting Services:
>consulting at freeswitch.org
>http://www.freeswitchsolutions.com
>
>
>
>
>Official FreeSWITCH Sites
>http://www.freeswitch.org
>http://wiki.freeswitch.org
>http://www.cluecon.com
>
>FreeSWITCH-users mailing list
>FreeSWITCH-users at lists.freeswitch.org
>http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
>UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
>http://www.freeswitch.org
>
>
>
>_________________________________________________________________________
>Professional FreeSWITCH Consulting Services:
>consulting at freeswitch.org
>http://www.freeswitchsolutions.com
>
>
>
>
>Official FreeSWITCH Sites
>http://www.freeswitch.org
>http://wiki.freeswitch.org
>http://www.cluecon.com
>
>FreeSWITCH-users mailing list
>FreeSWITCH-users at lists.freeswitch.org
>http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
>UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
>http://www.freeswitch.org
>
>


_________________________________________________________________________
Professional FreeSWITCH Consulting Services:
consulting at freeswitch.org
http://www.freeswitchsolutions.com




Official FreeSWITCH Sites
http://www.freeswitch.org
http://wiki.freeswitch.org
http://www.cluecon.com

FreeSWITCH-users mailing list
FreeSWITCH-users at lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20140719/b4c6aa14/attachment-0001.html 


Join us at ClueCon 2016 Aug 8-12, 2016
More information about the FreeSWITCH-users mailing list