PDFedit Bugtracker
  

Viewing Issue Simple Details Jump to Notes ] View Advanced ] Issue History ] Print ]
ID Category Severity Reproducibility Date Submitted Last Update
0000165 [PDFedit] Compilation block always 09-11-07 08:19 07-03-09 23:55
Reporter disciple View Status public  
Assigned To bilbo
Priority normal Resolution fixed  
Status closed   Product Version CVS
Summary 0000165: PDFedit 0.3.2 will not compile
Description Trying to compile pdfedit 0.3.2 on Grafpup Linux, make fails, ending like this:

I../kernel -I../kpdf-kde-3.3.2 -I../xpdf/splash -I../qsa/src/qsa -I/usr/lib/qt/include -I.ui/ -I.moc/ -o .obj/refvalidator.o refvalidator.cc
g++ -c -pipe -O2 -DNDEBUG -DQT_CLEAN_NAMESPACE -fexceptions -Wall -W -O2 -DQT_NO_DEBUG -I/usr/lib/qt/mkspecs/default -I. -I.. -I../utils -I../xpdf -I../xpdf/xpdf -I../xpdf/goo -I../kernel -I../kpdf-kde-3.3.2 -I../xpdf/splash -I../qsa/src/qsa -I/usr/lib/qt/include -I.ui/ -I.moc/ -o .obj/propertyeditor.o propertyeditor.cc
propertyeditor.cc: In member function `void
   gui::PropertyEditor::setObject(boost::shared_ptr<pdfobjects::IProperty>)':
propertyeditor.cc:286: error: no matching function for call to `
   gui::PropertyEditor::addProperty(std::basic_string<char,
   std::char_traits<char>, std::allocator<char> >&,
   boost::shared_ptr<pdfobjects::IProperty>&)'
propertyeditor.cc:212: error: candidates are: bool
   gui::PropertyEditor::addProperty(const QString&,
   boost::shared_ptr<pdfobjects::IProperty>)
propertyeditor.cc:167: error: void
   gui::PropertyEditor::addProperty(gui::Property*,
   boost::shared_ptr<pdfobjects::IProperty>)
propertyeditor.cc:306: error: no matching function for call to `
   gui::PropertyEditor::addProperty(std::basic_string<char,
   std::char_traits<char>, std::allocator<char> >&,
   boost::shared_ptr<pdfobjects::IProperty>&)'
propertyeditor.cc:212: error: candidates are: bool
   gui::PropertyEditor::addProperty(const QString&,
   boost::shared_ptr<pdfobjects::IProperty>)
propertyeditor.cc:167: error: void
   gui::PropertyEditor::addProperty(gui::Property*,
   boost::shared_ptr<pdfobjects::IProperty>)
make[2]: *** [.obj/propertyeditor.o] Error 1
make[2]: Leaving directory `/mnt/hdb3/MyPackages/pdfedit-0.3.2/src/gui'
make[1]: *** [pdfedit] Error 2
make[1]: Leaving directory `/mnt/hdb3/MyPackages/pdfedit-0.3.2/src'
make: *** [src] Error 2

Reading http://pdfedit.petricek.net/bt/bug_view_advanced_page.php?bug_id=115, [^] it sounds like this shouldn't happen anymore, but maybe I've missed something - I'm very new to compiling.
Additional Information
Attached Files

- Relationships

- Notes
(0000169)
bilbo
09-13-07 11:40

Seems like qt3 in grafpup linux is compiled without std::string support probably.

I'll have to test it out - which version of grafpup linux have you used? (or if you can send me link to corresponding ISO image, it would be the best :)
 
(0000170)
disciple
09-13-07 12:09
edited on: 09-13-07 12:09

First I tried in Grafpup 104 (very old - 2.4 kernel etc), because that's what I actually use, then I tried in Grafpup 2 (Opera version - not that that should make a difference), and it failed with the same error messages, but in a different place. If you're going to try it in Grafpup be aware that you'll have to sort out boost as well.

BTW there are several of us that have been trying to get pdfedit to run on Puppy or Grafpup for a while, so if we can get it to work we'd be very happy :)

 
(0000338)
hockm0bm
02-20-08 17:01

I am closing this bug, because current CVS doesn't suffer with this problem. Please reopen if experiencing it also with the new version
 

- Issue History
Date Modified Username Field Change
09-11-07 08:19 disciple New Issue
09-13-07 11:40 bilbo Note Added: 0000169
09-13-07 11:40 bilbo Status new => assigned
09-13-07 11:40 bilbo Assigned To  => bilbo
09-13-07 11:40 bilbo Status assigned => feedback
09-13-07 12:09 disciple Note Added: 0000170
09-13-07 12:09 disciple Note Edited: 0000170
02-20-08 17:01 hockm0bm Status feedback => resolved
02-20-08 17:01 hockm0bm Fixed in Version  => 0.4.0
02-20-08 17:01 hockm0bm Resolution open => fixed
02-20-08 17:01 hockm0bm Note Added: 0000338
07-03-09 23:55 bilbo Status resolved => closed