My apologies, I posted the wrong link. Yes, you need the 0.7 install
instructions. That's what I get for trying to multi-task without thinking
first.
Thanks for spotting that Bruce.
Jim
On Mon, Apr 7, 2008 at 3:53 PM, Bruce Bockius <[EMAIL PROTECTED]> wrote:
> FWIW note that http://qooxdoo.org/documentation/0.7/installing_cygwinlists a
> few more packages that need to be installed than the 0.6
> instructions. I couldn't run make on my 0.7.3 qooxdoo app until I added
> those packages.
>
>
> ------------------------------
>
> *From:* [EMAIL PROTECTED] [mailto:
> [EMAIL PROTECTED] *On Behalf Of *Jim Hunter
> *Sent:* Monday, April 07, 2008 4:47 PM
>
> *To:* [EMAIL PROTECTED]; qooxdoo Development
> *Subject:* Re: [qooxdoo-devel] make?
>
>
>
> Hmmm, I don't recall installing gzip it in cygwin, but zip (perhaps the
> Linux version of zip is gzip?) is needed. I followed the instructions on
> http://qooxdoo.org/documentation/0.6/user_manual/installing_cygwin and it
> worked for me. What version are you trying to build of qooxdoo? I am still
> using .7.x not .8.
>
> Jim
>
> On Mon, Apr 7, 2008 at 3:39 PM, <[EMAIL PROTECTED]> wrote:
>
> I was able to go a little further now.
>
> The problem is that cygwin does not automatically add
> the bin directory to Windows path environment and
> qooxdoo make files does not search for cygwin
> automatically. Hence, make wasn't able to find sed,
> cat, and dirname. Once I added cygwin\bin to path, it
> proceeded further.
>
> Now, it's getting choke when it tries to load
> /usr/lib/python2.5/gzip.py since that file doesn't
> exist. I have to hunt this down somehow.
>
>
>
>
> -----Original Message-----
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On Behalf Of Jim
> Hunter
>
> Sent: Monday, April 07, 2008 2:11 PM
> To: [EMAIL PROTECTED]; qooxdoo Development
> Subject: Re: [qooxdoo-devel] make?
>
> Good information. This is beyond what I can do for you
> but one of the core developers should pick it up from
> here and be able to get you a sound solution to your
> problem. I don't do anything with the build process
> beyond typing "make build" so I am not able to solve
> this one. I to use Windows XP but have not had too
> much trouble with the process. What I have noticed and
> learned over time, is once you get a cygwin
> configuration that works, don't change it. Trying to
> tweek cygwin seems to always leave me with a system
> that no longer works and I have to uninstall cygwin
> and do it all over again, not fun...
>
> Jim
>
>
>
> On Mon, Apr 7, 2008 at 1:53 PM,
> <[EMAIL PROTECTED]> wrote:
>
> Thanks for the reply.
>
> I am running Windows XP.
>
> I downloaded cygwin as instructed by the on-line
> instruction, checked the required options for dev, and
> was able to get make going. But then I get the
> following error messages from make:
>
> C:\qooxdoo-0.7.3\qooxdoo-0.7.3-sdk\frontend>c:\cygwin\bin\make
> makefile
> make: cat: Command not found
> /bin/sh: dirname: command not found
> Traceback (most recent call last):
> File
> "../frontend/framework/tool/modules/svninfo.py", line
> 123, in ?
> revision, folder = query(args[0])
> IndexError: list index out of range
> make: Nothing to be done for `makefile'.
>
>
> Regards,
>
>
> -----Original Message-----
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On Behalf Of Jim
> Hunter
>
> Sent: Monday, April 07, 2008 1:18 PM
> To: [EMAIL PROTECTED]; qooxdoo Development
> Subject: Re: [qooxdoo-devel] make?
>
>
> You mentioned that you don't have a Make command, what
> version of Linux are you running? Or are you running
> Windows and using cygwin? What sort of errors are you
> encountering? Where exactly are you having problems?
>
>
>
>
> On Mon, Apr 7, 2008 at 12:03 PM,
> <[EMAIL PROTECTED]> wrote:
>
> I followed the instruction as documented, and continue
> to have problem.
>
> Looks like the problem is that cat and dirname are not
> included in the default setup. Does anybody know
> which options I need to include those (I am not
> familiar with Linux tool packages)?
>
> Thanks,
>
>
> -----Original Message-----
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On Behalf Of Jim
> Hunter
> Sent: Monday, April 07, 2008 10:59 AM
> To: [EMAIL PROTECTED]; qooxdoo Development
> Subject: Re: [qooxdoo-devel] make?
>
>
> It is documented. From the main page go to Manual, and
> the first line on that page is a link to Requirements
> ( http://qooxdoo.org/documentation/0.7/requirements )
> which details all the additional Linux tools you will
> need as well as Make. You might give this page a once
> over in case there are some other things that you will
> be needing to make your qooxdoo experience the best it
> can be. You have already found the email list, this is
> the best way to get your questions answered.
>
> Jim
>
>
>
> On Mon, Apr 7, 2008 at 10:26 AM,
> <[EMAIL PROTECTED]> wrote:
>
> Okay, thanks. I suspected that but I wasn't sure
> which make we are talking about.
>
> I think it would be helpful to indicate that in the
> tutorial - since not all new comers are necessarily
> familiar with other compiled language developments -
> and not all makes are 100% compatible.
>
>
> > -----Original Message-----
> > From: thron7 [mailto:[EMAIL PROTECTED]
> > Sent: Monday, April 07, 2008 9:17 AM
> > To: [EMAIL PROTECTED]; qooxdoo
> Development
> > Subject: Re: [qooxdoo-devel] make?
> >
> >
> > [EMAIL PROTECTED] wrote:
> > > Hi folks,
> > >
> > > The tutorial indicates that one of the steps in
> > > building a qooxdoo application is to issue the
> "make" command. Is
> > > this the regular make we all know, or is this a
> qooxdoo
> > specific make?
> > > For the latter case, there is no make in the
> qooxdoo tree. If it's
> > > the former, then I am in trouble because I don't
> have any
> > > make. So, which one is which here?
> > >
> >
> > It's the well-known make, GNU make to be exact. If
> you want
> > to run the
> > build chain you need a few GNU/Linux tools. On
> Windows, you get them
> > through Cygwin (see
> >
> http://qooxdoo.org/documentation/0.7/installing_cygwin,
> which
> > also lists
> > other prerequisites).
> >
> > Does that answer your question?
> >
> > Thomas
> >
> >
>
> --
>
> John Henry
>
>
> -------------------------------------------------------------------------
> This SF.net email is sponsored by the 2008 JavaOne(SM)
> Conference
> Register now and save $200. Hurry, offer ends at 11:59
> p.m.,
> Monday, April 7! Use priority code J8TLD2.
>
> http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
> _______________________________________________
> qooxdoo-devel mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
>
>
>
>
> --
> Jim Hunter
>
>
> --
> John Henry
>
> -------------------------------------------------------------------------
> This SF.net email is sponsored by the 2008 JavaOne(SM)
> Conference
> Register now and save $200. Hurry, offer ends at 11:59
> p.m.,
> Monday, April 7! Use priority code J8TLD2.
>
> http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
> _______________________________________________
> qooxdoo-devel mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
>
>
>
>
> --
> Jim Hunter
>
> DAILY THOUGHT: SOME PEOPLE ARE LIKE SLINKIES - NOT
> REALLY GOOD
> FOR ANYTHING BUT THEY BRING A SMILE TO YOUR FACE WHEN
> PUSHED DOWN THE STAIRS
>
> --
> John Henry
>
> -------------------------------------------------------------------------
> This SF.net email is sponsored by the 2008 JavaOne(SM)
> Conference
> Register now and save $200. Hurry, offer ends at 11:59
> p.m.,
> Monday, April 7! Use priority code J8TLD2.
>
> http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
> _______________________________________________
> qooxdoo-devel mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
>
>
>
>
> --
> Jim Hunter
>
> DAILY THOUGHT: SOME PEOPLE ARE LIKE SLINKIES - NOT
> REALLY GOOD
> FOR ANYTHING BUT THEY BRING A SMILE TO YOUR FACE WHEN
> PUSHED DOWN THE STAIRS
>
> --
> John Henry
>
> -------------------------------------------------------------------------
> This SF.net email is sponsored by the 2008 JavaOne(SM) Conference
> Register now and save $200. Hurry, offer ends at 11:59 p.m.,
> Monday, April 7! Use priority code J8TLD2.
>
> http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
> _______________________________________________
> qooxdoo-devel mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
>
>
>
>
> --
> Jim Hunter
>
> DAILY THOUGHT: SOME PEOPLE ARE LIKE SLINKIES - NOT REALLY GOOD
> FOR ANYTHING BUT THEY BRING A SMILE TO YOUR FACE WHEN PUSHED DOWN THE
> STAIRS
>
> -------------------------------------------------------------------------
> This SF.net email is sponsored by the 2008 JavaOne(SM) Conference
> Register now and save $200. Hurry, offer ends at 11:59 p.m.,
> Monday, April 7! Use priority code J8TLD2.
>
> http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
> _______________________________________________
> qooxdoo-devel mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
>
>
--
Jim Hunter
DAILY THOUGHT: SOME PEOPLE ARE LIKE SLINKIES - NOT REALLY GOOD
FOR ANYTHING BUT THEY BRING A SMILE TO YOUR FACE WHEN PUSHED DOWN THE STAIRS
-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference
Register now and save $200. Hurry, offer ends at 11:59 p.m.,
Monday, April 7! Use priority code J8TLD2.
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel