|
From: Mark D. <mar...@zn...> - 2007-04-01 15:30:22
|
Hi,
Schoolboy error with floating point numbers
I need
if( Wx::wxVERSION() lt '2.006003') {
rather than
if( Wx::wxVERSION() < 2.006003) {
Version 0.09 coming soon.
Many thanks.
Mark
Mark Dootson wrote:
> Indeed!
>
> Could you let me know what
>
> perl -e"use Wx; print Wx::wxVERSION . qq(\n);"
>
> gives.
> It will save me compiling a 2.6.3 version to figure out why my version checking is wrong.
>
> By the way, the test is at line 338 of ProcessStream.pm so you could comment out to continue until I sort out the version problem.
>
> Johan Vromans wrote:
>> Hi Mark,
>>
>> Can you explain this message from Wx::Perl::ProcessStream:
>>
>> Fatal Error: Wx 0.69 compiled with wxWidgets 2.6.3.
>> Minimum wxWidgets version 2.6.3 required for Wx::Perl::ProcessStream
>> 0.08 at ...
>>
>> I'd say that 2.6.3 satisfies the criterium.
>>
>> -- Johan
>>
>> -------------------------------------------------------------------------
>> Take Surveys. Earn Cash. Influence the Future of IT
>> Join SourceForge.net's Techsay panel and you'll get the chance to share your
>> opinions on IT & business topics through brief surveys-and earn cash
>> http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
>> _______________________________________________
>> wxperl-users mailing list
>> wxp...@li...
>> https://lists.sourceforge.net/lists/listinfo/wxperl-users
>
>
>
> -------------------------------------------------------------------------
> Take Surveys. Earn Cash. Influence the Future of IT
> Join SourceForge.net's Techsay panel and you'll get the chance to share your
> opinions on IT & business topics through brief surveys-and earn cash
> http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
> _______________________________________________
> wxperl-users mailing list
> wxp...@li...
> https://lists.sourceforge.net/lists/listinfo/wxperl-users
|