Tango installer?
    Jason House 
    jason.james.house at gmail.com
       
    Wed Sep 19 16:55:52 PDT 2007
    
    
  
Given other recent issues with tango + gdc, I'm reattempting to install 
it on my machine (Mandriva Linux 2007 spring) for testing.  Below is my 
most recent failed attempt with the installer.
[root at localhost Desktop]# ./tango-0.99.1-gdc-i686-pc-linux-gnu-withGDC.sh
What path do you want to install GDC to? /bin
Done!
[root at localhost Desktop]# ls /bin/gdc
ls: /bin/gdc: No such file or directory
{some research}
[root at localhost Desktop]# ./tango-0.99.1-gdc-i686-pc-linux-gnu-withGDC.sh
What path do you want to install GDC to? gdc
Failed to install Tango core
[root at localhost Desktop]# ls gdc
bin/  include/  lib/  libexec/  man/
{manual setting of PATH and running of install-gdc.sh}
gdmd ...
{no includes found}
{obtain include files via tar source copy - PS: Broken links on download 
page again}
gdmd ... -I/path/to/tango
Unsupported environment; neither Win32 or Posix is declared
/home/jhouse/tango-0.99.1-src/tango/sys/Common.d:79: static assert  is false
Unsupported environment; neither Win32 or Posix is declared
/home/jhouse/tango-0.99.1-src/tango/sys/Common.d:79: static assert  is false
/home/jhouse/tango-0.99.1-src/tango/core/Thread.di:259: Error: 
identifier 'TLSKey' is not defined
/home/jhouse/tango-0.99.1-src/tango/core/Thread.di:259: Error: TLSKey is 
used as a type
    
    
More information about the Digitalmars-d-learn
mailing list