wxDについて
3件表示
すべてのコメント一覧へ
投稿ツリー
-
wxDについて (nobo, 2011/1/30 17:47) «
-
Re: wxDについて (SHOO, 2011/1/30 23:34)
-
Re: Re: wxDについて (nobo, 2011/1/31 23:39)
-
-
nobo
初めまして。D言語でwxDを利用しようとして躓いたので、質問させていただきます。
こちらのサイト
http://dusers.dip.jp/modules/wiki/?Libraries%2FwxD
http://wxd.sourceforge.net/#installation
を参考にコンパイル・インストールしようとしたのですが、
makeすると、Dのソースをコンパイルする所で大量にエラーが出て止まってしまいます。
dmd -version=wx28 -version=__WXGTK__ -version=UNICODE -I.. -O -g -c -ofAccelerator.o Accelerator.d
std.contracts has been scheduled for deprecation. Please use std.exception instead.
../wx/Palette.d(23): Error: inout on parameter means inout must be on return type as well (if from D1 code, replace with 'ref')
../wx/Palette.d(23): Error: inout on parameter means inout must be on return type as well (if from D1 code, replace with 'ref')
../wx/Palette.d(23): Error: inout on parameter means inout must be on return type as well (if from D1 code, replace with 'ref') (以下略)
dsssを使用するとインストールまでは出来るのですが、実行時に同様のエラーが発生します。
どなたか解決法をお知りでしたら教えて頂きたいです。。
こちらのサイト
http://dusers.dip.jp/modules/wiki/?Libraries%2FwxD
http://wxd.sourceforge.net/#installation
を参考にコンパイル・インストールしようとしたのですが、
makeすると、Dのソースをコンパイルする所で大量にエラーが出て止まってしまいます。
dmd -version=wx28 -version=__WXGTK__ -version=UNICODE -I.. -O -g -c -ofAccelerator.o Accelerator.d
std.contracts has been scheduled for deprecation. Please use std.exception instead.
../wx/Palette.d(23): Error: inout on parameter means inout must be on return type as well (if from D1 code, replace with 'ref')
../wx/Palette.d(23): Error: inout on parameter means inout must be on return type as well (if from D1 code, replace with 'ref')
../wx/Palette.d(23): Error: inout on parameter means inout must be on return type as well (if from D1 code, replace with 'ref') (以下略)
dsssを使用するとインストールまでは出来るのですが、実行時に同様のエラーが発生します。
どなたか解決法をお知りでしたら教えて頂きたいです。。
投票数:31
平均点:2.90
返信する