linphone-developers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Linphone-developers] Need help in starting with Linphone-wp


From: Madhu Sudhan
Subject: Re: [Linphone-developers] Need help in starting with Linphone-wp
Date: Sat, 19 Dec 2015 19:03:26 +0530

Hi,
I have tried building the code again.. but still i land up with the below errors as attached in the screen shot.Kindly Let me know if anyone came across the same?
I am unable to figure out where have i missed anything or whats the fault that is not allowing me to  build the linphone for wp8 using c#

Please suggest in resolving the errors.Thanks.

Regards,
Madhu Sudhan

On Sat, Dec 12, 2015 at 1:40 PM, Madhu Sudhan <address@hidden> wrote:
Hi,

Yes i have followed the steps as specified. when i am building the solution. i run into 372 error.
Most of the errors are related with building of the core assembly.

Like :
The type or namespace name 'LinphoneChatMessage' could not be found (are you missing a using directive or an assembly reference?)
The type or namespace name 'Core' does not exist in the namespace 'Linphone' (are you missing an assembly reference?


Is there anything specific that needs to be donw to build the Linphone.Core assembly in order to use the same?

Thanks & Regards,
Madhu Sudhan Chandak

On Tue, Dec 8, 2015 at 6:59 PM, Santhosh Naini <address@hidden> wrote:

Hi,

Yes Mr Madhu sudhan, please read the documentation properly


check in your system do you have java and getgnuwin32 if don’t download it

 

For getgnuwin32:
download getgnuwin32.exe file and run that file and it will say clearly how to install all the files(you have to use commond prompt)

 

//////////////
and kept in the path as earlier

Then compile the code

 

From: linphone-developers-bounces+snaini=address@hidden [mailto:linphone-developers-bounces+snaini=address@hidden] On Behalf Of Madhu Sudhan
Sent: 08 December 2015 06:38 PM


To: address@hidden
Subject: Re: [Linphone-developers] Need help in starting with Linphone-wp

 

Hi,

 

Thanks for the quick response..... now after reinstallation and minor modifications i am able to run the git command through command prompt actually the portable git folder was not registered in environment variables. after doing the same i was able to use the git command and clone the code.

 

now after getting the code from while building the code after cloning using  git clone git://git.linphone.org/linphone-wp.git --recursive

 i am getting a total of 367 errors.

is there anything else i need to follow from the above steps..?

 

I was not clear about the  following:

 wget, gawk, unzip, grep and sed from the GnuWin32 project and put them in your PATH (http://gnuwin32.sourceforge.net/) for belle-sip and some mediastreamer2 codecs
* The Java Runtime Environment (JRE). The 'java' command must be in the PATH.
* The sources of the project. /!\ You can't have a folder that contains a space character in the path of the sources. /!\
 
 
Please suggest if i am missing anything else in order to resolve the errors.

 

Thanks & Regards,

Madhu Sudhan Chandak

 

 

 

On Tue, Dec 8, 2015 at 4:42 PM, Amit Bagga <address@hidden> wrote:

Did you follow the installation steps correctly. If you did then you wont run into issues. You have to register the git command for shell.

Please re-run the setup for git. Please read what the setup is trying to do instead of next next.

Thank You,

AB

 

On Tue, Dec 8, 2015 at 4:37 PM, Madhu Sudhan <address@hidden> wrote:

Hi,

 

I have followed what you have said and placed my folder path in the environment variable. i am unable to run the git command  through command prompt.are  there any configuration changes to be made after installing git? i have downloaded git 2.6.3- 64 bit.exe and installed the same.

 

Thanks & Regards,

Madhu Sudhan

 

On Tue, Dec 8, 2015 at 10:35 AM, Santhosh Naini <address@hidden> wrote:

Hi
ok go to Environment variable in that Path variable you have to keep your folder path

Example: C:\gnuwin32\bin

 

 

From: linphone-developers-bounces+snaini=address@hidden [mailto:linphone-developers-bounces+snaini=address@hidden] On Behalf Of Madhu Sudhan
Sent: 07 December 2015 07:34 PM
To: address@hidden
Subject: Re: [Linphone-developers] Need help in starting with Linphone-wp

 

Hi,

Thanks for the Reply.

Firstly regarding downloading git and keep it in your path.-- i am not clear about which path we should keep the same.

I was able to install Gnuwin32 and have created a seperate folder for unzipping all the related files. also in which path should i make the project GNuwin32?

 

but i am unable to run the git command in command prompt. (not sure from which path should i run the git command.)

 

 

I have the below system requirements

 A computer with Windows 8 
* Visual Studio 2015
* The Windows Phone 8 SDK 
 
 
unable to understand the below steps:
 wget, gawk, unzip, grep and sed from the GnuWin32 project and put them in your PATH (http://gnuwin32.sourceforge.net/) for belle-sip and some mediastreamer2 codecs
* The Java Runtime Environment (JRE). The 'java' command must be in the PATH.
* The sources of the project. /!\ You can't have a folder that contains a space character in the path of the sources. /!\
 
Kindly suggest me in case i have missed something .
 
 
Thanks And Regards,
Madhu Sudhan Chandak
 

 

On Mon, Dec 7, 2015 at 2:22 PM, Santhosh Naini <address@hidden> wrote:

Hi ,
 I built linphone-wp on my VS2013



Firstly you have to download git and keep it in your path



and GnuWin32 and follow the instruction how to install GnuWin32 and make this too in path







then open your command prompt with admin mode



and use this command git clone git://git.linphone.org/linphone-wp.git --recursive 
 
Example: c:\users\snaini> git clone git://git.linphone.org/linphone-wp.git --recursive
 
And make sure that all the below mentioned steps should follow
   



In order to compile Linphone, you need:
* A computer with Windows 8 (Pro if you want to use the emulator)
* Visual Studio 11 (2012)
* The Windows Phone 8 SDK
* wget, gawk, unzip, grep and sed from the GnuWin32 project and put them in your PATH (http://gnuwin32.sourceforge.net/) for belle-sip and some mediastreamer2 codecs
* The Java Runtime Environment (JRE). The 'java' command must be in the PATH.
* The sources of the project. /!\ You can't have a folder that contains a space character in the path of the sources. /!\

 

 

From: linphone-developers-bounces+snaini=address@hidden [mailto:linphone-developers-bounces+snaini=address@hidden] On Behalf Of Madhu Sudhan
Sent: 07 December 2015 10:14 AM
To: address@hidden
Subject: [Linphone-developers] Need help in starting with Linphone-wp

 

Hi All,

 

Good morning,

 

I am very much interested in working with linphone for windows.

 

I need help to kickstartin a right manner..i was unable to find the right source code to start with..though i got various number of source codes in git..i was unable to build the supporting classes with it...

 

can anyone help me in finding and building the right code to work with linphone for windows phone.Any help/guidance would be greatly appreciated..

 

Thanks  & Regards,

Madhu Sudhan Chandak

 


_______________________________________________
Linphone-developers mailing list
address@hidden
https://lists.nongnu.org/mailman/listinfo/linphone-developers



 


_______________________________________________
Linphone-developers mailing list
address@hidden
https://lists.nongnu.org/mailman/listinfo/linphone-developers



 

--

​​

 


_______________________________________________
Linphone-developers mailing list
address@hidden
https://lists.nongnu.org/mailman/listinfo/linphone-developers








Attachment: linerrorswp.PNG
Description: PNG image


reply via email to

[Prev in Thread] Current Thread [Next in Thread]