Re: Building on Ubuntu 13.04

2014-04-28 Thread Jostein Berntsen
On 26.04.14,11:57, Martin Blais wrote:
 Thanks Jostein, I already have all the dependencies, hitting other problems.
 I got mbudde's PPA, that works, but there's no Python module, only the main
 binary.
 I'm due for an upgrade to 14.04 anyhow, I'll wait until I do that and
 retry, I just have too little time to get this workign right now.
 I'd like to eventually use the Ledger parser from Python to convert into
 Beancount data structure so you can all try/use the web interface I built.
 
 

This seems also to be a problem in cygwin:

https://groups.google.com/forum/#!topic/ledger-cli/Mm9M6ffZTRU

Jostein



-- 

--- 
You received this message because you are subscribed to the Google Groups 
Ledger group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to ledger-cli+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Building on Ubuntu 13.04

2014-04-28 Thread Martin Blais
I'm hitting this very same error message.
Quick attempts to fix add #include memory did not succeed.
(Moved on, had other cats to whip.)




On Mon, Apr 28, 2014 at 10:25 AM, Jostein Berntsen jber...@broadpark.nowrote:

 On 26.04.14,11:57, Martin Blais wrote:
  Thanks Jostein, I already have all the dependencies, hitting other
 problems.
  I got mbudde's PPA, that works, but there's no Python module, only the
 main
  binary.
  I'm due for an upgrade to 14.04 anyhow, I'll wait until I do that and
  retry, I just have too little time to get this workign right now.
  I'd like to eventually use the Ledger parser from Python to convert into
  Beancount data structure so you can all try/use the web interface I
 built.
 
 

 This seems also to be a problem in cygwin:

 https://groups.google.com/forum/#!topic/ledger-cli/Mm9M6ffZTRU

 Jostein



 --

 ---
 You received this message because you are subscribed to the Google Groups
 Ledger group.
 To unsubscribe from this group and stop receiving emails from it, send an
 email to ledger-cli+unsubscr...@googlegroups.com.
 For more options, visit https://groups.google.com/d/optout.


-- 

--- 
You received this message because you are subscribed to the Google Groups 
Ledger group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to ledger-cli+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Building on Ubuntu 13.04

2014-04-28 Thread Jostein Berntsen
On 28.04.14,11:49, Martin Blais wrote:
 I'm hitting this very same error message.
 Quick attempts to fix add #include memory did not succeed.
 (Moved on, had other cats to whip.)
 
 
 
 
 On Mon, Apr 28, 2014 at 10:25 AM, Jostein Berntsen 
 jber...@broadpark.nowrote:
 
  On 26.04.14,11:57, Martin Blais wrote:
   Thanks Jostein, I already have all the dependencies, hitting other
  problems.
   I got mbudde's PPA, that works, but there's no Python module, only the
  main
   binary.
   I'm due for an upgrade to 14.04 anyhow, I'll wait until I do that and
   retry, I just have too little time to get this workign right now.
   I'd like to eventually use the Ledger parser from Python to convert into
   Beancount data structure so you can all try/use the web interface I
  built.
  
  
 
  This seems also to be a problem in cygwin:
 
  https://groups.google.com/forum/#!topic/ledger-cli/Mm9M6ffZTRU
 
  Jostein
 
 

It seems like it errors out because of something with gcc. Maybe it would be
possible to tweak something in acprep to make this work?

Jostein


-- 

--- 
You received this message because you are subscribed to the Google Groups 
Ledger group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to ledger-cli+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Building on Ubuntu 13.04

