[antlr-interest] Compiling 2.7.5 on MacOSX

Andreas Jung lists at andreas-jung.com
Tue May 10 01:49:47 PDT 2005


I am trying to compile V 2.7.5 on MacOSX (Tiger) using Java 1.4. However 
this fails.
Any hints?

Andreas

-------------

>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>> make -C ./antlr all
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
*** compiling 209 Java file(s)

Found 1 semantic error compiling "ASTFactory.java":

                                <
    26. public class ASTFactory {
   . . .
   410. }
        >
*** Semantic Error: A class file was not generated for the type 
"antlr.ASTFactory" because a library method that it depends on was not fo
und. See system messages for more information.

Found 1 semantic error compiling 
"/Users/ajung/src/antlr-2.7.5/antlr/../antlr/build/Tool.java":

                          <
    47. public class Tool {
   . . .
   177. }
        >
*** Semantic Error: A class file was not generated for the type 
"antlr.build.Tool" because a library method that it depends on was not fo
und. See system messages for more information.

Found 1 semantic error compiling 
"/Users/ajung/src/antlr-2.7.5/antlr/../antlr/debug/LLkDebuggingParser.java":

 
<
    18. public class LLkDebuggingParser extends LLkParser implements 
DebuggingParser {
   . . .
   234. }
        >
*** Semantic Error: A class file was not generated for the type 
"antlr.debug.LLkDebuggingParser" because a library method that it depends
 on was not found. See system messages for more information.

Found 21 semantic errors compiling 
"/Users/ajung/src/antlr-2.7.5/antlr/../antlr/debug/misc/ASTFrame.java":

    13. import java.awt.*;
               ^------^
*** Semantic Error: You need to modify your classpath, sourcepath, 
bootclasspath, and/or extdirs setup. Jikes could not find package "jav
a.awt" in:
 
/System/Library/Frameworks/JavaVM.framework/Versions/1.3.1/Classes/classes.jar
                /Users/ajung/src/antlr-2.7.5/antlr/antlr.jar
                /Users/ajung/src/antlr-2.7.5/scripts/..



    14. import java.awt.event.*;
               ^------------^
*** Semantic Error: You need to modify your classpath, sourcepath, 
bootclasspath, and/or extdirs setup. Jikes could not find package "jav
a.awt.event" in:
 
/System/Library/Frameworks/JavaVM.framework/Versions/1.3.1/Classes/classes.jar
                /Users/ajung/src/antlr-2.7.5/antlr/antlr.jar
                /Users/ajung/src/antlr-2.7.5/scripts/..
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 186 bytes
Desc: not available
Url : http://www.antlr.org/pipermail/antlr-interest/attachments/20050510/b09b2dfc/attachment.bin


More information about the antlr-interest mailing list