Adam Sikora on Sun, 01 Mar 2009 00:01:06 +0100
|
[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]
- To: pari-users@list.cr.yp.to
- Subject: Re: level0.h missing
- From: Adam Sikora <asikora@buffalo.edu>
- Date: Sat, 28 Feb 2009 17:59:23 -0500
- Delivery-date: Sun, 01 Mar 2009 00:01:06 +0100
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:sender:received:in-reply-to :references:date:x-google-sender-auth:message-id:subject:from:to :content-type:content-transfer-encoding; bh=zCzkCa7il60c4NsQe6H/DSS2xXWvRvustRv1VJ3BfRk=; b=WT0WJ8aUvqQS8ogc+zIB0gBI159DEAuu8iWG/0TNaNs2E6FhQOUNGTdmds77dxSIC+ W1cuCjEGTEBNtXnYRjMlf5kPjzHLn14t/rfJr3sxGp9yqVbdgIOnXHOm/po6JxMu3YC1 nWuP9QBvgHZgXw80uOxZxCSvQG77ZS6PNZWYA=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:content-type :content-transfer-encoding; b=BIDlVqLr97hmLtnuLFOg1BD5HdMPJfli7Foy+g3M1vB4q5Desl1UmAA0BTztC0u9kT Pnj7zASCpaRDza92chJIfU3A2A7QaWItW05Ih4f0NUGozJZb7TWGoc+HDThROUcsPIev gzUe3uYxDu7wasxj17mzap5e1DnSdEMd3OBz4=
- In-reply-to: <20090228214648.GB3870@yellowpig>
- Mailing-list: contact pari-users-help@list.cr.yp.to; run by ezmlm
- References: <6293b1740902281210s2b007a1fua8194b812aace95c@mail.gmail.com> <20090228214648.GB3870@yellowpig>
- Sender: adam.s.sikora@gmail.com
>> 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