2014-04-26 Thread Jostein Berntsen
On 25.04.14,22:52, Martin Blais wrote:
 Sorry I meant, 13.04, not the LTS.
 
 
 
 On Fri, Apr 25, 2014 at 10:47 PM, Martin Blais bl...@furius.ca wrote:
 
  Hi,
  I'm trying to build Ledger from source on a vanilla Ubuntu 12.04 in order
  to write a script to convert Ledger files to other formats.
  I just burnt 3 hours fiddling and fiddling to get this working, I think
  I've hit all the issues so far:
  - the utf8.h missing file,
  - older version of cmake barfing,
  - custom install of recent boost not being recognized (had to edit a file
  to force it)
  - failed build using g++-4.7 (cannot recognize unique_ptr somehow)
  - switched to clang
  and a few more.
 
  Does anyone have straightforward instructions on how to build on Ubuntu
  12.04?
  It is an awfully common platform, after all, it's the LTS.
  (I've done a lot of this, I know if I keep banging on it I will win, but
  this would save me lots of time.)
  Thanks,

Will this help?

https://groups.google.com/forum/#!topic/ledger-cli/WeCQ9SEjYAA

Jostein


-- 

--- 
You received this message because you are subscribed to the Google Groups 
Ledger group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to ledger-cli+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Building on Ubuntu 13.04

2014-04-26 Thread Martin Blais
Thanks Jostein, I already have all the dependencies, hitting other problems.
I got mbudde's PPA, that works, but there's no Python module, only the main
binary.
I'm due for an upgrade to 14.04 anyhow, I'll wait until I do that and
retry, I just have too little time to get this workign right now.
I'd like to eventually use the Ledger parser from Python to convert into
Beancount data structure so you can all try/use the web interface I built.




On Sat, Apr 26, 2014 at 2:47 AM, Jostein Berntsen jber...@broadpark.nowrote:

 On 25.04.14,22:52, Martin Blais wrote:
  Sorry I meant, 13.04, not the LTS.
 
 
 
  On Fri, Apr 25, 2014 at 10:47 PM, Martin Blais bl...@furius.ca wrote:
 
   Hi,
   I'm trying to build Ledger from source on a vanilla Ubuntu 12.04 in
 order
   to write a script to convert Ledger files to other formats.
   I just burnt 3 hours fiddling and fiddling to get this working, I think
   I've hit all the issues so far:
   - the utf8.h missing file,
   - older version of cmake barfing,
   - custom install of recent boost not being recognized (had to edit a
 file
   to force it)
   - failed build using g++-4.7 (cannot recognize unique_ptr somehow)
   - switched to clang
   and a few more.
  
   Does anyone have straightforward instructions on how to build on Ubuntu
   12.04?
   It is an awfully common platform, after all, it's the LTS.
   (I've done a lot of this, I know if I keep banging on it I will win,
 but
   this would save me lots of time.)
   Thanks,

 Will this help?

 https://groups.google.com/forum/#!topic/ledger-cli/WeCQ9SEjYAA

 Jostein


 --

 ---
 You received this message because you are subscribed to the Google Groups
 Ledger group.
 To unsubscribe from this group and stop receiving emails from it, send an
 email to ledger-cli+unsubscr...@googlegroups.com.
 For more options, visit https://groups.google.com/d/optout.


-- 

--- 
You received this message because you are subscribed to the Google Groups 
Ledger group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to ledger-cli+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Building on Ubuntu 13.04

2014-04-25 Thread Martin Blais
Sorry I meant, 13.04, not the LTS.



On Fri, Apr 25, 2014 at 10:47 PM, Martin Blais bl...@furius.ca wrote:

 Hi,
 I'm trying to build Ledger from source on a vanilla Ubuntu 12.04 in order
 to write a script to convert Ledger files to other formats.
 I just burnt 3 hours fiddling and fiddling to get this working, I think
 I've hit all the issues so far:
 - the utf8.h missing file,
 - older version of cmake barfing,
 - custom install of recent boost not being recognized (had to edit a file
 to force it)
 - failed build using g++-4.7 (cannot recognize unique_ptr somehow)
 - switched to clang
 and a few more.

 Does anyone have straightforward instructions on how to build on Ubuntu
 12.04?
 It is an awfully common platform, after all, it's the LTS.
 (I've done a lot of this, I know if I keep banging on it I will win, but
 this would save me lots of time.)
 Thanks,




-- 

--- 
You received this message because you are subscribed to the Google Groups 
Ledger group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to ledger-cli+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.