Modify ↓
Opened 14 years ago
Closed 14 years ago
#22 closed enhancement (fixed)
Merge-Request: pcitool,10
Reported by: | Matthias Vogelgesang | Owned by: | Suren A. Chilingaryan |
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | pcilib | Version: | |
Keywords: | Cc: | Suren A. Chilingaryan, Matthias Vogelgesang |
Description
Issued warnings screwed up my output, because you could not set an appropriate handler. I fixed it in my local branch with r10.
Oh one remark: Please for the love of God, add something to re-distribute pcilib. Right now, there is no install
target for the Makefile nor a CMake file. Thus, "updating" libpcilib.so and header files is no fun.
Attachments (0)
Change History (3)
comment:1 Changed 14 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:2 Changed 14 years ago by
Resolution: | fixed |
---|---|
Status: | closed → reopened |
The initial problem is still not solved in your branch: I still get warning output although I don't want to see it. Please take a look into my changeset 10.
comment:3 Changed 14 years ago by
Resolution: | → fixed |
---|---|
Status: | reopened → closed |
Note: See
TracTickets for help on using
tickets.
I have provided install target in Makefile. The CMake build system will follow in some time.