Closed
Bug 71432
Opened 24 years ago
Closed 14 years ago
Can't build JS shell on Windows with perlconnect
Categories
(Core :: JavaScript Engine, defect)
Tracking
()
RESOLVED
INVALID
People
(Reporter: kzi_at_job_100, Assigned: mkaply)
References
()
Details
Attachments
(1 file)
(deleted),
text/plain
|
Details |
Following the link ftp://ftp.mozilla.org/pub/js/js-1.5-rc3.tar.gz in Phils news-
entry I downloaded the rc3.
As I tried to build the API like rc1 and rc2 I ran into various errors with the
new feature of the perl support. First I have set PERL_SRC to my perl, but
obviously its not the expected one:
--------------------Configuration: JS - Win32 Debug--------------------
Compiling...
Command line warning D4024 : unrecognized source file type 'WIN32', object file
assumed
Command line warning D4027 : source file 'WIN32' ignored
JS.c
D:\devdir\mozilla\rc31\jstypes.h(309) : error C2632: 'long' followed by 'long'
is illegal
D:\devdir\mozilla\rc31\jstypes.h(310) : error C2632: 'long' followed by 'long'
is illegal
jsperl.c
d:\makeenv\perl\lib\core\perl.h(446) : warning C4273: 'strerror' : inconsistent
dll linkage. dllexport assumed.
d:\makeenv\perl\lib\core\perl.h(1200) : warning C4273: 'mktemp' : inconsistent
dll linkage. dllexport assumed.
d:\makeenv\perl\lib\core\perl.h(1201) : warning C4273: 'atof' : inconsistent
.....
JS.dll - 22 error(s), 13 warning(s)
-----------------------------------------------------------------------
I have found no note which perl version/distribution is required, the html docu
in the gzip file was no help there, so I kindly ask you to tell me were I can
find it.
Moreover I would suggest that adding perl is not mandantory, cause at last I
have no need for it and expect due the wide variety of our platforms with some
porting problems.
Also it would be nice, if there would be an information included which (bonsai)
version of the various files have made it into the archive.
Kind Regards
Klaus
Comment 4•24 years ago
|
||
Klaus, could you give us the following details:
What OS version are you using?
What version of Perl do you have?
Are you using the CygWin tools for Windows? If so, what version of CygWin?
What compiler are you using (including version number)?
Also, if you download the rc1 and rc2 tarballs today, are you still
able to build them? I'm just wondering if anything has changed on your
system since the first time you built them, so I'm curious if you
can build them now without any problems...thanks.
cc'ing rginda, mkaply, mccabe -
Status: UNCONFIRMED → NEW
Ever confirmed: true
Summary: rc3 of javavscript is missing docu how to build → RC3 of JavaScript is missing docu how to build
Comment 5•24 years ago
|
||
Reassigning to mkaply for his makefile expertise, and since this may be
related to these similar bugs: bug 59855, bug 71536, bug 71537
Assignee: rogerl → mkaply
Summary: RC3 of JavaScript is missing docu how to build → Can't build JS shell on Windows
Comment 6•24 years ago
|
||
kzi_at_job_100@yahoo.de: can you give us the information requested at
2001-03-09 10:56 above? That will help us diagnose what's wrong. Thanks -
Reporter | ||
Comment 7•24 years ago
|
||
Reporter | ||
Comment 8•24 years ago
|
||
Hello togehter,
sorry for the late response but I was on vacation.
CgWin: No, currently I use parts of MKSTools
Perl: 5.004
WinNt: 4.00.1381 ( 2 Processors )
Assignee | ||
Comment 9•23 years ago
|
||
Is this still an issue? Is anyone else seeing this problem?
Comment 10•22 years ago
|
||
ok, the jsperl error indicates the reporter was trying to build w/ perlconnect.
I haven't tried doing that yet, i added it to my list earlier this week.
what compiler were you using? (repeated from Comment #4)
Summary: Can't build JS shell on Windows → Can't build JS shell on Windows with perlconnect
Updated•18 years ago
|
QA Contact: pschwartau → general
Updated•14 years ago
|
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•