thanks sit but i have problem when build it libape-spidermonkey.c: In function âape_cb_joinâ: libape-spidermonkey.c:3450: error: âjsvalâ undeclared (first use in this function) libape-spidermonkey.c:3450: error: expected â;â before âparamsâ libape-spidermonkey.c:3452: error: âparamsâ undeclared (first use in this function) libape-spidermonkey.c:3452: error: âJSObjectâ undeclared (first use in this function) libape-spidermonkey.c:3452: error: expected expression before â)â token libape-spidermonkey.c:3453: error: expected expression before â)â token libape-spidermonkey.c:3455: warning: passing argument 2 of âape_fire_callbackâ makes pointer from integer without a cast libape-spidermonkey.c:3186: note: expected âstruct acetables *â but argument is of type âintâ libape-spidermonkey.c:3455: error: too many arguments to function âape_fire_callbackâ libape-spidermonkey.c:3459: warning: passing argument 2 of âape_fire_callbackâ makes pointer from integer without a cast libape-spidermonkey.c:3186: note: expected âstruct acetables *â but argument is of type âintâ libape-spidermonkey.c:3459: error: too many arguments to function âape_fire_callbackâ libape-spidermonkey.c:3460: warning: passing argument 2 of âape_fire_callbackâ makes pointer from integer without a cast libape-spidermonkey.c:3186: note: expected âstruct acetables *â but argument is of type âintâ libape-spidermonkey.c:3460: error: too many arguments to function âape_fire_callbackâ libape-spidermonkey.c: In function âape_cb_leftâ: libape-spidermonkey.c:3465: error: âjsvalâ undeclared (first use in this function) libape-spidermonkey.c:3465: error: expected â;â before âparamsâ libape-spidermonkey.c:3467: error: âparamsâ undeclared (first use in this function) libape-spidermonkey.c:3467: error: âJSObjectâ undeclared (first use in this function) libape-spidermonkey.c:3467: error: expected expression before â)â token libape-spidermonkey.c:3468: error: expected expression before â)â token libape-spidermonkey.c:3470: warning: passing argument 2 of âape_fire_callbackâ makes pointer from integer without a cast libape-spidermonkey.c:3186: note: expected âstruct acetables *â but argument is of type âintâ libape-spidermonkey.c:3470: error: too many arguments to function âape_fire_callbackâ libape-spidermonkey.c: In function âape_cb_addsubuserâ: libape-spidermonkey.c:3478: error: âJSObjectâ undeclared (first use in this function) libape-spidermonkey.c:3478: error: âsubjsâ undeclared (first use in this function) libape-spidermonkey.c:3480: error: âJSContextâ undeclared (first use in this function) libape-spidermonkey.c:3480: error: âgcxâ undeclared (first use in this function) libape-spidermonkey.c:3480: error: expected expression before â)â token libape-spidermonkey.c:3482: error: âsubuser_classâ undeclared (first use in this function) libape-spidermonkey.c:3489: error: expected expression before â)â token libape-spidermonkey.c: In function âape_cb_delsubuserâ: libape-spidermonkey.c:3498: error: âJSContextâ undeclared (first use in this function) libape-spidermonkey.c:3498: error: âgcxâ undeclared (first use in this function) libape-spidermonkey.c:3498: error: expected expression before â)â token libape-spidermonkey.c:3503: error: âJSObjectâ undeclared (first use in this function) libape-spidermonkey.c:3503: error: expected expression before â)â token
On Saturday, September 1, 2012 10:12:07 PM UTC+3, Pablo wrote: > > People use it, is not officially stable > On Sep 1, 2012 1:34 PM, "Barak" <[email protected] <javascript:>> wrote: > >> thank you but is this version is stable and can i use it in production >> site >> >> On Saturday, September 1, 2012 6:32:09 PM UTC+3, Pablo wrote: >>> >>> You need to build the ape server from the github source. Version 1.1.1 >>> and below has outdated websocket support. If you build it from source i >>> think it will be version 1.1.2-dev >>> On Sep 1, 2012 1:55 AM, "Barak" <[email protected]> wrote: >>> >>>> Hello >>>> >>>> I am trying to use web socket by setting the APE.Config.transport = 6; >>>> >>>> But i always got error Unrecognized frame opcode: 4 in the console and >>>> the messages aren't sent >>>> If i remove the APE.Config.transport = 6; or set to another value it >>>> works but i note in the console every message sent from the server the >>>> current connection to the ape disconnected and start a new connection >>>> But the data are archived fine IS THIS PROBLEM and which is better to >>>> use APE.Config.transport = 6; or to remove it and why web socket don't >>>> work i don't change any thing to the server does it need some >>>> configuration ? >>>> >>>> Many thanks to all >>>> >>>> -- >>>> You received this message because you are subscribed to the Google >>>> Groups "APE Project" group. >>>> To post to this group, send email to [email protected] >>>> To unsubscribe from this group, send email to >>>> ape-project...@**googlegroups.com >>>> For more options, visit this group at >>>> http://groups.google.com/**group/ape-project?hl=en<http://groups.google.com/group/ape-project?hl=en> >>>> --- >>>> APE Project (Ajax Push Engine) >>>> Official website : http://www.ape-project.org/ >>>> Git Hub : http://github.com/APE-Project/ >>>> >>> -- >> You received this message because you are subscribed to the Google >> Groups "APE Project" group. >> To post to this group, send email to [email protected]<javascript:> >> To unsubscribe from this group, send email to >> [email protected] <javascript:> >> For more options, visit this group at >> http://groups.google.com/group/ape-project?hl=en >> --- >> APE Project (Ajax Push Engine) >> Official website : http://www.ape-project.org/ >> Git Hub : http://github.com/APE-Project/ >> > -- You received this message because you are subscribed to the Google Groups "APE Project" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/ape-project?hl=en --- APE Project (Ajax Push Engine) Official website : http://www.ape-project.org/ Git Hub : http://github.com/APE-Project/
