Bill Allombert on Sun, 01 Mar 2009 00:17:22 +0100 |
[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]
Re: level0.h missing |
On Sat, Feb 28, 2009 at 05:59:23PM -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. > > Thanks! > Do you have any suggestion how to resolve that error? > Is there anybody who was able to use pari library with C++ under Windows XP? What is the error exactly ? The problem with src/kernel/ix86/level0.h is already fixed in the SVN repository for both branchs. Cheers, Bill.