COIN-OR::LEMON - Graph Library

Opened 16 years ago

Closed 16 years ago

#21 closed defect (fixed)

Wrong '-I' compiler directives

Reported by: Alpar Juttner Owned by: Akos Ladanyi
Priority: critical Milestone: LEMON 1.0 release
Component: build system Version: hg main
Keywords: Cc:
Revision id:

Description

When the repository is compiled, -I. -I./lemon -I.. -I.. compilation directives are used, which is seriously wrong. The only directory to be added is the root of the source repository.

Currently, if we use a file name that has a counterpart in the standard directory (e.g. lemon/math.h), the the system files will also include this instead of the right one.

This bug appears both in the [1113f6d12c0c] and in the svn trun -r3441

Change History (2)

comment:1 Changed 16 years ago by Alpar Juttner

Component: corebuild system

comment:2 Changed 16 years ago by Akos Ladanyi

Resolution: fixed
Status: newclosed

Fixed in [761622e5ed4c].

Note: See TracTickets for help on using tickets.