[brailleblaster] Re: Can't build BrailleBlaster

  • From: Keith Creasy <kcreasy@xxxxxxx>
  • To: "brailleblaster@xxxxxxxxxxxxx" <brailleblaster@xxxxxxxxxxxxx>
  • Date: Thu, 26 Jul 2012 15:58:43 +0000

OK. Thanks.

I have the repo but didn't know to build with ant.

-----Original Message-----
From: brailleblaster-bounce@xxxxxxxxxxxxx 
[mailto:brailleblaster-bounce@xxxxxxxxxxxxx] On Behalf Of John J. Boyer
Sent: Thursday, July 26, 2012 11:58 AM
To: brailleblaster@xxxxxxxxxxxxx
Subject: [brailleblaster] Re: Can't build BrailleBlaster

You do need to recompile the jliblouis.jar file. To do it, clone the 
liblouisutdml repository, go to the java directory and type ant. Copy the 
resulting jar file to dist/lib

John
y
On Thu, Jul 26, 2012 at 03:21:24PM +0000, Keith Creasy wrote:
> Guys.
> 
> I'm still getting the following compiler errors. Do I need to compile 
> jliblouisutdml.jar? I can't find how to do it. I have the version from the 
> web site in my BrailleBlaster/dist/lib directory.
> 
> Thanks.
> 
> Keith
> 
> Buildfile: D:\workspace\BrailleBlaster\build.xml
> 
> init:
> 
> compile:
>     [javac] Compiling 19 source files to D:\workspace\BrailleBlaster\classes
>     [javac] warning: [options] bootstrap class path not set in conjunction 
> with -source 1.6
>     [javac] 
> D:\workspace\BrailleBlaster\src\main\org\brailleblaster\BBIni.java:176: 
> error: method loadLibrary in class liblouisutdml cannot be applied to given 
> types;
>     [javac] liblouisutdml.loadLibrary (nativeLibraryPath, 
> nativeLibrarySuffix);
>     [javac]              ^
>     [javac]   required: no arguments
>     [javac]   found: String,String
>     [javac]   reason: actual and formal argument lists differ in length
>     [javac] 
> D:\workspace\BrailleBlaster\src\main\org\brailleblaster\BBIni.java:177: 
> error: method initialize in class liblouisutdml cannot be applied to given 
> types;
>     [javac] liblouisutdml.initialize (programDataPath, tempFilesPath, 
>     [javac]              ^
>     [javac]   required: String,String
>     [javac]   found: String,String,String
>     [javac]   reason: actual and formal argument lists differ in length
>     [javac] 2 errors
>     [javac] 1 warning
> 
> -----Original Message-----
> From: brailleblaster-bounce@xxxxxxxxxxxxx 
> [mailto:brailleblaster-bounce@xxxxxxxxxxxxx] On Behalf Of John J. 
> Boyer
> Sent: Thursday, July 26, 2012 10:07 AM
> To: brailleblaster@xxxxxxxxxxxxx
> Subject: [brailleblaster] Re: Can't build BrailleBlaster
> 
> Hi Keith,
> 
> Please explain what errors you are getting. Many people are running 
> BrailleBlaster under Windows.
> 
> John
> 
> On Thu, Jul 26, 2012 at 01:28:33PM +0000, Keith Creasy wrote:
> > Was this ever resolved? I still can't build under Windows and wonder how to 
> > fix it.
> > 
> > Keith
> > 
> > 
> > -----Original Message-----
> > From: brailleblaster-bounce@xxxxxxxxxxxxx
> > [mailto:brailleblaster-bounce@xxxxxxxxxxxxx] On Behalf Of John J. 
> > Boyer
> > Sent: Thursday, July 19, 2012 2:05 AM
> > To: brailleblaster@xxxxxxxxxxxxx
> > Subject: [brailleblaster] Re: Can't build BrailleBlaster
> > 
> > Hi Vic,
> > 
> > We need to get the jar file for tika and place it in the dist/lob 
> > directory. This affects all platforms.
> > 
> > John
> > 
> > On Wed, Jul 18, 2012 at 11:47:58PM -0400, Vic Beckley wrote:
> > > Hi John and François,
> > > 
> > > After the latest pushes I can't build BrailleBlaster under Windows. 
> > > I get the following errors:
> > > 
> > > Buildfile: C:\bb\build.xml
> > > 
> > > init:
> > > 
> > > compile:
> > >     [javac] Compiling 50 source files to C:\bb\classes
> > >     [javac]
> > > C:\bb\src\main\org\brailleblaster\wordprocessor\DocumentManager.java:70:
> > > package org.apache.tika does not exist
> > >     [javac] import org.apache.tika.Tika;
> > >     [javac]                       ^
> > >     [javac]
> > > C:\bb\src\main\org\brailleblaster\wordprocessor\DocumentManager.java:981:
> > > cannot find symbol
> > >     [javac] symbol  : class Tika
> > >     [javac] location: class 
> > > org.brailleblaster.wordprocessor.DocumentManager
> > >     [javac]       Tika tika = new Tika();
> > >     [javac]       ^
> > >     [javac]
> > > C:\bb\src\main\org\brailleblaster\wordprocessor\DocumentManager.java:981:
> > > cannot find symbol
> > >     [javac] symbol  : class Tika
> > >     [javac] location: class 
> > > org.brailleblaster.wordprocessor.DocumentManager
> > >     [javac]       Tika tika = new Tika();
> > >     [javac]                       ^
> > >     [javac] C:\bb\src\main\org\brailleblaster\wordprocessor\UTD.java:163:
> > > incompatible types
> > >     [javac] found   : java.lang.String
> > >     [javac] required: int
> > >     [javac]                 switch (elementName) {
> > >     [javac]                         ^
> > >     [javac] 4 errors
> > > BUILD FAILED
> > > C:\bb\build.xml:17: Compile failed; see the compiler error output 
> > > for details.
> > > Total time: 1 second
> > > 
> > > Do I have to install pika? If so, what is involved in this?
> > > 
> > > 
> > > 
> > > Best regards from Ohio, U.S.A.,
> > > 
> > > Vic
> > > E-mail: vic.beckley3@xxxxxxxxx
> > > 
> > > 
> > > 
> > 
> > --
> > John J. Boyer; President, Chief Software Developer Abilitiessoft, Inc.
> > http://www.abilitiessoft.com
> > Madison, Wisconsin USA
> > Developing software for people with disabilities
> > 
> > 
> 
> --
> John J. Boyer; President, Chief Software Developer Abilitiessoft, Inc.
> http://www.abilitiessoft.com
> Madison, Wisconsin USA
> Developing software for people with disabilities
> 
> 

--
John J. Boyer; President, Chief Software Developer Abilitiessoft, Inc.
http://www.abilitiessoft.com
Madison, Wisconsin USA
Developing software for people with disabilities



Other related posts: