I installed curl and now I have this error
strip build/Default-i386/libsqlitejdbc.so
javac -target 1.5 -classpath "build::" -sourcepath src/test -d build
src/test/ConnectionTest.java
javac: invalid target release: 1.5
Usage: javac <options> <source files>
where possible options include:
-g Generate all debugging info
-g:none Generate no debugging info
-g:{lines,vars,source} Generate only some debugging info
-nowarn Generate no warnings
-verbose Output messages about what the compiler is
doing
-deprecation Output source locations where deprecated
APIs are used
-classpath <path> Specify where to find user class files
-sourcepath <path> Specify where to find input source files
-bootclasspath <path> Override location of bootstrap class files
-extdirs <dirs> Override location of installed extensions
-d <directory> Specify where to place generated class
files
-encoding <encoding> Specify character encoding used by source
files
-source <release> Provide source compatibility with
specified release
-target <release> Generate class files for specific VM
version
-help Print a synopsis of standard options
gmake: *** [build/test/ConnectionTest.class] Error 2
Do I need Java 1.5 to compile this driver ?
On 3 juil, 23:45, [EMAIL PROTECTED] wrote:
> gmake not working ...
> Is it a good way to install the 100% java driver ?
> I tried NestedVM pure Java but it is ten times slower
> thanhttp://www.ch-werner.de/javasqlite/
> Normally ... zentus pure Java should be as fast as this other driver.
>
> Thanks
> Frederic
>
> nsXXXXX# cd /home/install/sqlitejdbc-v036
> nsXXXXX# gmake
> curl -odl/sqlite-3.4.0.zip \
> http://www.sqlite.org/sqlite-source-3_4_0.zip
> gmake: curl: Command not found
> gmake: *** [dl/sqlite-3.4.0.zip] Error 127
>
> On 3 juil, 23:00, "David Crawshaw" <[EMAIL PROTECTED]> wrote:
>
> > On 04/07/07, Frederic de la Goublaye <[EMAIL PROTECTED]> wrote:
>
> > > I cannot compile sqlitejdbc-v036-src.tgz under FreeBSD 5.4
> > > Any idear ?
>
> > > Cheers
> > > Frederic
>
> > > nsXXXXX# cd /home/install/sqlitejdbc-v036
> > > nsXXXXX# make
> > > "Makefile.common", line 1: Need an operator
>
> > Hmm, are you using BSD make or GNU make? The GNU version has extra
> > features, which I have probably used. Try typing 'gmake'.
>
> > d.
--~--~---------~--~----~------------~-------~--~----~
Mailing List: http://groups.google.com/group/sqlitejdbc?hl=en
To unsubscribe, send email to [EMAIL PROTECTED]
-~----------~----~----~----~------~----~------~--~---