< Previous by Date Date Index Next by Date >
  Thread Index Next in Thread >

[SFtrack] Created: (XECS-1117) js implementation needs to configure at build time


js implementation needs to configure at build time
--------------------------------------------------

                 Key: XECS-1117
                 URL: http://track.sipfoundry.org/browse/XECS-1117
             Project: sipXecs
          Issue Type: Improvement
    Affects Versions: 4.0
            Reporter: Carolyn Beeton


The js (javascript) implementation used by sipx includes a file which is 
supposed to be generated at build time (jsautocfg.h) which includes such 
platform-specific defines as "#define JS_BITS_PER_LONG    32L".

As part of the 64bit port, we upgraded the implementation to JavaScript-C 1.7.0 
2007-10-03, which solved many 64bit problems, but we kept the checked-in 
jsautocfg.h file.  We added a section to jsautocfg.h for x86_64 platforms under 
a conditional compile flag.  This will not work for 64bit ppc.  (The main 
stream currently has JavaScript-C 1.5 pre-release 4 2002-01-01).

We need to improve the build so that jsautocfg.h is generated at build time and 
will include the proper defs for the current platform.

There is a bit of discussion in 
http://list.sipfoundry.org/archive/sipx-dev/msg08777.html

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://track.sipfoundry.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira