Message86740
math_log1p should be produced by the line
FUNC1(log1p, log1p, 1, ...
FUNC1 is a macro that (in this instance) creates the math_log1p function.
The original error message that you posted seems to say that it's log1p
that's undeclared, not math_log1p.
It's strange that log1p isn't being picked up.
What's your operating system? |
|
| Date |
User |
Action |
Args |
| 2009-04-28 14:02:12 | mark.dickinson | set | recipients:
+ mark.dickinson, alanh |
| 2009-04-28 14:02:12 | mark.dickinson | set | messageid: <[email protected]> |
| 2009-04-28 14:02:11 | mark.dickinson | link | issue5865 messages |
| 2009-04-28 14:02:11 | mark.dickinson | create | |
|