-
I was renaming some command files and inadvertently ended up with a .K that included itself. I was able to reproduce this by creating a command file foo.K that included only 'k foo.K'.
# ra.sh update
/var/radmind/client/command.K: out of date
Update command file and/or transcripts? [Yn] y
/var/radmind/client/command.K: updated
/var/radmind/client/foo.K: updated
/usr/bin/ra.sh: line 151...
2010-01-07 03:14:57 UTC by gabikali
-
This topic is really more appropriate for the mailing list. Take further discussion there.
Doing exactly the following works for me:
git clone git://radmind.git.sourceforge.net/gitroot/radmind/radmind
cd radmind
sh bin/getsnet
autoconf
./configure
make
sudo make package
This leaves a RadmindTools-DATE.pkg.tgz in the parent directory.
2009-12-24 05:34:13 UTC by fitterhappier
-
Hi all,
Does anybody have any pointers for me? I'm trying to compile the latest git version of the radmind tools and create a pakage - for some reason, when following the steps in the readme, I don't end up with a .pkg. Does anybody else experience the same thing and has anybody found a method that works? I'm running 10.5.8 and version 3.1.3 of Xcode. Here's what I'm doing;
Thanks in...
2009-12-23 16:38:22 UTC by bstr
-
Hi shannahs,
Many thanks for your help. Following your advice and the README (I wasn't ignoring the readme, it just doesn't work as described for *me* so I figured it was out of date), I was able to get to the point where I at least have some output of binaries, though still no luck with a package. Can you tell me how I might go about using a flag (such as -j ) in the make process?
Thanks...
2009-12-21 15:05:50 UTC by bstr
-
bstr,
I am not sure what you do get. I realize it isn't what you expect but what fails at what point? I need a lot more debugging to figure out exactly where you went wrong.
From the description I would try one different thing. What you did should work. But for me following the CVS instructions in the README file I run getsnet from the main directory.
cd radmind
./bin/getsnet
that should...
2009-12-21 14:28:29 UTC by shannahs
-
Hi all,
I'm trying to compile the latest tools and assistant from the git head and have run into difficulty. I was wondering if someone could tell me what I'm doing wrong. I'm running Xcode 3.1.3_2736 on 10.5.8. Incidentally, I'm compiling for use on 10.6.2 - should I be using SL as a base for compiling?
Anyway, I have copied the source using
git clone...
2009-12-21 11:50:14 UTC by bstr
-
fitterhappier pushed 1 commit(s) to refs/heads/master in the radmind Git repository of the Radmind project.
2009-12-15 15:59:21 UTC by fitterhappier
-
Fixed. We now track transcript context in the node list. Please grab the current git head and test:
git clone git://radmind.git.sourceforge.net/gitroot/radmind/radmind.
2009-12-06 17:14:42 UTC by fitterhappier
-
fitterhappier pushed 1 commit(s) to refs/heads/master in the radmind Git repository of the Radmind project.
2009-12-06 17:11:53 UTC by fitterhappier
-
Radmind's man pages are placed in:
/usr/local/share/man1/
/usr/local/share/man5/
/usr/local/share/man8/
Mac OS X 10.5 and 10.6 already has the following path defined for non-distribution man pages:
/usr/local/share/man/
Placing the man1, man5, and man8 directories in /usr/local/share/man/ will fix the path issues without requiring any changes to user path settings.
2009-12-03 17:41:59 UTC by Kevin Trumbull