nburdick / lilykde

Automatically exported from code.google.com/p/lilykde
0 stars 0 forks source link

compilation error #27

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Download frescobaldi 1.0.1
2. Install it with aur package (archlinux)
3. Or install directly in ArchLinux

What version of the product are you using? On what operating system?
Archlinux 64 bits, 

Please provide any additional information below.

When i am compiling, i get a error:

error.log

If i edit (CMakeLists.txt) and comment,
#if(HANDBOOK)
#  add_subdirectory(doc)
#endif(HANDBOOK)

it works. Do you know  why occurs this?? 
Thanks for all

Original issue reported on code.google.com by eduardop...@gmail.com on 19 Jan 2010 at 11:26

Attachments:

GoogleCodeExporter commented 8 years ago
This is a bug in the Arch Linux package description. The handbook depends on 
some
stylesheets that are part of KDE. You should try to find out in which package 
the
kdex.dtd file is contained, and that package should then be added to the 
dependencies
for Frescobaldi. This bug is already reported in the Arch Linux Frescobaldi 
page at:
http://aur.archlinux.org/packages.php?ID=22964

Hopefully updates and fixes will appear there.

Original comment by wbsoft on 21 Jan 2010 at 9:11

GoogleCodeExporter commented 8 years ago
Ok. Thanks for your response. I will try looking for this file and the package

Original comment by eduardop...@gmail.com on 21 Jan 2010 at 9:54