Tango 0.95.1 beta1 released

rubikitch at ruby-lang.org rubikitch at ruby-lang.org
Thu Feb 8 13:03:14 PST 2007


From: Alexander Panek <a.panek at brainsware.org>
Subject: Re: Tango 0.95.1 beta1 released
Date: Thu, 08 Feb 2007 20:15:23 +0100

> Ooh, sorry and thanks - I did not encounter that error myself while 
> testing. :)

Thank you for applying my patch.

---
$ cd /r/compile/dmd
$ wget http://svn.dsource.org/projects/tango/trunk/lib/install-dmd.sh; chmod +x install-dmd.sh
$ ./install-dmd.sh /usr/local --download-all
(snip)
Tango has been installed successfully.
You can find documentation at http://dsource.org/projects/tango,
or locally in /r/compile/dmd/usr/local/include/tango/doc/.
---
I got this message.

Then I tried to compile example/**/*.d, but got errors.
What's wrong?

---
$ cat /etc/dmd.conf

[Environment]

;;;DFLAGS=-I/usr/local/lib/dmd/src/phobos
;;;DFLAGS=-I"${PREFIX}/include/tango/ -L-L${PREFIX}/lib/ -version=Posix -version=Tango"
;;DFLAGS="-I${PREFIX}/include/tango/ -L${PREFIX}/lib/ -version=Posix -version=Tango"
DFLAGS="-I/usr/local/include/tango/ -L/usr/local/lib/ -version=Posix -version=Tango"


$ tango_dir=/r/compile/tango-0.95.1
$ cd $tango_dir/install
$ rm -f hello.o; dmd hello.d; ./hello
gcc hello.o -o hello -m32 -lphobos -lpthread -lm 
Hello, Tango!
$ rm -f hello.o; build hello.d; ./hello
Hello, Tango!
$ cd $tango_dir/example
$ cd conduits
$ build unifile.d
/usr/local/include/tango/tango/io/Buffer.d(16): module Exception cannot read file 'tango/core/Exception.d'
$ build unifile.d -op
/usr/local/include/tango/tango/io/Buffer.d(16): module Exception cannot read file 'tango/core/Exception.d'


--
rubikitch
http://www.rubyist.net/~rubikitch/



More information about the Digitalmars-d-announce mailing list