Adam Sikora on Sun, 01 Mar 2009 00:01:06 +0100


[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]

Re: level0.h missing


>> 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?

All the best,

Adam Sikora