Bill Allombert on Sat, 28 Feb 2009 22:48:39 +0100 |
[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]
Re: level0.h missing |
On Sat, Feb 28, 2009 at 03:10:50PM -0500, Adam Sikora wrote: > I am trying to use PARI library in C++ program under Win XP. > > I placed #include <pari.h> in the code, but it tries to include > /src/kernel/ix86/level0.h which is not a part of pari-2.3.4.tar package. > Where can I get that file? Or, perhaps, do I do something wrong? I just found that there is a problem with the file src/kernel/ix86/asm0.h which cause the compiler to display its filename as src/kernel/ix86/level0.h. So anytime you see an error related to src/kernel/ix86/level0.h, it is actually in src/kernel/ix86/asm0.h. Cheers, Bill.