Web Images Videos Maps News Shopping Gmail more »
Recently Visited Groups | Help | Sign in
Google Groups Home
Compiling GUESS
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  9 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Borg  
View profile  
 More options Jun 4, 2:02 pm
From: Borg <b...@uu3.net>
Date: Thu, 4 Jun 2009 11:02:22 -0700 (PDT)
Local: Thurs, Jun 4 2009 2:02 pm
Subject: Compiling GUESS
Hello.

I dont have eclipse nor ant but I want to compile Guess 1.0.3b because
I want try to fix that GEM layout bug.

Can someone please provide me Makefile export from Eclipse?
Or anything that can list all *.java sources in properl order and
depends?

I can then post here GNU make Makefile for Guess.

Regards,
Borg


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Eytan Adar  
View profile  
 More options Jun 4, 2:24 pm
From: Eytan Adar <eytana...@gmail.com>
Date: Thu, 4 Jun 2009 11:24:26 -0700
Local: Thurs, Jun 4 2009 2:24 pm
Subject: Re: Compiling GUESS

Eclipse isn't used to compile GUESS... I use ant.  There's a build.xml file
in the CVS repository.

You'll need Ant (http://ant.apache.org/)
and JavaCC (https://javacc.dev.java.net/)

and will need to modify your path and build.xml to point to where you
installed these things

-Eytan


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
gerard...@aol.com  
View profile  
 More options Jun 4, 4:54 pm
From: Gerard...@aol.com
Date: Thu, 4 Jun 2009 16:54:00 EDT
Subject: Re: Compiling GUESS

Eclipse is a free download as you probably know and it is fairly  
straightforward to import the source files. I have attached the GEM Layout  source
that was delivered some time ago. This is not likely the current  version
since I have not downloaded Guess in a while.  If this is the sort  of
information you need, I might be able to upgrade my copy of Guess and send it  to you.

In a message dated 6/4/2009 11:02:34 A.M. Pacific Daylight Time,  

b...@uu3.net writes:

Hello.

I dont have eclipse nor ant but I want to compile  Guess 1.0.3b because
I want try to fix that GEM layout bug.

Can  someone please provide me Makefile export from Eclipse?
Or anything that  can list all *.java sources in properl order and
depends?

I can then  post here GNU make Makefile for  Guess.

Regards,
Borg

**************Limited Time Offers: Save big on popular laptops at Dell
(http://pr.atwola.com/promoclk/100126575x1221354145x1201369495/aol?red...
%2Fad.doubleclick.net%2Fclk%3B215221161%3B37268813%3By)

  GemLayout.java
34K Download

    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Borg  
View profile  
 More options Jun 6, 4:48 am
From: Borg <b...@uu3.net>
Date: Sat, 6 Jun 2009 01:48:42 -0700 (PDT)
Local: Sat, Jun 6 2009 4:48 am
Subject: Re: Compiling GUESS
Okey. I got the ant.. I got the javacc 2.1.
Still nothing.

I placed javacc2 inside c:\java\javacc and I get this:
BUILD FAILED
U:\DEVEL\JAVA\guess.tmp\build.xml:151: failed to load JavaCC

I wonder whats wrong w/ simple makefiles and JDK..

On Jun 4, 8:24 pm, Eytan Adar <eytana...@gmail.com> wrote:


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Eytan Adar  
View profile  
 More options Jun 6, 4:59 am
From: Eytan Adar <eytana...@gmail.com>
Date: Sat, 6 Jun 2009 01:59:11 -0700
Local: Sat, Jun 6 2009 4:59 am
Subject: Re: Compiling GUESS

so is your structure c:\java\javacc\javacc-something\bin\...
or
c:\java\javacc\bin\...

the buildfile expects the second

-E


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Borg  
View profile  
 More options Jun 6, 10:11 am
From: Borg <b...@uu3.net>
Date: Sat, 6 Jun 2009 07:11:46 -0700 (PDT)
Local: Sat, Jun 6 2009 10:11 am
Subject: Re: Compiling GUESS
If I extra JavaCC2_1.zip
I get this error
BUILD FAILED
U:\DEVEL\JAVA\guess.tmp\build.xml:151: Could not find a path to
JavaCC.zip or ja
vacc.jar from 'c:\java\javacc'.
Inside that zip there is JavaCC2_1.class
and dir: examples.

I dont get it..

On Jun 6, 10:59 am, Eytan Adar <eytana...@gmail.com> wrote:


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Eytan Adar  
View profile  
 More options Jun 6, 12:04 pm
From: Eytan Adar <eytana...@gmail.com>
Date: Sat, 6 Jun 2009 09:04:54 -0700
Local: Sat, Jun 6 2009 12:04 pm
Subject: Re: Compiling GUESS

You will need to do this regardless of whether you use ant, eclipse,
makefiles, or manually compile every file, and I'm really not sure what the
hard part is.

step 1) download JavaCC (
https://javacc.dev.java.net/files/documents/17/117794/javacc-4.2.zip) or
whatever the newest version is on (https://javacc.dev.java.net/)

step 2) extract the stuff from the zip, put it wherever you want

step 3) take note of where the "bin" directory of JavaCC ends up.  Mine is
c:\java\javacc\bin  yours might be c:\java\javacc\javacc4.2\bin or
c:\java\magical\directory\bin

