- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I have been building my application that has used the IPPS libraries just fine. I have just been including , and and everything has worked great. However, now I want to use the VAD_AMRWB function. This is included in ippsc.h. If I try to #include I get the following error when I try to make my program:
/opt/intel/Compiler/11.1/059/ipp/em64t/include/ippsc.h(2185): error: expected a ")"
IPPAPI(IppStatus, ippsWinHybridGetStateSize_G728_16s,(int M, int L, int N, int DIM, int *pMemSize))
^
/opt/intel/Compiler/11.1/059/ipp/em64t/include/ippsc.h(2186): error: expected a ")"
IPPAPI(IppStatus, ippsWinHybridInit_G728_16s,(const Ipp16s *pWinTab,int M, int L, int N,
^
I also get that error if I just try to include.
Can anyone explain why this is happening?
Thanks,
Derek
/opt/intel/Compiler/11.1/059/ipp/em64t/include/ippsc.h(2185): error: expected a ")"
IPPAPI(IppStatus, ippsWinHybridGetStateSize_G728_16s,(int M, int L, int N, int DIM, int *pMemSize))
^
/opt/intel/Compiler/11.1/059/ipp/em64t/include/ippsc.h(2186): error: expected a ")"
IPPAPI(IppStatus, ippsWinHybridInit_G728_16s,(const Ipp16s *pWinTab,int M, int L, int N,
^
I also get that error if I just try to include
Can anyone explain why this is happening?
Thanks,
Derek
Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Derek,
Could you provide some specific steps that can show this problem? I just wrote a simple test code with that version of Intel IPP library. It looks fine:
>cat test.c:
# include
int main()
{
}
>gcc -I /opt/intel/Compiler/11.1/059/ipp/include/ test.c
Thanks,
Chao

Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page