Re: Can't print a [EMAIL PROTECTED] Report

2007-09-13 Thread Lew



Alison Smith wrote:
 
 You know when i was put onto this i was seriously impressed, I've spent
 hours and frigging hours inputing information but please explain why the
 hell I cannot get anything to print except mirror image crap?
 
 I have been told to save files as pdfs and then print only I can't seem to
 get it to perform that function more than once effectively.   GUYS, GUYS
 if you want people like us to get into  your product and believe me until
 this really frustrating adventure I was more than happy to make a
 donation.   After dropping a serious chunk of change on MYOB and loving
 gnu a whole lot more I'm not going to stiff you.  But I have pissed HOURS
 up the wall on something so goddamn basic as send to fucking print.
 
 alison
 
 
  
 
 Get the World's number 1 free email service.
 http://mail.yahoo.com.au
 ___
 gnucash-devel mailing list
 gnucash-devel@gnucash.org
 https://lists.gnucash.org/mailman/listinfo/gnucash-devel
 
 

Couldn't have said it better myself!
I turned off advanced but still have to stand on my head and read reports in
the mirror.
Windows XP GnuCash 2.2.1 Cannon MP160.

-- 
View this message in context: 
http://www.nabble.com/Can%27t-print-a-f%40-*ing-Report-tf4324839.html#a12650719
Sent from the GnuCash - Dev mailing list archive at Nabble.com.

___
gnucash-devel mailing list
gnucash-devel@gnucash.org
https://lists.gnucash.org/mailman/listinfo/gnucash-devel


gnucash help/tutorial/build

2007-09-13 Thread Anti Kutoja
Hello,

I am really sorry to bother you with this, you must
enough on your plates as it is, but I am at my wit's
end and have not been able to find answers anywhere.

I am using the suse 10.2 distro and installed gnucash.
Never having used it before, I selected the tutorial
and nothing happened. Same with the help facility.

I downloaded and installed the docs but still no joy.

I then downloaded gnucash 2.2 and tried to build and
install it myself.

The ./configure fails saying it cannot find
libgoffice-0.4, 0.3 and -1.

I have libgoffice-1.so.2.0.1 in /opt/gnome/lib which
is the same place as the libglade that configure does
find.

I downloaded and re-installed goffice but still only
got libgoffice-1.so.2.0.1.

Any clue as to what is happening/what to do next will
be greatly appreciated.


Many thanks and kind regards - Andy Weaver


  ___ 
Want ideas for reducing your carbon footprint? Visit Yahoo! For Good  
http://uk.promotions.yahoo.com/forgood/environment.html
___
gnucash-devel mailing list
gnucash-devel@gnucash.org
https://lists.gnucash.org/mailman/listinfo/gnucash-devel


Re: gnucash help/tutorial/build

2007-09-13 Thread Josh Sled
Anti Kutoja [EMAIL PROTECTED] writes:
 I am really sorry to bother you with this, you must
 enough on your plates as it is, but I am at my wit's
 end and have not been able to find answers anywhere.

Did you search the mailing list?  Or basically look at the wiki?


 I downloaded and installed the docs but still no joy.

Did you install the gnucash-docs package?

When you contact your distro for support, what do they say?


 I then downloaded gnucash 2.2 and tried to build and
 install it myself.

 The ./configure fails saying it cannot find
 libgoffice-0.4, 0.3 and -1.

 I have libgoffice-1.so.2.0.1 in /opt/gnome/lib which
 is the same place as the libglade that configure does
 find.

You probably need to install -devel packages, such as goffice-devel; for all
the dependencies.  (Generally, configure looks for pkg-config control files
(.pc files), not the shared library itself.)

But, you should just install Rauch Christan's RPMs.
See http://wiki.gnucash.org/wiki/SuSE.

-- 
...jsled
http://asynchronous.org/ - a=jsled; b=asynchronous.org; echo [EMAIL PROTECTED]


pgp5qqrt8wV91.pgp
Description: PGP signature
___
gnucash-devel mailing list
gnucash-devel@gnucash.org
https://lists.gnucash.org/mailman/listinfo/gnucash-devel


Re: Problem Building gnucash

2007-09-13 Thread Derek Atkins
Stephen Grant brown [EMAIL PROTECTED] writes:

 Hi Nathan

 How did you Fixed by adding a pause to install.sh?

 Yours Sincerely Stephen Grant brown

