PDFedit Bugtracker
  

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

- Relationships

- 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.
 

- Issue History
Date Modified Username Field Change
05-29-10 22:29 leonidas666 New Issue
05-30-10 04:31 bilbo Status new => assigned
05-30-10 04:31 bilbo Assigned To  => bilbo
05-30-10 04:35 bilbo Status assigned => resolved
05-30-10 04:35 bilbo Fixed in Version  => CVS
05-30-10 04:35 bilbo Resolution open => fixed
05-30-10 04:35 bilbo Note Added: 0001084