Subj : Re: Where is jsautocfg.h file under Windows NT? To : From : sumit_babu@hotmail.com (Sumit Babu) Date : Sun Feb 16 2003 02:24 pm This is a multi-part message in MIME format. ------=_NextPart_000_005C_01C2D5F5.2AD80860 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable "David Bradley" wrote in message = news:3E4B96F7.7070200@netscape.com... >=20 > It should be created in your object directory as well. Worse case you=20 > could just manually create a blank file, since that's all this does. >=20 > 344 ifeq ($(OS_ARCH),WINNT) > 345 jsautocfg.h: > 346 touch $@ > 347 else > 348 jsautocfg.h: jscpucfg$(BIN_SUFFIX) > 349 @rm -f $@ jsautocfg.tmp > 350 ./jscpucfg > jsautocfg.tmp > 351 mv jsautocfg.tmp $@ > 352 endif >=20 Nope. No good. The SpiderMonkey lib is compiling correctly. But, I am = compiling JavaScript::SpiderMonkey perl module latter which, I am not = able to compile if there is a blank/no jsautocfg.h file.=20 > The Makefile.ref seems to only reference this file and not build it.=20 > Wonder if that's a bug in that makefile. Looks like the makefile (js.mak) file does not create it. I am using VC = 6.0 Compiler to compile the project. Is there any know limitations with = VC 6.0 compiler? Also as, the linux version goes through fine, I am = suspecting some problem with either the compiler or the makefile = (js.mak). Is there any known limitation/Change with the way in which to = compile the lib other than that is mentioned in the Readme.html? ---- Sumit. ************************************************************************ Love in your heart wasn't put there to stay. Love isn't love 'til you give it away. -- Oscar Hammerstein II ************************************************************************ ------=_NextPart_000_005C_01C2D5F5.2AD80860 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
"David Bradley" <dbradleyXSPAM@netscape.com= >=20 wrote in message news:3E4B96F7.7070200@netscap= e.com...
>
> It should be created in your object directory as = well. Worse=20 case you
> could just manually create a blank file, since that's = all this=20 does.
>
> 344 ifeq ($(OS_ARCH),WINNT)
> 345=20 jsautocfg.h:
> 346         = touch=20 $@
> 347 else
> 348 jsautocfg.h: = jscpucfg$(BIN_SUFFIX)
>=20 349         @rm -f $@=20 jsautocfg.tmp
> = 350        =20 ../jscpucfg > jsautocfg.tmp
>=20 351         mv jsautocfg.tmp = $@
>=20 352 endif
>
 
Nope. No good. The SpiderMonkey lib is compiling correctly. But, I = am=20 compiling JavaScript::SpiderMonkey perl module latter which, I am not = able to=20 compile if there is a blank/no jsautocfg.h file.
 
> The Makefile.ref seems to only reference this file and not = build it.=20
> Wonder if that's a bug in that makefile.

 
Looks like the makefile (js.mak) file does not create it. I am = using VC 6.0=20 Compiler to compile the project. Is there any know limitations with VC = 6.0=20 compiler? Also as, the linux version goes through fine, I am suspecting = some=20 problem with either the compiler or the makefile (js.mak). Is there any = known=20 limitation/Change with the way in which to compile the lib other than = that is=20 mentioned in the Readme.html?
----
Sumit.
********************************************************************= ****
 
Love in your heart wasn't put there to stay.
Love isn't love = 'til you=20 give it=20 away.
          &nbs= p;    =20 -- Oscar Hammerstein II
 
********************************************************************= ****
------=_NextPart_000_005C_01C2D5F5.2AD80860-- .