Update your copy of install.sh -- there's now a sleep in there
after the wget but before it's used.

-derek
-- 
   Derek Atkins, SB '93 MIT EE, SM '95 MIT Media Laboratory
   Member, MIT Student Information Processing Board  (SIPB)
   URL: http://web.mit.edu/warlord/PP-ASEL-IA N1NWH
   [EMAIL PROTECTED]PGP key available
___
gnucash-devel mailing list
gnucash-devel@gnucash.org
https://lists.gnucash.org/mailman/listinfo/gnucash-devel


Re: Compiling GNUCash under Vista (again)

2007-09-13 Thread Derek Atkins
Stephen Grant brown [EMAIL PROTECTED] writes:

[snip]
 gcc -o tmp\cryptlib.o  -Ioutinc -Itmp -DL_ENDIAN -DDSO_WIN32 
 -fomit-frame-pointer -O3 -march=i486 -Wall -DBN_ASM -DMD5_ASM -DSHA1_ASM 
 -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_NO_CAMELLIA -DOPENSSL_NO_RC5 
 -DOPENSSL_NO_MDC2 -DOPENSSL_NO_KRB5 -DOPENSSL_NO_DYNAMIC_ENGINE  -c 
 .\crypto\cryptlib.c
 gcc: installation problem, cannot exec `cc1': No such file or directory
 mingw32-make: *** [tmp\cryptlib.o] Error 1
 cp: cannot stat `libeay32.dll': No such file or directory
 cp: cannot stat `libssl32.dll': No such file or directory

[snip]

 Last time this happened I did

 Ln /mingw/libexec/gcc/mingw32/3.4.2/cc1.exe cc1.exe

 (If my notes are correct!) I do not remember the dir/

 What do I try now?

Again, this error implies that gcc cannot execute cc1, which means
it can't FIND cc1.  So you might have copied it to the wrong place.
I find it VERY weird that mingw would do this.  Maybe your path
is wrong or something?

 Yours Sincerely Stephen Grant brown

-derek
-- 
   Derek Atkins, SB '93 MIT EE, SM '95 MIT Media Laboratory
   Member, MIT Student Information Processing Board  (SIPB)
   URL: http://web.mit.edu/warlord/PP-ASEL-IA N1NWH
   [EMAIL PROTECTED]PGP key available
___
gnucash-devel mailing list
gnucash-devel@gnucash.org
https://lists.gnucash.org/mailman/listinfo/gnucash-devel


Re: Can't print a [EMAIL PROTECTED] Report

2007-09-13 Thread Derek Atkins
Lew [EMAIL PROTECTED] writes:

 Alison Smith wrote:
 
 You know when i was put onto this i was seriously impressed, I've spent
 hours and frigging hours inputing information but please explain why the
 hell I cannot get anything to print except mirror image crap?

Because Windows sucks?  I've never seen this problem on ANY linux
platform.

 Couldn't have said it better myself!
 I turned off advanced but still have to stand on my head and read reports in
 the mirror.
 Windows XP GnuCash 2.2.1 Cannon MP160.

The windows port is still new.  There are still bugs.  It's NOT the
main focus, and most of the developers don't do windows development
or, worse, don't really RUN the windows port at all.  Even worse, many
of these kinds of issues are extremely environment-specific.  So
tracking down why this is happening is hard unless a developer can
reproduce it, or unless the user community helps debugging.
Unfortunately yelling at the developers or belittling the amount of
effort it took the one-or-two devs to actually get the application
working on windows is not a constructive method to convince those one
or two devs to try to debug something that they can't reproduce
themselves.

(note: I am NOT one of those devs; I don't do windows myself)

-derek

-- 
   Derek Atkins, SB '93 MIT EE, SM '95 MIT Media Laboratory
   Member, MIT Student Information Processing Board  (SIPB)
   URL: http://web.mit.edu/warlord/PP-ASEL-IA N1NWH
   [EMAIL PROTECTED]PGP key available
___
gnucash-devel mailing list
gnucash-devel@gnucash.org
https://lists.gnucash.org/mailman/listinfo/gnucash-devel


Re: Problem Building gnucash

2007-09-13 Thread Nathan Buchanan
Hi Stephen!

I should have mentioned that it was r16524
http://svn.gnucash.org/trac/changeset/16524

The commands (above and below the sleep) work correctly by themselves, but,
when run in a script, it seems that the files unzipped by the first command
are not seen by the second command. I'm not sure of the exact reason for
this, but adding even a minor delay allows the files to be seen.

I guess I could investigate if
-unzip returns before it is finished extracting the files (unlikey to cause
this problem. We unzip other files but always have a delay, as unzip has a
lot of files to unzip and would need the directory to unzip them to), or
-msys/windows isn't synchronizing nicely to realize that the files are
there.

But as it's only adding 1 second to the build, I'm doubtful if it's worth
investigating further.

Nathan

On 9/13/07, Stephen Grant brown [EMAIL PROTECTED] wrote:

  Hi Nathan

 How did you Fixed by adding a pause to install.sh?

 Yours Sincerely Stephen Grant brown

 - Original Message -
 *From:* Nathan Buchanan [EMAIL PROTECTED]
 *To:* Stephen Grant Brown [EMAIL PROTECTED]
 *Cc:* GNUCash Developers [EMAIL PROTECTED]
 *Sent:* Wednesday, September 12, 2007 1:34 PM
 *Subject:* Re: Problem Building gnucash

 On 8/13/07, Stephen Grant Brown [EMAIL PROTECTED] wrote:
 
  Hi All,
 
  I have just successfully built and run the successfully built gnucash on
  windows xp.
  One problem I run into was that I had to change the defaults.sh to use
  e:/soft instead of defaults.sh.
  A second problem was that I had to find docbook-xsl-1.72.0.zip manually.
  I downloaded it into the e:/soft/downloads directory and and then rerun
  install.sh for it to run to completion.


 Fixed by adding a pause to install.sh. Thanks for the report. And thanks
 Josh, for applying it.

 I now have two installs of gnucash. One from running gnucash-2.2.0-setup,
  the other from my own build and install.
 
  See my other post re problems starting gnucash from the setup program.
 
  Thanks for gnucash unders windows xp. Keep up the good work.
 
  Stephen Grant brown
  ___
  gnucash-devel mailing list
  gnucash-devel@gnucash.org
  https://lists.gnucash.org/mailman/listinfo/gnucash-devel
 
 
 


 --
 _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
 Got Mole problems? Call Avogadro at 6.02 x 10^23.




-- 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
Got Mole problems? Call Avogadro at 6.02 x 10^23.
___
gnucash-devel mailing list
gnucash-devel@gnucash.org
https://lists.gnucash.org/mailman/listinfo/gnucash-devel


Re: gnucash help/tutorial/build

2007-09-13 Thread Christian Stimming
Quoting Anti Kutoja [EMAIL PROTECTED]:
 I am using the suse 10.2 distro and installed gnucash.
 Never having used it before, I selected the tutorial
 and nothing happened. Same with the help facility.

Maybe you need to install the yelp package, which is the viewing  
program for the help pages.

Christian
___
gnucash-devel mailing list
gnucash-devel@gnucash.org
https://lists.gnucash.org/mailman/listinfo/gnucash-devel


Re: Compiling GNUCash under Vista (again)

2007-09-13 Thread Stephen Grant brown
Hi Derek,

I am using the install.sh from the Packaging SVN from GNUCash.

It works for some files but not others.

At the moment I have not the time to put into finding out why.

Whenever I want to use gnucash under Vista I disable the network connection 
and it works. (You or someone else on GNUCash developers suggested this)

Yours Sincerely Stephen Grant brown
- Original Message - 
From: Derek Atkins [EMAIL PROTECTED]
To: Stephen Grant brown [EMAIL PROTECTED]
Cc: gnucash-devel@gnucash.org
Sent: Thursday, September 13, 2007 11:57 PM
Subject: Re: Compiling GNUCash under Vista (again)


 Stephen Grant brown [EMAIL PROTECTED] writes:

 [snip]
 gcc -o 
 tmp\cryptlib.o  -Ioutinc -Itmp -DL_ENDIAN -DDSO_WIN32 -fomit-frame-pointer 
  -O3 -march=i486 -Wall -DBN_ASM -DMD5_ASM -DSHA1_ASM 
 -DOPENSSL_BN_ASM_PART_WORDS 
  -DOPENSSL_NO_CAMELLIA -DOPENSSL_NO_RC5 -DOPENSSL_NO_MDC2 -DOPENSSL_NO_KRB5 
  -DOPENSSL_NO_DYNAMIC_ENGINE  -c .\crypto\cryptlib.c
 gcc: installation problem, cannot exec `cc1': No such file or directory
 mingw32-make: *** [tmp\cryptlib.o] Error 1
 cp: cannot stat `libeay32.dll': No such file or directory
 cp: cannot stat `libssl32.dll': No such file or directory

 [snip]

 Last time this happened I did

 Ln /mingw/libexec/gcc/mingw32/3.4.2/cc1.exe cc1.exe

 (If my notes are correct!) I do not remember the dir/

 What do I try now?

 Again, this error implies that gcc cannot execute cc1, which means
 it can't FIND cc1.  So you might have copied it to the wrong place.
 I find it VERY weird that mingw would do this.  Maybe your path
 is wrong or something?

 Yours Sincerely Stephen Grant brown

 -derek
 -- 
   Derek Atkins, SB '93 MIT EE, SM '95 MIT Media Laboratory
   Member, MIT Student Information Processing Board  (SIPB)
   URL: http://web.mit.edu/warlord/PP-ASEL-IA N1NWH
   [EMAIL PROTECTED]PGP key available

 

