[Prev][Next][Index][Thread]
Re: *Build Problems*
> I've been trying to build the most current version of Jigsaw1.0 beta1,
> without much luck.
>
> Currently, when I use SUN's jdk1.1.4 I get the following errors:
> *****************************************************************
> D:\http\Jigsaw\src\classes\w3c\tools\resources>make
> Compiling Resource.java
> Resource.java:10: Package w3c.tools.resources.event not found in import.
> import w3c.tools.resources.event.*;
> ^
> 1 error
> make: Error code 1
>
> D:\http\Jigsaw\src\classes\w3c\tools\resources>cd event
>
> D:\http\Jigsaw\src\classes\w3c\tools\resources\event>make
> Compiling StructureChangedEvent.java
> StructureChangedEvent.java:8: Package w3c.tools.resources not found in
> import.
> import w3c.tools.resources.*;
> ^
> 1 error
> make: Error code 1
> **************************************************************
> It looks like circular dependencies between w3c.tools.resources and
> w3c.tools.resources.event.
>
> DO I HAVE THE WRONG SOURCE CODE?
> HAVE I FLUBBED SOME CONFIGURATION ISSUE?
>
the classes in w3c.tools.resources.* and w3c.tools.resources.event.* are
not used in the current Jigsaw design (1.0 beta 1) but in the next one.
You don't have to compile theses classes.
>
> Apparently, Jigsaw's make files will not work with nmake; am I
> correct?
>
> MKS Make required me to copy the file.make and package.make to each
> subdirectory, in order to traverse the subdirectories.
>
> "make MAKEDIR = $(MAKEDIR)' generates:"
> "Warning -- Attempt to redefine macro `MAKEDIR' failed"
>
>
> Thanks in advance,
>
> Walt
>
- Benoît Mahé -------------------------------------------------------
World Wide Web Consortium bmahe@w3.org, bmahe@sophia.inria.fr
Architecture domain - Jigsaw Team tel : 04 93 65 79 89
---------------------------------------------------------------------
References: