[spctools-discuss] re: patch: Sqt2XML fixes

2009-11-17 Thread Mike Coleman
It doesn't look like this patch ever made it into the SVN tree. Could someone look at adding it? I think someone here's going to mention this program in a paper, but without this patch this program doesn't function correctly. Thanks!

[spctools-discuss] Ubuntu/Debian/RedHat TPP packages?

2009-09-08 Thread Mike Coleman
Has there been any thought about packaging up TPP for Ubuntu/Debian and possibly RedHat/CentOS? I went through the exercise of installing it from scratch, following the directions on the wiki page, and I can imagine that this would be quite daunting for a non-programmer. Just off the top of my

[spctools-discuss] Re: Ubuntu/Debian/RedHat TPP packages?

2009-09-08 Thread Mike Coleman
? ;) -Matt Mike Coleman wrote: Has there been any thought about packaging up TPP for Ubuntu/Debian and possibly RedHat/CentOS? I went through the exercise of installing it from scratch, following the directions on the wiki page, and I can imagine that this would be quite daunting for a non

[spctools-discuss] Re: Ubuntu/Debian/RedHat TPP packages?

2009-09-08 Thread Mike Coleman
given the resources we have. Brian On Tue, Sep 8, 2009 at 10:33 AM, Mike Coleman tutu...@gmail.com wrote: Version 1.39 of Boost isn't in Ubuntu currently, so there's nothing to link to that way.  I assume you mean doing something like folding Boost into the TPP/extern directory and handling

[spctools-discuss] Re: Failure with make

2009-09-05 Thread Mike Coleman
. On Sep 1, 10:21 pm, Mike Coleman tutu...@gmail.com wrote: Okay, this turned out to be useful.  It appears that the contents of your file 'Makefile.config.incl' is including itself (it appears to be a copy of 'Makefile.incl').  This recurses about 1000 times, at which point you hit the file

[spctools-discuss] Re: Failure with make

2009-09-01 Thread Mike Coleman
forward. Mike On Aug 31, 2:34 am, Eliza blond...@googlemail.com wrote: OK I have added make.strace.gz to the file uploads. On Aug 28, 6:34 pm, Mike Coleman tutu...@gmail.com wrote: Okay, if you really want to bring out the big guns, do something like this     $ strace -f -s 1024 -v -o

[spctools-discuss] Re: Failure with make

2009-08-20 Thread Mike Coleman
Eliza, I'm still suspicious about the $PWD thing. If you're running 'make' normally, you might try something like $ PWD=$(pwd) make ... instead of just $ make ... to see whether that improves your situation. Alternatively, for the 'root' steps, you could do something like $

[spctools-discuss] Re: Failure with make

2009-08-13 Thread Mike Coleman
I can speak to that, having just bumped into it. SRC_ROOT is defined as $(PWD)/ in the Makefile, but $PWD may not exist in the environment, leading to a definition of SRC_ROOT=/. In particular, on the latest version of Ubuntu, 'sudo printenv' shows no definition of PWD. I'm not that crazy

[spctools-discuss] Re: Failure with make

2009-08-13 Thread Mike Coleman
[sorry about the previous half-finished post] I can speak to that, having just bumped into it. SRC_ROOT is defined as $(PWD)/ in the Makefile, but $PWD may not exist in the environment, leading to a definition of SRC_ROOT=/. In particular, on the latest version of Ubuntu, 'sudo printenv' shows

[spctools-discuss] Re: Failure with make

2009-08-13 Thread Mike Coleman
...@insilicos.com wrote: Hi Mike, That's a strange report about Ubuntu.  I'm routinely building on 8.04   and 9.04.  Did something change in 9.10? -Natalie On Aug 13, 2009, at 1:09 PM, Mike Coleman wrote: [sorry about the previous half-finished post] I can speak to that, having just bumped

[spctools-discuss] patch: Sqt2XML fixes

2009-08-07 Thread Mike Coleman
Here are some fixes for Sqt2XML. I can separate this into smaller parts if needed, or provide it in another form. Mike commit af141a678622bed5074775b94b427dfa29f4126b Author: Mike Coleman m...@delta.(none) Date: Fri Aug 7 16:03:24 2009 -0500 fix typo commit