wxD 0.10 released

Olli Aalto oaalto at gmail.com
Sun Apr 22 23:55:06 PDT 2007


Anders F Björklund wrote:
> 0.10 (afb)
> Support for building with wxWidgets 2.8.x
> Support for compiling with Tango as well
> 
> http://wxd.sourceforge.net/
> 
> This release adds support for compiling with
> wxWidgets 2.8.3, as well as with old wx 2.6.4.
> It also adds support for using Tango / Phobos.
> 
> The build process has been updated and it now
> supports Make (DM/GNU), Build (Bud/Rebuild)
> as well as Code::Blocks IDE and using DSSS.
> 
> http://wxd.sourceforge.net/#codeblocks
> 
> Tested OK on Mac OS X, Linux, FreeBSD, Win XP.
> Works with GDC 0.23 and DMD 1.007 compilers.
> 

Which version of Tango? I'm using the 0.97 RC1 and now I'm getting the 
following error:


oaalto-laptop ~> dsss net install wxd
Synchronizing...
+ curl -s -S -k http://svn.dsource.org/projects/dsss/sources/source.list 
-o /home/oaalto/dsss/share/dsss/sources/source.list -z 
/home/oaalto/dsss/share/dsss/sources/source.list
+ curl -s -S -k http://svn.dsource.org/projects/dsss/sources/pkgs.list 
-o /home/oaalto/dsss/share/dsss/sources/pkgs.list -z 
/home/oaalto/dsss/share/dsss/sources/pkgs.list
+ curl -s -S -k 
http://svn.dsource.org/projects/dsss/sources/mirrors.list -o 
/home/oaalto/dsss/share/dsss/sources/mirrors.list -z 
/home/oaalto/dsss/share/dsss/sources/mirrors.list

Working in /tmp/DSSS_wxd
+ curl -k 
http://superb-east.dl.sourceforge.net/sourceforge/wxd/wxd-0.10.tgz -o 
src.tgz
   % Total    % Received % Xferd  Average Speed   Time    Time     Time 
  Current
                                  Dload  Upload   Total   Spent    Left 
  Speed
100 1134k  100 1134k    0     0   386k      0  0:00:02  0:00:02 --:--:-- 
  423k
+ gunzip -c src.tgz | tar -xf -
WARNING: Module Vararg.d does not have a module declaration. This can 
cause problems
          with rebuild's -oq option. If an error occurs, fix this first.
Creating imports for DD-wx
Command: make helpers
+ make helpers
make -C wxc helpers
make[1]: Entering directory `/tmp/DSSS_wxd/wxd/wxc'
g++ -D__DMD__  `wx-config --cxxflags` -O2 -Wall -c -o wx-platform.o 
wx-platform.cpp
g++  -o wx-platform wx-platform.o
g++ -D__DMD__  `wx-config --cxxflags` -O2 -Wall -c -o wx-encoding.o 
wx-encoding.cpp
g++  -o wx-encoding wx-encoding.o
make[1]: Leaving directory `/tmp/DSSS_wxd/wxd/wxc'
Command: wxc/dsss-wx-libs.d
+ /home/oaalto/dsss/bin/rebuild -Idsss_imports/ -I. -S./ 
-I/home/oaalto/dsss/include/d -S/home/oaalto/dsss/lib/  -full -exec 
wxc/dsss-wx-libs.d
wxc/dsss-wx-libs.d(20): constructor tango.sys.Process.Process.this 
(char[][]...) does not match parameter types (char[],char[][char[]])
wxc/dsss-wx-libs.d(20): Error: cannot implicitly convert expression 
(command) of type char[] to char[][]
wxc/dsss-wx-libs.d(20): Error: cannot implicitly convert expression 
(get()) of type char[][char[]] to char[][]
Command /home/oaalto/dsss/bin/rebuild returned with code 256, aborting.



More information about the Digitalmars-d-announce mailing list