Development under Windows

Youssef Ltaief ltai0001 at yahoo.com
Sat Apr 12 21:52:52 EDT 2008


no
I did not override DOWNLOAD_DIR
i will try to save under the temp directory
thanks


----- Original Message ----
From: Nathan Buchanan <nbinont at gmail.com>
To: Youssef Ltaief <ltai0001 at yahoo.com>
Cc: GnuCash <gnucash-user at gnucash.org>
Sent: Saturday, April 12, 2008 8:10:22 PM
Subject: Re: Development under Windows

Please remember to CC the lists.

The code you're running through is the last step - building the documentation. At this point gnucash should already be runnable. 

The code you are running through is line 1078 of install.sh which calls wget_unpacked on line 72 of functions.sh, this calls smart_wget immediately above it. smart_wget will check to see if the file exists in DOWNLOAD_DIR as defined in line 40 of defaults.sh (unless it's been overridden) before trying to download it again. The fact that you are getting this error tells me that either you have not downloaded the file to the right spot or the file name is not precisely the same. 

It's been a while since I ran this, but it seems odd that wget is trying to download into c:/soft/tmp not c:/soft/downloads. Have you overridden DOWNLOAD_DIR? A quick workaround may be to save your downloaded file to c:/soft/tmp

Nathan

On Sat, Apr 12, 2008 at 12:41 PM, Youssef Ltaief <ltai0001 at yahoo.com> wrote:
Hi
now I am at the error below

--10:49:56--  http://heanet.dl.sourceforge.net/sourceforge/docbook/docbook-xsl-1.72.0.zip
           => `c:/soft/tmp/docbook-xsl-1.72.0.zip'
Resolving heanet.dl.sourceforge.net... 193.1.193.66
Connecting to heanet.dl.sourceforge.net[193.1.193.66]:80... connected.
HTTP request sent, awaiting response... 404 Not Found

10:49:57 ERROR 404: Not Found.

I downloaded "docbook-xsl-1.72.0.zip" and saved it under c/soft/downloads
it did not work

Youssef

----- Original Message ----
From: Nathan Buchanan <nbinont at gmail.com>
To: Youssef Ltaief <ltai0001 at yahoo.com>


Sent: Wednesday, April 9, 2008 9:18:48 AM
Subject: Re: Development under Windows

Yes I did, thought there was some difficulty with the mailing lists. If you haven't got the response, check https://lists.gnucash.org/pipermail/gnucash-user/2008-April/024678.html

Basically I just told it to ignore that warning.

Nathan

On Wed, Apr 9, 2008 at 9:49 AM, Youssef Ltaief <ltai0001 at yahoo.com> wrote:
I dont know if you replied to my question below. I am at the Qt installation and encountered the problem below
although I have mingw under c:/soft. the QT installer kept saying that it couldnt find a valid c:\soft\mingw\include\w32api.h (the supported version is 3.2).


I verified hat the file exists in the directory
I appreciate your help 

Youssef
 
 

----- Original Message ----
From: Nathan Buchanan <nbinont at gmail.com>

To: Youssef Ltaief <ltai0001 at yahoo.com>

Cc: GnuCash <gnucash-user at gnucash.org>

Sent: Sunday, April 6, 2008 4:13:42 PM

Subject: Re: Development under Windows


to answer your second question - just re-run install.sh and it will pick up where it left off.


On Sun, Apr 6, 2008 at 5:10 PM, Nathan Buchanan <nbinont at gmail.com> wrote:

Appears that the file isn't on the mirror... grab it from http://sourceforge.net/project/showfiles.php?group_id=115695&package_id=125492 and save it in your downloads dir.




On Sun, Apr 6, 2008 at 4:59 PM, Youssef Ltaief <ltai0001 at yahoo.com> wrote:

I got it to work, I has msys installed under C:\soft\msys\1.0
But now I run into a different problem below. de the line below mean I have to restart the whole installation process.

Youssef


############################################################
###  AqBanking
############################################################
--15:07:25--  http://heanet.dl.sourceforge.net/sourceforge/aqbanking/aqbanking-2.3.3.tar.gz
           => `c:/soft/tmp/aqbanking-2.3.3.tar.gz'
Resolving heanet.dl.sourceforge.net... 193.1.193.66
Connecting to heanet.dl.sourceforge.net[193.1.193.66]:80... connected.
HTTP request sent, awaiting response... 404 Not Found
15:07:26 ERROR 404: Not Found.






----- Original Message ----
From: Nathan Buchanan <nbinont at gmail.com>

To: Youssef Ltaief <ltai0001 at yahoo.com>

Cc: gnucash-user at gnucash.org



Sent: Sunday, April 6, 2008 2:14:38 PM

Subject: Re: Development under Windows


Does /bin/aclocal* exist? (eg C:\soft\msys\bin\aclocal* ?)

If it does, do you have the permissions to move it?

Also, a few lines above the error might be useful to determine where in the script the error happened.

Nathan


On Sun, Apr 6, 2008 at 11:50 AM, Youssef Ltaief <ltai0001 at yahoo.com> wrote:

just did try and got the error message below

"mv: cannot stat `/bin/aclocal*': No such file or directory"

I installed msys under c:\soft\msys
all downloaded files were saved uunder "c:\soft\downloads" including the wget package.

Any suggestions?
Thanks
Youssef



----- Original Message ----
From: Youssef Ltaief <ltai0001 at yahoo.com>
To: nbinont at yahoo.ca
Cc: gnucash-user at gnucash.org



Sent: Saturday, April 5, 2008 11:02:34 AM

Subject: Re: Development under Windows


I will give it a try and let you know
thanks Nathan
Youssef


----- Original Message ----
From: Nathan Buchanan <nbinont at gmail.com>

To: Youssef Ltaief <ltai0001 at yahoo.com>

Cc: gnucash-user at gnucash.org
Sent: Saturday, April 5, 2008 12:09:59 AM

Subject: Re: Development under Windows



Hi Youssef!

That link shows you the fastest way to get up and running. The script mentioned there brings down and installs the gcc compiler, a build environment, all the gnucash dependencies, the latest source code from the repository, and then does a build of gnucash. You could, of course, set up all this manually - but it's far harder.

The version compiled will not be installed in your programs directory, rather it will be compiled into c:\soft\gnucash (by default). to make an installer, additional steps are needed.

Once the first build is made, you can easily modify the source code and either run install.sh again or type make/any other commands that you might wish.

Nathan

On Fri, Apr 4, 2008 at 11:54 PM, Youssef Ltaief <ltai0001 at yahoo.com> wrote:
Is this the link where I can find the source code?

http://wiki.gnucash.org/wiki/Windows#GnuCash_on_Microsoft_Windows

I looked at section "Instructions for an (almost) automated build"
Is that where I need to be looking. I dont want to install gnucash itself as I already have the stable version installed. I would like to look at the source code and try to help.

Where do I find a compiler for windows?

I appreciate the help

Youssef







     ____________________________________________________________________________________
You rock. That's why Blockbuster's offering you one month of Blockbuster Total Access, No Cost.
http://tc.deals.yahoo.com/tc/blockbuster/text5.com
_______________________________________________
gnucash-user mailing list
gnucash-user at gnucash.org
https://lists.gnucash.org/mailman/listinfo/gnucash-user
-----
Please remember to CC this list on all your replies.
You can do this by using Reply-To-List or Reply-All.




-- 
<><><><><><><><><><><><><><><>
"Even if you are on the right track, you'll get run over if you just sit there" - Will Rogers








You rock. That's why Blockbuster's offering you one month of Blockbuster Total Access, No Cost.










You rock. That's why Blockbuster's offering you one month of Blockbuster Total Access, No Cost.









-- 
<><><><><><><><><><><><><><><>
"Even if you are on the right track, you'll get run over if you just sit there" - Will Rogers











You rock. That's why Blockbuster's offering you one month of Blockbuster Total Access, No Cost.









-- 
<><><><><><><><><><><><><><><>
"Even if you are on the right track, you'll get run over if you just sit there" - Will Rogers









-- 
<><><><><><><><><><><><><><><>
"Even if you are on the right track, you'll get run over if you just sit there" - Will Rogers








You rock. That's why Blockbuster's offering you one month of Blockbuster Total Access, No Cost.







__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 





-- 
<><><><><><><><><><><><><><><>
"Even if you are on the right track, you'll get run over if you just sit there" - Will Rogers








__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 






-- 
<><><><><><><><><><><><><><><>
"Even if you are on the right track, you'll get run over if you just sit there" - Will Rogers





__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 


More information about the gnucash-user mailing list