you get the following error:

 [javac]
/usr/adm/red5sip_2.1/src/java/org/red5/codecs/g729/Encoder.java:23:
unmappable character for encoding ASCII
    [javac]     // posi??????es

this mean you have "bad" characters in line 23 of Encoder.java
this line is commented, you can delete it with no issues


On Mon, Dec 16, 2013 at 9:24 PM, Mark Lin <[email protected]> wrote:

> Maybe I am asking a stupid question but certainly I do not understand what
> you mean,
> So please if you can to make it easy for me and save me search to infinity,
>
> Thank you
>
> 2013/12/15 Mark Lin <[email protected]>
>
>> which commented line?
>>
>>
>> 2013/12/15 Maxim Solodovnik <[email protected]>
>>
>>> please delete this commented line and rerun the build
>>
>>
>>
>> On Sun, Dec 15, 2013 at 5:19 PM, Mark Lin <[email protected]> wrote:
>>
>>> Thank you very much, i found it and install' so now i'm trying to
>>> compile red5 sip but build failed...
>>>
>>> cd /usr/adm
>>> $Commands svn checkout
>>> http://red5phone.googlecode.com/svn/branches/red5sip_2.1
>>> cd red5sip_2.1
>>>
>>> root16121:/usr/adm# cd red5sip_2.1
>>> root16121:/usr/adm/red5sip_2.1# $Commands
>>> /usr/adm/apache-ant-1.9.0/bin/ant clean.all
>>> Buildfile: /usr/adm/red5sip_2.1/build.xml
>>>
>>> BUILD FAILED
>>> Target "clean.all" does not exist in the project "red5sip".
>>>
>>> Total time: 0 seconds
>>> root16121:/usr/adm/red5sip_2.1# $Commands
>>> /usr/adm/apache-ant-1.9.0/bin/ant -Ddb=mysql
>>>
>>> ...
>>> vac]     // Recebe um array de byte de 20 ou 30 posi??????es
>>>     [javac]                                                     ^
>>>     [javac]
>>> /usr/adm/red5sip_2.1/src/java/org/red5/codecs/g729/Encoder.java:23:
>>> unmappable character for encoding ASCII
>>>     [javac]     // posi??????es
>>>     [javac]            ^
>>>     [javac]
>>> /usr/adm/red5sip_2.1/src/java/org/red5/codecs/g729/Encoder.java:23:
>>> unmappable character for encoding ASCII
>>>     [javac]     // posi??????es
>>>     [javac]             ^
>>>     [javac]
>>> /usr/adm/red5sip_2.1/src/java/org/red5/codecs/g729/Encoder.java:23:
>>> unmappable character for encoding ASCII
>>>     [javac]     // posi??????es
>>>     [javac]              ^
>>>     [javac]
>>> /usr/adm/red5sip_2.1/src/java/org/red5/codecs/g729/Encoder.java:23:
>>> unmappable character for encoding ASCII
>>>     [javac]     // posi??????es
>>>     [javac]               ^
>>>     [javac]
>>> /usr/adm/red5sip_2.1/src/java/org/red5/codecs/g729/Encoder.java:23:
>>> unmappable character for encoding ASCII
>>>     [javac]     // posi??????es
>>>     [javac]                ^
>>>     [javac]
>>> /usr/adm/red5sip_2.1/src/java/org/red5/codecs/g729/Encoder.java:23:
>>> unmappable character for encoding ASCII
>>>     [javac]     // posi??????es
>>>     [javac]                 ^
>>>     [javac] 12 errors
>>>
>>> BUILD FAILED
>>> /usr/adm/red5sip_2.1/build.xml:80: Compile failed; see the compiler
>>> error output for details.
>>>
>>> Total time: 8 seconds
>>>  Thank you
>>>
>>>
>>>
>>> 2013/12/14 Michael Wuttke <[email protected]>
>>>
>>>> Hello Mark,
>>>>
>>>> what kernel (kernel-headers) do you have installed?
>>>>
>>>> You can check this with the following command:
>>>>
>>>> dpkg -l | grep linux-headers
>>>>
>>>> If you do not have any kernel-headers installed look for your
>>>> kernel-version with:
>>>>
>>>> uname -r
>>>>
>>>> and install the right kernel-headers. You can search the headers with:
>>>>
>>>> apt-cache search linux-headers
>>>>
>>>> Greetings,
>>>> Michael
>>>>
>>>> Am 14.12.13 18:34, schrieb Mark Lin:
>>>> > Hello,
>>>> > I'm trying to set sip according -
>>>> > http://openmeetings.apache.org/red5sip-integration_3.0.html
>>>> > but in second line i get -
>>>> > sudo apt-get install build-essential linux-headers-`uname -r`
>>>> libxml2-dev
>>>> > libncurses5-dev libsqlite3-dev sqlite3 openssl libssl-dev
>>>> > Reading package lists... Done
>>>> > Building dependency tree
>>>> > Reading state information... Done
>>>> > E: Unable to locate package linux-headers-2.6.32-042stab079.6
>>>> > E: Couldn't find any package by regex
>>>> 'linux-headers-2.6.32-042stab079.6'
>>>> >
>>>> > Is it ok?
>>>> >
>>>> > Thank you
>>>> >
>>>>
>>>
>>>
>>
>>
>> --
>> WBR
>> Maxim aka solomax
>>
>


-- 
WBR
Maxim aka solomax

Reply via email to