[Red5] compiling on OS X

Dominick Accattato daccattato at gmail.com
Mon Dec 3 13:28:30 PST 2007


commenting out the following line does work as Dan has pointed out:
<!-- <antcall target="compile_script" inheritAll="true" inheritRefs="true"/>
-->

On Dec 3, 2007 4:26 PM, Dominick Accattato <daccattato at gmail.com> wrote:

> Just want to add that I recently got a mac and I get the same errors on
> trying to build.
>
>
> On Oct 31, 2007 3:50 PM, Mondain <mondain at gmail.com> wrote:
>
> > Far as I am aware, it is working on mac.. Thijs has built it on many
> > occasions after the 0.6.3 release.
> >
> > Paul
> >
> >
> > On Oct 31, 2007 1:19 AM, Daniel Rossi < spam at electroteque.org> wrote:
> >
> > > Not sure but i think its for the javascript application functionality
> > > via Rhino. Its broken not sure if its been reported before ? Would be
> > > nice if there is a PHP5 builder for applications, so 'anybody' is
> > > able to build them rather than just myself ;\ It seems you do need
> > > spring / java knowledge so far. Or there is the spring / javascript /
> > > python.
> > >
> > >
> > > On 31/10/2007, at 6:49 PM, Nayan Savla wrote:
> > >
> > > > Hi Daniel,
> > > >
> > > > i commented out the compile_script targets in the build.xml and now
> > > > it works fine. wondering what is this scripting all about
> > > >
> > > > thanks
> > > > Nayan
> > > >
> > > > On Oct 31, 2007, at 12:13 AM, Daniel Rossi wrote:
> > > >
> > > >> Hey remove the dependancy for the build-script target in the
> > > >> build.xml file it doesnt work, very broken.
> > > >>
> > > >> On 31/10/2007, at 5:51 PM, Nayan Savla wrote:
> > > >>
> > > >>> Hi all,
> > > >>>
> > > >>> i am getting the following errors while compiling red5 on OS X
> > > >>> 10.4.10
> > > >>>
> > > >>> compile_script:
> > > >>>       [echo] Scripting compatibility is available true
> > > >>>      [javac] Compiling 4 source files to /Applications/Red5/bin
> > > >>>      [javac] /Applications/Red5/src/org/red5/server/script/rhino/
> > > >>> RhinoScriptUtils.java:116: cannot find symbol
> > > >>>      [javac] symbol  : method invokeFunction
> > > >>> ( java.lang.String,java.lang.Object[])
> > > >>>      [javac] location: interface javax.script.Invocable
> > > >>>      [javac]                     o = ((Invocable)
> > > >>> engine).invokeFunction("Wrapper",
> > > >>>      [javac]                                             ^
> > > >>>      [javac] /Applications/Red5/src/org/red5/server/script/rhino/
> > > >>> RhinoScriptUtils.java:156: cannot find symbol
> > > >>>      [javac] symbol  : method invokeFunction
> > > >>> (java.lang.String,java.lang.Object[])
> > > >>>      [javac] location: interface javax.script.Invocable
> > > >>>      [javac]                                     o =
> > > >>> invocable.invokeFunction(name, args);
> > > >>>      [javac]                                                  ^
> > > >>>      [javac] /Applications/Red5/src/org/red5/server/script/rhino/
> > > >>> RhinoScriptUtils.java:159: cannot find symbol
> > > >>>      [javac] symbol  : method invokeMethod
> > > >>> (java.lang.Object,java.lang.String,java.lang.Object[])
> > > >>>      [javac] location: interface javax.script.Invocable
> > > >>>      [javac]                                             o =
> > > >>> invocable.invokeMethod(instance, name, args);
> > > >>>
> > > >>> [javac]                                                          ^
> > >
> > > >>>      [javac] /Applications/Red5/src/org/red5/server/script/rhino/
> > > >>> RhinoScriptUtils.java:166: cannot find symbol
> > > >>>      [javac] symbol  : method invokeFunction
> > > >>> ( java.lang.String,java.lang.Object[])
> > > >>>      [javac] location: interface javax.script.Invocable
> > > >>>      [javac]                                                     o
> > > =
> > > >>> invocable.invokeFunction (name, args);
> > > >>>
> > > >>> [javac]
> > > >>>   ^
> > > >>>      [javac] Note: /Applications/Red5/src/org/red5/server/script/
> > > >>> rhino/RhinoScriptUtils.java uses unchecked or unsafe operations.
> > > >>>      [javac] Note: Recompile with -Xlint:unchecked for details.
> > > >>>      [javac] 4 errors
> > > >>>
> > > >>> BUILD FAILED
> > > >>> /Applications/Red5/build.xml:156: The following error occurred
> > > while
> > > >>> executing this line:
> > > >>> /Applications/Red5/build.xml:301: Compile failed; see the compiler
> > > >>> error output for details.
> > > >>>
> > > >>> i have changed my target from 1.5 to 1.6
> > > >>>
> > > >>> any help will be appreaciated. this is red 0.63 build.
> > > >>>
> > > >>> i have tried doing the svn checkout of the 0.63 build and i still
> > > >>> get
> > > >>> the same error.
> > > >>>
> > > >>> thanks
> > > >>> Nayan
> > > >>>
> > > >>> _______________________________________________
> > > >>> Red5 mailing list
> > > >>> Red5 at osflash.org
> > > >>> http://osflash.org/mailman/listinfo/red5_osflash.org
> > > >>
> > > >>
> > > >> _______________________________________________
> > > >> Red5 mailing list
> > > >> Red5 at osflash.org
> > > >> http://osflash.org/mailman/listinfo/red5_osflash.org
> > > >
> > > >
> > > > _______________________________________________
> > > > Red5 mailing list
> > > > Red5 at osflash.org
> > > > http://osflash.org/mailman/listinfo/red5_osflash.org
> > >
> > >
> > > _______________________________________________
> > > Red5 mailing list
> > > Red5 at osflash.org
> > > http://osflash.org/mailman/listinfo/red5_osflash.org
> > >
> >
> >
> >
> > --
> > It is difficult to free fools from the chains they revere. - Voltaire
> > _______________________________________________
> > Red5 mailing list
> > Red5 at osflash.org
> > http://osflash.org/mailman/listinfo/red5_osflash.org
> >
> >
>
>
> --
> Dominick Accattato, CTO
> Infrared5 Inc.
> www.infrared5.com




-- 
Dominick Accattato, CTO
Infrared5 Inc.
www.infrared5.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://osflash.org/pipermail/red5_osflash.org/attachments/20071203/cf0a1f84/attachment.html 


More information about the Red5 mailing list