I just checked -- it's a MacPorts / SDL issue; I'll submit a bug
report to them. Sorry! - MLD
On Jun 3, 2010, at 9:37 AM, Johnathan Corgan wrote:
On Thu, Jun 3, 2010 at 08:16, Michael Dickens
wrote:
Thanks, Johnathan, for those fixes in recent check-ins; between
them and
starting with a
On Thu, Jun 3, 2010 at 08:16, Michael Dickens wrote:
> Thanks, Johnathan, for those fixes in recent check-ins; between them and
> starting with a clean build, almost everything is taken care of ... one last
> item now:
> objc[56471]: Class SDLTranslatorResponder is implemented in both
> /opt/loc
Thanks, Johnathan, for those fixes in recent check-ins; between them
and starting with a clean build, almost everything is taken care
of ... one last item now:
$ make check
[snip]
Making check in gr-video-sdl
Making check in src
make check-am
make check-TESTS
objc[56471]: Class SDLTranslato
With the change in 'date' and using 'awk', I still got the python dyld
load error, which I tracked down to the SWIG libraries. Doing 'make
clean' there and then 'make' did the trick. !...@#$% fragile SWIG stuff.
- MLD
___
Discuss-gnuradio maili
On Tue, Jun 1, 2010 at 14:46, Michael Dickens wrote:
> Can we instead use something like:
>
> $ date -u +"%a, %d %b %Y %R:%S"
This works.
> Doing "grep -r BUILD_DATE ." from the top-level
> directory, I think, shows that this variable isn't even used ... yes?
It is in gnuradio-core/src/lib/gen
On Jun 1, 2010, at 1:52 PM, Johnathan Corgan wrote:
From the manpage:
-R, --rfc-2822
output date and time in RFC 2822 format. Example: Mon,
07 Aug 2006 12:34:56 -0600
Can we instead use something like:
$ date -u +"%a, %d %b %Y %R:%S"
which isn't quite RFC 2822 compliant since i
On Jun 1, 2010, at 2:38 PM, Johnathan Corgan wrote:
$ echo '1-2-3-4' | awk -F- '{print NF}'
4
Can you test Darwin's 'awk' for this?
the '$' line returns exactly '4' ... I guess that's good?
___
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
On Tue, Jun 1, 2010 at 12:52, Johnathan Corgan
wrote:
> Feel free to suggest an alternative way of doing this test. My
> script-fu is not my greatest asset :-)
I have a solution for this using awk (thanks Jordan):
$ echo '1-2-3-4' | awk -F- '{print NF}'
4
Can you test Darwin's 'awk' for this?
On Tue, Jun 1, 2010 at 12:02, Michael Dickens wrote:
> BUILD_DATE=`date -R -u`
>
>
> The '-u' works ("Display or set the date in UTC (Coordinated Universal)
> time"), but there is no "-R" option to Darwin's built-in 'date'. What does
> the '-R' option specify?
>From the manpage:
-R, --rfc
(1) configure.ac:296
BUILD_DATE=`date -R -u`
The '-u' works ("Display or set the date in UTC (Coordinated
Universal) time"), but there is no "-R" option to Darwin's built-in
'date'. What does the '-R' option specify? Maybe there's another way
to do it on Darwin that's more compa
On Tue, Jun 1, 2010 at 10:31, Michael Dickens wrote:
> Nothing has changed about my setup w/r.t. 'cut' or anything else.
>
> 'which cut' returns '/usr/bin/cut' which is supplied by Darwin.
>
> 'which date' returns '/bin/date' which is also Darwin -- this issue has been
> around for a while now, w
Sorry for the double post; strange internet goings-on down here.
Nothing has changed about my setup w/r.t. 'cut' or anything else.
'which cut' returns '/usr/bin/cut' which is supplied by Darwin.
'which date' returns '/bin/date' which is also Darwin -- this issue
has been around for a while no
On Tue, Jun 1, 2010 at 09:50, Michael Dickens wrote:
> checking git description of current commit... cut: illegal option -- -
> ../../configure: line 3672: test: too many arguments
> v3.3.0-rc3-0-g944a8b6f
This is from config/gr_git.m4, which I was updated in rc3 with
processing to extract vario
(1) % ../../configure
checking build system type... i386-apple-darwin9.8.0
checking host system type... i386-apple-darwin9.8.0
checking target system type... i386-apple-darwin9.8.0
checking for git... /opt/local/bin/git
checking existence of git version control directory... ok
checking git descri
(1) % ../../configure
checking build system type... i386-apple-darwin9.8.0
checking host system type... i386-apple-darwin9.8.0
checking target system type... i386-apple-darwin9.8.0
checking for git... /opt/local/bin/git
checking existence of git version control directory... ok
checking git descri
15 matches
Mail list logo