step 4) modify build.xml, find the _two_ places that set the avacchome
variable and set those to the directory that _contains_  the bin directory
(just look for c:\\java\\javac), so yours might be:

c:\\java\\javacc or c:\\java\\javacc\\javacc4.2 or
c:\\java\\magical\\directory

(note the double slashes)

step 5) enjoy


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Borg  
View profile  
 More options Jun 7, 6:19 am
From: Borg <b...@uu3.net>
Date: Sun, 7 Jun 2009 03:19:40 -0700 (PDT)
Local: Sun, Jun 7 2009 6:19 am
Subject: Re: Compiling GUESS
Okey, thx a lot.. this helped
Now I get A LOT of error about unresolved symbols

compile:
    [javac] Compiling 436 source files to U:\DEVEL\JAVA\guess.tmp
\build
    [javac] U:\DEVEL\JAVA\guess.tmp\src\com\hp\hpl\guess\piccolo
\JpegImagesToMov
ie.java:7: package javax.media does not exist
    [javac] import javax.media.*;
    [javac] ^
    [javac] U:\DEVEL\JAVA\guess.tmp\src\com\hp\hpl\guess\piccolo
\JpegImagesToMov
ie.java:8: package javax.media.control does not exist
    [javac] import javax.media.control.*;
    [javac] ^
    [javac] U:\DEVEL\JAVA\guess.tmp\src\com\hp\hpl\guess\piccolo
\JpegImagesToMov
ie.java:9: package javax.media.protocol does not exist
    [javac] import javax.media.protocol.*;
    [javac] ^

I have jdk-1.5 at my disposal, also I downloaded
jmf-2_1_1e-alljava.zip and added some of *.jar into lib/

What else I need?

On Jun 6, 6:04 pm, Eytan Adar <eytana...@gmail.com> wrote:


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Borg  
View profile  
 More options Jun 12, 10:56 am
From: Borg <b...@uu3.net>
Date: Fri, 12 Jun 2009 07:56:28 -0700 (PDT)
Local: Fri, Jun 12 2009 10:56 am
Subject: Re: Compiling GUESS
Okey.. I managed to compile guess at least partly...
All I was need was just GEM class anyway.

Luicky I fixed that bug :)
Patch posted on origin post :)

On Jun 7, 12:19 pm, Borg <b...@uu3.net> wrote:


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »

Google Groups - Google Home - Terms of Service - Privacy Policy
©2009 Google