missing header file

The place where software developers meet

Moderator: marcus

missing header file

Postby inigo » Fri 5. Oct 2012, 13:35

Hi

Im trying to use the functions included in IRTrans.h, but when I try to compile any code with that header it gives me a lot of errors, for example:
Code: Select all
In file included from ../LibIRTrans/IRTrans-shlib/x86/IRTrans.h:26,
                 from main.cpp:10:
../LibIRTrans/IRTrans-shlib/x86/remote.h:53: error: ‘uint8_t’ does not name a type
../LibIRTrans/IRTrans-shlib/x86/remote.h:54: error: ‘uint16_t’ does not name a type
../LibIRTrans/IRTrans-shlib/x86/remote.h:90: error: ‘byte’ does not name a type
../LibIRTrans/IRTrans-shlib/x86/remote.h:91: error: ‘byte’ does not name a type


Is like I am missing to include a header or maybe is that I have to compile the library again, but if I try to complile it it gives me this error
Code: Select all
make: *** No rule to make target `IRTransDLL.c', needed by `x86/libIRTrans.so'.  Stop.

It probably will be something very simple but I am very new in C programming

Thanks

Inigo
inigo
 
Posts: 1
Joined: Fri 5. Oct 2012, 13:28

Return to APIs

Who is online

Users browsing this forum: No registered users and 3 guests

cron