| PDFedit | Bugtracker |
| Anonymous | Login | Signup for a new account | 09-10-2010 23:41 CEST |
| Main | My View | View Issues | Docs |
| Viewing Issue Simple Details [ Jump to Notes ] | [ View Advanced ] [ Issue History ] [ Print ] | ||||||||
| ID | Category | Severity | Reproducibility | Date Submitted | Last Update | ||||
| 0000356 | [PDFedit] Programmer documentation | minor | always | 05-29-10 22:29 | 05-30-10 04:35 | ||||
| Reporter | leonidas666 | View Status | public | ||||||
| Assigned To | bilbo | ||||||||
| Priority | normal | Resolution | fixed | ||||||
| Status | resolved | Product Version | |||||||
| Summary | 0000356: Typo in README | ||||||||
| Description |
At the end of the README is written: * update your configure script or modify Makefile to set proper CXXFLAGS and LDFLAGS to contain proper include and library paths. You can use EPREFIX/pdfedit-core-dev-config script e.g. this way in Makefile: CXXFLAGS = $(shell pdfedit-core-dev-config --cflags) LDFALGS = $(shell pdfedit-core-dev-config --libs) I guess it should be "LDFLAGS" instead of "LDFALGS". Easy to oversee this if you are just using copy and paste from here to create a new makefile... |
||||||||
| Additional Information | |||||||||
| Attached Files | |||||||||
|
|
|||||||||
Notes |
|
|
(0001084) bilbo 05-30-10 04:35 |
This typo was in the README and also in one of our makefiles. Fixed at both places in CVS. |