___
gnucash-devel mailing list
gnucash-devel@gnucash.org
https://lists.gnucash.org/mailman/listinfo/gnucash-devel


Re: Compiling GNUCash under Vista (again)

2007-09-13 Thread Derek Atkins
Stephen Grant brown [EMAIL PROTECTED] writes:

 Hi Derek,

 I am using the install.sh from the Packaging SVN from GNUCash.

 It works for some files but not others.

Do you have both Cygwin and MinGW installed?

 At the moment I have not the time to put into finding out why.

 Whenever I want to use gnucash under Vista I disable the network
 connection and it works. (You or someone else on GNUCash developers
 suggested this)

Not me, but I do remember somebody suggesting it.

 Yours Sincerely Stephen Grant brown

-derek

-- 
   Derek Atkins, SB '93 MIT EE, SM '95 MIT Media Laboratory
   Member, MIT Student Information Processing Board  (SIPB)
   URL: http://web.mit.edu/warlord/PP-ASEL-IA N1NWH
   [EMAIL PROTECTED]PGP key available
___
gnucash-devel mailing list
gnucash-devel@gnucash.org
https://lists.gnucash.org/mailman/listinfo/gnucash-devel


RE: gnucash on Vista

2007-09-13 Thread David Parsons
Hi Stephen,
I'm keen to hear how you get on.  
To disable the network interfaces you need to go to Control Panel\Network
Connections and right click on each interface, choosing the Disable
option.  I have not investigated if all of them have to be disabled or just
the active ones.

