On 1/10/07, SourceForge.net <[EMAIL PROTECTED]> wrote:
> Bugs item #1632434, was opened at 2007-01-10 15:42
> Message generated for change (Tracker Item Submitted) made by Item Submitter
> You can respond by visiting:
> https://sourceforge.net/tracker/?func=detail&atid=462816&aid=1632434&group_id=51305
>
> Please note that this message will contain a full copy of the comment thread,
> including the initial issue submission, for this request,
> not just the latest update.
> Category: None
> Group: CVS HEAD
> Status: Open
> Resolution: None
> Priority: 5
> Private: No
> Submitted By: jerk (fantaz)
> Assigned to: Nobody/Anonymous (nobody)
> Summary: wxthings build error
>
> Initial Comment:
> Im' using VS 2005 and wx 2.6.3, and wxthings cvs head as of january 10th 2007.
> During wxthings build,
> in matrix2d.cpp in
> wxMatrix2D wxMatrix2D::Exp10() const
> Line 579
> I get the following error:
> error C3861: 'exp10': identifier not found
>
> There is no exp10 fn documented  in VS 2005 help. Any thoughts?

I replaced it with PowN(double n) that does n^(element value) which is
more generally useful. Gcc does have exp10.

I also fixed #including wxWidgets/src/generic/filedlgg.cpp for MSVC.

You can get the new version from CVS or browse the sourceforge CVS and
replace the files.

Thanks for the heads up.
     John Labenski

-------------------------------------------------------------------------
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
_______________________________________________
wxCode-users mailing list
wxCode-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wxcode-users

Reply via email to