Version: Version 0.8.80 (using Devel) Installed from: Compiled sources I can`t open any .pdf file with okular. I have such error: Could not open file:///home/kde-devel/Documents/xxxxxxxx.pdf but I can open this file with other programs, Acrobat or older version of okular for example.
Did you run `kbuildsycoca4 --noincremental` after installation? Did you update poppler recently, and are you usre to have its development stuff? In case, remove the CMakeCache.txt in the builddir, and rerun cmake again.
Yes I hare run `kbuildsycoca4 --noincremental` after installation. I have compiled all kde + kdesupport from trunk. so if I understand things correctly I have updated poppler recently to it`s development version, isn`t it? One more thing, when I try to open file through the menu file->open in supported file format list there is no pdf as all!
(In reply to comment #2) > I have compiled all kde + kdesupport from trunk. so if I understand things > correctly I have updated poppler recently to it`s development version, isn`t > it? No, poppler is a 3rd party library. Make sure you have poppler-qt4 and its development stuff installed, then do as I asked before: > In case, remove the CMakeCache.txt in the builddir, and rerun cmake again. Then, please attach the output of the cmake execution.
OK when I recompile poppler again qt 4.5 pdf begin works. Thanks!