Return-Path: Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: (qmail 10332 invoked from network); 24 Sep 2004 22:45:35 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 24 Sep 2004 22:45:35 -0000 Received: (qmail 91075 invoked by uid 500); 24 Sep 2004 22:47:45 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 91034 invoked by uid 500); 24 Sep 2004 22:47:45 -0000 Mailing-List: contact derby-dev-help@db.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: list-post: List-Id: Reply-To: "Derby Development" Delivered-To: mailing list derby-dev@db.apache.org Received: (qmail 91021 invoked by uid 99); 24 Sep 2004 22:47:44 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [192.18.33.10] (HELO exchange.sun.com) (192.18.33.10) by apache.org (qpsmtpd/0.28) with SMTP; Fri, 24 Sep 2004 15:47:43 -0700 Received: (qmail 10725 invoked from network); 24 Sep 2004 22:49:34 -0000 Received: from localhost (HELO nagoya) (127.0.0.1) by nagoya.betaversion.org with SMTP; 24 Sep 2004 22:49:34 -0000 Message-ID: <1276661612.1096066173986.JavaMail.apache@nagoya> Date: Fri, 24 Sep 2004 15:49:33 -0700 (PDT) From: derby-dev@db.apache.org To: derby-dev@db.apache.org Subject: [jira] Commented: (DERBY-2) Can't compile Derby on OS X In-Reply-To: <268023904.1096061852153.JavaMail.apache@nagoya> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N The following comment has been added to this issue: Author: Daniel John Debrunner Created: Fri, 24 Sep 2004 3:48 PM Body: Does this posting to the derby-user list help? http://nagoya.apache.org/eyebrowse/ReadMsg?listName=derby-user@db.apache.org&msgNo=31 --------------------------------------------------------------------- View this comment: http://issues.apache.org/jira/browse/DERBY-2?page=comments#action_53404 --------------------------------------------------------------------- View the issue: http://issues.apache.org/jira/browse/DERBY-2 Here is an overview of the issue: --------------------------------------------------------------------- Key: DERBY-2 Summary: Can't compile Derby on OS X Type: Bug Status: Unassigned Priority: Major Project: Derby Assignee: Reporter: Tom Santos Created: Fri, 24 Sep 2004 2:36 PM Updated: Fri, 24 Sep 2004 3:48 PM Environment: OS X 10.3.5, Java 1.4.2_05, Dual G5 Description: I went through all the steps in BUILDING.txt (including downloading all of the jars except osgi.jar) and have tried to build using both the default compiler and jikes. I've included both outputs in this message. My ant.properties file: j14lib=/System/Library/Frameworks/JavaVM.framework/Home/lib j13lib=/System/Library/Frameworks/JavaVM.framework/Versions/1.3.1/Home/lib build.compiler=jikes Output when using Jikes (note: I get tons of compile errors that all look like the one I've provided, all while compiling compile_iapi_jdbc_jdbc2): . . . [echo] Ant environment: [echo] Base Directory: /Users/tom/dev/java/derby [echo] Build output: /Users/tom/dev/java/derby/classes [echo] Compiler: jikes [echo] Sane = true [echo] Proceed = no . . . compile_iapi_jdbc_jdbc2: [javac] Compiling 3 source files to /Users/tom/dev/java/derby/classes [javac] Found 2 semantic errors compiling "BrokeredPreparedStatement.java": [javac] 24. public class BrokeredPreparedStatement extends BrokeredStatement [javac] ^-----------------------^ [javac] *** Semantic Error: The abstract method "void setURL(int $1, java.net.URL $2) throws java.sql.SQLException;", inherited from type "java.sql.PreparedStatement", is not implemented in the non-abstract class "org.apache.derby.iapi.jdbc.BrokeredPreparedStatement". . . . BUILD FAILED /Users/tom/dev/java/derby/build.xml:137: The following error occurred while executing this line: /Users/tom/dev/java/derby/java/engine/build.xml:43: The following error occurred while executing this line: /Users/tom/dev/java/derby/java/engine/org/apache/derby/iapi/build.xml:46: The following error occurred while executing this line: /Users/tom/dev/java/derby/java/engine/org/apache/derby/iapi/jdbc/build.xml:64: Compile failed; see the compiler error output for details. Output when using the default compiler: . . . [echo] Ant environment: [echo] Base Directory: /Users/tom/dev/java/derby [echo] Build output: /Users/tom/dev/java/derby/classes [echo] Compiler: modern [echo] Sane = true [echo] Proceed = no . . . compile_iapi_jdbc_jdbc2: [javac] Compiling 3 source files to /Users/tom/dev/java/derby/classes [javac] Fatal Error: Unable to locate package java.lang in classpath or bootclasspath BUILD FAILED /Users/tom/dev/java/derby/build.xml:137: The following error occurred while executing this line: /Users/tom/dev/java/derby/java/engine/build.xml:43: The following error occurred while executing this line: /Users/tom/dev/java/derby/java/engine/org/apache/derby/iapi/build.xml:46: The following error occurred while executing this line: /Users/tom/dev/java/derby/java/engine/org/apache/derby/iapi/jdbc/build.xml:64: Compile failed; see the compiler error output for details. --------------------------------------------------------------------- JIRA INFORMATION: This message is automatically generated by JIRA. If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa If you want more information on JIRA, or have a bug to report see: http://www.atlassian.com/software/jira