I remember it was quite a pain getting the software to build properly under
XP, so I'm sure it will be a struggle under Vista.  Let me know if I can
help.

 
Regards

David 


David P Parsons 
Mobile: +61 419 918 564 
Email:    [EMAIL PROTECTED]
The information in this email, and any attachments, may contain confidential
information and is intended solely for the attention and use of the named
addressee (s). It must not be disclosed to any person(s) without
authorisation. If you are not the intended recipient, or a person
responsible for delivering it to the intended recipient, you are not
authorised to, and must not, disclose, copy, distribute, or retain this
message or any part of it. If you have received this communication in error,
please notify the sender immediately.

-Original Message-
From: Stephen Grant brown [mailto:[EMAIL PROTECTED] 
Sent: Thursday, 13 September 2007 1:05 PM
To: David Parsons; Derek Atkins
Cc: gnucash-devel@gnucash.org
Subject: Re: gnucash on Vista

Hi David,

I am attempting to load the build enviroment for gnucash under Vista.
I have having great difficulty doing it. See my other posts.
How do you disable all network interfaces under Vista?

Yours Sincerely Stephen Grant brown

- Original Message - 
From: Derek Atkins [EMAIL PROTECTED]
To: David Parsons [EMAIL PROTECTED]
Cc: gnucash-devel@gnucash.org
Sent: Wednesday, September 12, 2007 2:47 AM
Subject: Re: gnucash on Vista


 David Parsons [EMAIL PROTECTED] writes:

 Gnucash does not work out of the box on Vista. As you can see from
 http://www.osalt.com/2007/01/gnucash-for-windows this seems to be caused 
 by
 some sort of networking issue.  Disabling all network interfaces lets
 gnucash work properly, but is obviously not a solution.  I suspect 
 building
 under Vista will not cure this problem.



 Does anyone have any suggestions how to fix this?


 Have you checked the wiki?  http://wiki.gnucash.org/wiki/Windows
 It's been discussed there.  I'd also suggest you read the list
 archives.  None of the developers have Vista.

 -derek
 -- 
   Derek Atkins, SB '93 MIT EE, SM '95 MIT Media Laboratory
   Member, MIT Student Information Processing Board  (SIPB)
   URL: http://web.mit.edu/warlord/PP-ASEL-IA N1NWH
   [EMAIL PROTECTED]PGP key available
 ___
 gnucash-devel mailing list
 gnucash-devel@gnucash.org
 https://lists.gnucash.org/mailman/listinfo/gnucash-devel

 

___
gnucash-devel mailing list
gnucash-devel@gnucash.org
https://lists.gnucash.org/mailman/listinfo/gnucash-devel


RE: gnucash on Vista

2007-09-13 Thread David Parsons
Hi Stephen,
I'm keen to hear how you get on.  
To disable the network interfaces you need to go to Control Panel\Network
Connections and right click on each interface, choosing the Disable
option.  I have not investigated if all of them have to be disabled or just
the active ones.

I remember it was quite a pain getting the software to build properly under
XP, so I'm sure it will be a struggle under Vista.  Let me know if I can
help.

 
Regards

David 


David P Parsons 
Mobile: +61 419 918 564 
Email:    [EMAIL PROTECTED]
The information in this email, and any attachments, may contain confidential
information and is intended solely for the attention and use of the named
addressee (s). It must not be disclosed to any person(s) without
authorisation. If you are not the intended recipient, or a person
responsible for delivering it to the intended recipient, you are not
authorised to, and must not, disclose, copy, distribute, or retain this
message or any part of it. If you have received this communication in error,
please notify the sender immediately.

-Original Message-
From: Stephen Grant brown [mailto:[EMAIL PROTECTED] 
Sent: Thursday, 13 September 2007 1:05 PM
To: David Parsons; Derek Atkins
Cc: gnucash-devel@gnucash.org
Subject: Re: gnucash on Vista

Hi David,

I am attempting to load the build enviroment for gnucash under Vista.
I have having great difficulty doing it. See my other posts.
How do you disable all network interfaces under Vista?

Yours Sincerely Stephen Grant brown

- Original Message - 
From: Derek Atkins [EMAIL PROTECTED]
To: David Parsons [EMAIL PROTECTED]
Cc: gnucash-devel@gnucash.org
Sent: Wednesday, September 12, 2007 2:47 AM
Subject: Re: gnucash on Vista


 David Parsons [EMAIL PROTECTED] writes:

 Gnucash does not work out of the box on Vista. As you can see from
 http://www.osalt.com/2007/01/gnucash-for-windows this seems to be caused 
 by
 some sort of networking issue.  Disabling all network interfaces lets
 gnucash work properly, but is obviously not a solution.  I suspect 
 building
 under Vista will not cure this problem.



 Does anyone have any suggestions how to fix this?


 Have you checked the wiki?  http://wiki.gnucash.org/wiki/Windows
 It's been discussed there.  I'd also suggest you read the list
 archives.  None of the developers have Vista.

 -derek
 -- 
   Derek Atkins, SB '93 MIT EE, SM '95 MIT Media Laboratory
   Member, MIT Student Information Processing Board  (SIPB)
   URL: http://web.mit.edu/warlord/PP-ASEL-IA N1NWH
   [EMAIL PROTECTED]PGP key available
 ___
 gnucash-devel mailing list
 gnucash-devel@gnucash.org
 https://lists.gnucash.org/mailman/listinfo/gnucash-devel

 

___
gnucash-devel mailing list
gnucash-devel@gnucash.org
https://lists.gnucash.org/mailman/listinfo/gnucash-devel