Jamie,
I agree that is seems like an compiler error. However, I checked all
files both in the hface package (using grep) as well as all BEE
directories and neither a header file called "categories.h" nor a
variable called "categories" is declared anywhere in the code. The
same goes for the next error thrown regarding the variable
"totalNumImages" (a counter). A checked all dependecies with no luck?
Could a file be missing?
Regards,
Vito
>
E-Mail:tong...@toki.waseda.jp
>
> 在2009-07-13,"Jamie Cook" <
jimi.c...@gmail.com> 写道:
>
>
>
>
>
> >That sounds like a straight out compilation error... you might have to
> >go searching for where categories is used and see if the code actually
> >makes sense. You'd typically get that type of error in two scenarios
>
> >1)
> >int main(void)
> >{
> > categrories.initialise(); // variable hasn't been declared
> >}
>
> >2)
> >// #include "Categegories.h" // note: commented out #include
> >int main(void)
> >{
> > Categories categories; // compiler doesn't know about the
> >Categories type and throws error here
> > categrories.initialise(); // variable hasn't been declared because
> >of previous error
> >}
>
> >I'd say it's more likely the second... maybe the include path hasn't
> >been set up properly and it can't find the header to include...
>
> >When I compiled it I had a bunch of problems too.... just took some
> >time to work through and get it working, couldn't have got my thesis
> >finished in time if I'd had to write all that code myself.
>
> >Jamie
>
> >On Jul 9, 9:18?pm, hulijo <
vitost...@gmail.com> wrote:
> >> Hi Jamie. I tried to install the BEE environment and got through the
> >> first part (i have sucessfully compiled the software packages needed:
> >> the jpeg library, the tiff library, xerces, xalan, java, ...), with
> >> much work though. It seems that the install script always requires a
> >> certain version of each library even though a had newer versions of
> >> the same libraries already installed. After that I have problems with
> >> the "hface" package. I get the following error when trying to compile
> >> it:
>
> >> ../hface_api/FileListDataSet.h:74: error 'categories' not declared in
> >> this scope
>
> >> After that some similar errors get thrown. Like a bunch of variables
> >> is undeclared. Any idea? I relly appriciate any input you may have.
>
> >> Thanks!
>
> >> Vito
>
> >> On Jul 8, 11:21?pm, Jamie Cook <
jimi.c...@gmail.com> wrote:
>
> >> > Vito, I have installed it under fedora linux with minimal problems ...
> >> > had to work through my fair share to get there... what in particular
> >> > is your problem.
>
> >> > Jamie
>
> >> > On Jul 7, 1:49?am, hulijo <
vitost...@gmail.com> wrote:
>
> >> > > Hi all!
> >> > > I am wondering if anyone has worked with the BEE environment for the
> >> > > FRGC. I am trying to install the BEE, but have no luck. I was trying
> >> > > to install it under Cygwin and Linux but always have troubles (some
> >> > > warnings thrown). I would really need help on this matter. If anyone
> >> > > has expirience with that, please contact me.
>
> >> > > Regards,
>
> >> > > Vito- Hide quoted text -
>
> >> > - Show quoted text -- Hide quoted text -