Makefile option -i
#1
Hi, I'm looking at some Kodi code in GitHub to understand it, and I don't recall what the -I option in makefile was all about, such as when they say-I$(SOMETHING)/include. Does someone recall what that option is about?
Reply
#2
Thats a compiler option and has nothing todo with make (but with gcc or clang for example). It tells the compiler where to look for header files when resolving includes...
AppleTV4/iPhone/iPod/iPad: HowTo find debug logs and everything else which the devs like so much: click here
HowTo setup NFS for Kodi: NFS (wiki)
HowTo configure avahi (zeroconf): Avahi_Zeroconf (wiki)
READ THE IOS FAQ!: iOS FAQ (wiki)
Reply
#3
Oh, I get it. Thanks. Smile
Reply
#4
Will you do a new thread for each of the 100000 makefile options now? I hope not Wink
AppleTV4/iPhone/iPod/iPad: HowTo find debug logs and everything else which the devs like so much: click here
HowTo setup NFS for Kodi: NFS (wiki)
HowTo configure avahi (zeroconf): Avahi_Zeroconf (wiki)
READ THE IOS FAQ!: iOS FAQ (wiki)
Reply
#5
Lol.
Reply

Logout Mark Read Team Forum Stats Members Help
Makefile option -i0