News:

Download Pelles C here: http://www.smorgasbordet.com/pellesc/

Main Menu

add new library

Started by Alessio, September 03, 2010, 10:11:04 AM

Previous topic - Next topic

Alessio

Hi,

I add a new library using "folders" under Tools->Option menu.
but compiler warn me that library is not found (missing header error).

Why ?

It works only if I add new libraries under project settings, but I want it to be default for all projects.

Please forgive me but I asked same question some time ago...
http://forum.pellesc.de/index.php?topic=3013.0
...but I've not fixed that too!

Alessio.

Alessio

ok, fixed.

It seems that POIDE doesn't update INCLUDE ad LIBS path into ppj file.
In fact, I have created a new project and I've noticed that INCLUDE and LIBS path have my new added library.

I think this should be considered a bug.

Alessio.

CommonTater

Once you have it in your global settings, you can update it into a project's settings by clicking the "default" button on the folders tab.


Stefan Pendl

Quote from: CommonTater on September 04, 2010, 01:25:06 AM
Once you have it in your global settings, you can update it into a project's settings by clicking the "default" button on the folders tab.

This would remove any additional path added just for the project, I think.

It would be nice to have things merged, since removing unwanted paths is easier, than adding the lost ones.
---
Stefan

Proud member of the UltraDefrag Development Team

CommonTater