Topic : $(RKitLib)\ARM\include - can't be forced from head of include path

Forum : Ride IDE

Original Post
Post Information Post
March 8, 2009 - 6:03am
Guest

RIDE7 always places the path to it's library header files at the start of the include path, regardless of where you move it in the path dialog of the project Properties window. The usual place for these files is after the project specifc paths, at the end of the include chain. Forcing them to the front means that library headers can never be overridden by project-local ones.

I presume this is a bug, as you can change the order in the dialog; it just never sticks in the .rapp file. Let me know if you are going to fix this. I would rather it was fixed but if it won't change, I'll do a workaround.

Thx Steven Pruzina

Replies
Post Information Post
+1
0
-1
March 10, 2009 - 2:32pm
Guest

Hi Steven

I have tried to change order in "Application options->Directories->Include path" to put the include path at the end.
When I do this
the comand line sent to the compiler is changed and the -I of the include path is at the end.

So can you precise how you proceed so I can try to reproduce the issue.

Regards,