Re: [sr-dev] [kamailio/kamailio] Compile problem+fix on solaris in app_jsdt (#1072)

2017-06-13 Thread Daniel-Constantin Mierla
Closing this one, I aso upgraded to duktape 2.1.0 meanwhile. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub:

Re: [sr-dev] [kamailio/kamailio] Compile problem+fix on solaris in app_jsdt (#1072)

2017-06-13 Thread Daniel-Constantin Mierla
Closed #1072. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/issues/1072#event-1121333486___ Kamailio (SER) - Development Mailing List

Re: [sr-dev] [kamailio/kamailio] Compile problem+fix on solaris in app_jsdt (#1072)

2017-05-15 Thread Daniel-Constantin Mierla
Had any time to push to duktape? I would like to import it inside kamailio if there is a fix there. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub:

Re: [sr-dev] [kamailio/kamailio] Compile problem+fix on solaris in app_jsdt (#1072)

2017-04-28 Thread celan69
Just tried it, same problem. Will need to report it upstream! Not sure whether you need to fix it in your source tree, as solaris is becoming less and less common... I also checked whether ast/endian.h might be included in a package which I just happen to not have installed, but no, there is

Re: [sr-dev] [kamailio/kamailio] Compile problem+fix on solaris in app_jsdt (#1072)

2017-04-26 Thread Daniel-Constantin Mierla
Any chance to try with v2.0.2 as mentioned above? -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/issues/1072#issuecomment-297426352___

Re: [sr-dev] [kamailio/kamailio] Compile problem+fix on solaris in app_jsdt (#1072)

2017-04-18 Thread Daniel-Constantin Mierla
The file `duk_config.h` is imported from Duktape project as it is and I would try to avoid diverting from the official version: * https://duktape.org We had tuktape v2.0.0 and I just updated to v2.0.2. Can you try with kamailio master branch and see if all ok? I noticed some updates in the

[sr-dev] [kamailio/kamailio] Compile problem+fix on solaris in app_jsdt (#1072)

2017-04-15 Thread celan69
Kamailio 5 did not compile on solaris 11 anymore due to a missing ast/endian.h included from app_jsdt/duk_config.h. The solution is: --- kamailio-5.0.1~/src/modules/app_jsdt/duk_config.h 2017-04-05 15:32:38.0 + +++ kamailio-5.0.1/src/modules/app_jsdt/duk_config.h2017-04-15