RE: [JDBC] Compiling JDBC Driver - impossible!

2001-05-14 Thread Mike Cannon-Brookes
Ok, So here's a summary of the compile instructions so far: 1) - move to the src/interfaces/jdbc directory - set your $JAVA_HOME to your jdk directory - run make 2) - in root cvs directory - configure --with-java - make - make install 3) - use ant somehow? I'm presuming all will work, I haven

RE: [JDBC] Compiling JDBC Driver - impossible!

2001-05-13 Thread Mike Cannon-Brookes
oject" Latest News - Cache in on faster, more reliable JSPs http://www.javaworld.com/javaworld/jw-05-2001/jw-0504-cache.html > -Original Message- > From: Bruce Momjian [mailto:[EMAIL PROTECTED]] > Sent: Monday, May 14, 2001 11:36 AM > To: Mike Cannon-Brookes >

[JDBC] Compiling JDBC Driver - impossible!

2001-05-13 Thread Mike Cannon-Brookes
Ok, I give up! How do I compile the JDBC driver? I'm running into those dreaded "InputStream as parameter not supported" errors with my current build, and as below this appears to have been fixed. So I've sucked down the latest source from CVS. Now how do I compile JUST the JDBC driver? I've t