Register Guidelines E-Books Today's Posts Search

Go Back   MobileRead Forums > E-Book Software > Sigil

Notices

Closed Thread
 
Thread Tools Search this Thread
Old 02-05-2013, 04:30 AM   #31
DiapDealer
Grand Sorcerer
DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.
 
DiapDealer's Avatar
 
Posts: 27,546
Karma: 193191846
Join Date: Jan 2010
Device: Nexus 7, Kindle Fire HD
Quote:
Originally Posted by roger64 View Post
Compiling on Linux

I installed the full pre-compiled Qt binary at the standard place: ~/Qt5.0.1

cmake reports that it does not find its path, asks me to tell him but I do not know how to write up properly this command line on the terminal.

Code:
.../...
 Could not find a package configuration file provided by "Qt5Core" with any
  of the following names:

    Qt5CoreConfig.cmake
    qt5core-config.cmake

  Add the installation prefix of "Qt5Core" to CMAKE_PREFIX_PATH or set
  "Qt5Core_DIR" to a directory containing one of the above files.  If
  "Qt5Core" provides a separate development package or SDK, be sure it has
  been installed.
.../...
See if anything here helps.

https://www.mobileread.com/forums/sho...d.php?t=203562
DiapDealer is offline  
Old 02-05-2013, 08:27 AM   #32
roger64
Wizard
roger64 ought to be getting tired of karma fortunes by now.roger64 ought to be getting tired of karma fortunes by now.roger64 ought to be getting tired of karma fortunes by now.roger64 ought to be getting tired of karma fortunes by now.roger64 ought to be getting tired of karma fortunes by now.roger64 ought to be getting tired of karma fortunes by now.roger64 ought to be getting tired of karma fortunes by now.roger64 ought to be getting tired of karma fortunes by now.roger64 ought to be getting tired of karma fortunes by now.roger64 ought to be getting tired of karma fortunes by now.roger64 ought to be getting tired of karma fortunes by now.
 
Posts: 2,608
Karma: 3000161
Join Date: Jan 2009
Device: Kindle PW3 (wifi)
Quote:
Originally Posted by DiapDealer View Post
YES. Thank you very much.

The path I had to use was (YMMV):
Code:
cmake -G "Unix Makefiles" -DCMAKE_PREFIX_PATH=~/Qt5.0.1/5.0.1/gcc_64/lib/cmake/ -DCMAKE_BUILD_TYPE=Release ~/Raccourcis/Sigil-0.6.901-Code
During the make process, It nearly stopped for this reason
Spoiler:
[ 99%] Building CXX object src/Sigil/CMakeFiles/sigil.dir/MainUI/OPFModel.cpp.o
In file included from /home/roger/Raccourcis/Sigil-0.6.901-Code/src/BoostParts/boost/smart_ptr/shared_ptr.hpp:30:0,
from /home/roger/Raccourcis/Sigil-0.6.901-Code/src/BoostParts/boost/shared_ptr.hpp:17,
from /home/roger/Raccourcis/Sigil-0.6.901-Code/src/Sigil/BookManipulation/XhtmlDoc.h:26,
from /home/roger/Raccourcis/Sigil-0.6.901-Code/src/Sigil/BookManipulation/Book.h:33,
from /home/roger/Raccourcis/Sigil-0.6.901-Code/src/Sigil/MainUI/OPFModel.cpp:27:
/home/roger/Raccourcis/Sigil-0.6.901-Code/src/BoostParts/boost/checked_delete.hpp: In instantiation of ‘void boost::checked_delete(T*) [with T = boost::error_info<boost::tag_original_exception_ty pe, const std::type_info*>]’:
/home/roger/Raccourcis/Sigil-0.6.901-Code/src/BoostParts/boost/smart_ptr/detail/shared_count.hpp:95:13: required from ‘boost::detail::shared_count::shared_count(Y* ) [with Y = boost::error_info<boost::tag_original_exception_ty pe, const std::type_info*>]’
/home/roger/Raccourcis/Sigil-0.6.901-Code/src/BoostParts/boost/smart_ptr/shared_ptr.hpp:183:50: required from ‘boost::shared_ptr<T>::shared_ptr(Y*) [with Y = boost::error_info<boost::tag_original_exception_ty pe, const std::type_info*>; T = boost::error_info<boost::tag_original_exception_ty pe, const std::type_info*>]’
/home/roger/Raccourcis/Sigil-0.6.901-Code/src/BoostParts/boost/exception/info.hpp:171:69: required from ‘const E& boost::exception_detail::set_info(const E&, const boost::error_info<Tag, T>&) [with E = boost::unknown_exception; Tag = boost::tag_original_exception_type; T = const std::type_info*]’
/home/roger/Raccourcis/Sigil-0.6.901-Code/src/BoostParts/boost/exception/info.hpp:192:46: required from ‘typename boost::enable_if<boost::exception_detail::derives_ boost_exception<E>, const E&>::type boost:perator<<(const E&, const boost::error_info<Tag, T>&) [with E = boost::unknown_exception; Tag = boost::tag_original_exception_type; T = const std::type_info*; typename boost::enable_if<boost::exception_detail::derives_ boost_exception<E>, const E&>::type = const boost::unknown_exception&]’
/home/roger/Raccourcis/Sigil-0.6.901-Code/src/BoostParts/boost/exception/detail/exception_ptr.hpp:182:13: required from ‘void boost::unknown_exception::add_original_type(const E&) [with E = std::exception]’
/home/roger/Raccourcis/Sigil-0.6.901-Code/src/BoostParts/boost/exception/detail/exception_ptr.hpp:161:32: required from here
/home/roger/Raccourcis/Sigil-0.6.901-Code/src/BoostParts/boost/checked_delete.hpp:34:5: warning: deleting object of polymorphic class type ‘boost::error_info<boost::tag_original_exception_t ype, const std::type_info*>’ which has non-virtual destructor might cause undefined behaviour [-Wdelete-non-virtual-dtor]
[ 99%] Building CXX object src/Sigil/CMakeFiles/sigil.dir/MainUI/OPFModelItem.cpp.o
[ 99%] Building CXX object src/Sigil/CMakeFiles/sigil.dir/MainUI/NCXModel.cpp.o
[ 99%] Building CXX object src/Sigil/CMakeFiles/sigil.dir/MainUI/ValidationResultsView.cpp.o
[ 99%] Building CXX object src/Sigil/CMakeFiles/sigil.dir/qrc_main.cpp.o
[100%] Building CXX object src/Sigil/CMakeFiles/sigil.dir/qrc_About.cpp.o
[100%] Building CXX object src/Sigil/CMakeFiles/sigil.dir/qrc_javascript.cpp.o
[100%] Building CXX object src/Sigil/CMakeFiles/sigil.dir/qrc_icon.cpp.o
[100%] Building CXX object src/Sigil/CMakeFiles/sigil.dir/sigil_automoc.cpp.o
Linking CXX executable ../../bin/sigil
[100%] Built target sigil
roger@lmde64:~/Raccourcis/Sigil-07$


Despite of these quirks, build finished successfully.

But when I tried to launch Sigil in /usr/local/bin however, it reported again a probable new path problem:

Code:
error while loading shared libraries libQt5Widgets.so.5: no such file .../...
This concludes my homework for today.
roger64 is offline  
Advert
Old 02-05-2013, 08:51 AM   #33
DiapDealer
Grand Sorcerer
DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.
 
DiapDealer's Avatar
 
Posts: 27,546
Karma: 193191846
Join Date: Jan 2010
Device: Nexus 7, Kindle Fire HD
Quote:
Originally Posted by roger64 View Post
This concludes my homework for today.
But will it launch from the build directory (before make install)? If it does (dictionaries and other resources might be unavailable--just looking for a successful program launch here), then you're still in business. Look at that same thread for hints on adding the QT5/lib directory to the LD_LIBRARY_PATH environment variable.

I launch Sigil with a custom script that updates the LD_LIBRARY_PATH environment variable beforehand. I use this simple bash script:
Code:
#!/bin/sh

# Adds the directory the Qt5 libs are located
# in to the LD_LIBRARY_PATH before launching sigil.

QTLIB_DIR="/location/of/your/Qt5/lib"

if [ -z "$LD_LIBRARY_PATH" ]; then
  LD_LIBRARY_PATH="$QTLIB_DIR"
else
  LD_LIBRARY_PATH="$QTLIB_DIR:$LD_LIBRARY_PATH"
fi

export LD_LIBRARY_PATH

exec sigil "$@"
Obviously change QTLIB_DIR to the location where your QT5 libs are located (and potentially the name/location of the "real" Sigil executable--the one "make install" creates--might need to be modified).

If it all works, I change the real executable (/usr/local/bin) to something like sigil-real and change the custom launch script (also in /usr/local/bin) to sigil so all shortcuts and *.desktop file associations still function as expected.

Last edited by DiapDealer; 02-05-2013 at 09:01 AM.
DiapDealer is offline  
Old 02-05-2013, 09:07 AM   #34
roger64
Wizard
roger64 ought to be getting tired of karma fortunes by now.roger64 ought to be getting tired of karma fortunes by now.roger64 ought to be getting tired of karma fortunes by now.roger64 ought to be getting tired of karma fortunes by now.roger64 ought to be getting tired of karma fortunes by now.roger64 ought to be getting tired of karma fortunes by now.roger64 ought to be getting tired of karma fortunes by now.roger64 ought to be getting tired of karma fortunes by now.roger64 ought to be getting tired of karma fortunes by now.roger64 ought to be getting tired of karma fortunes by now.roger64 ought to be getting tired of karma fortunes by now.
 
Posts: 2,608
Karma: 3000161
Join Date: Jan 2009
Device: Kindle PW3 (wifi)
Thank you for the script. I will try tomorrow to adapt the paths.
roger64 is offline  
Old 02-05-2013, 10:27 AM   #35
Notjohn
mostly an observer
Notjohn ought to be getting tired of karma fortunes by now.Notjohn ought to be getting tired of karma fortunes by now.Notjohn ought to be getting tired of karma fortunes by now.Notjohn ought to be getting tired of karma fortunes by now.Notjohn ought to be getting tired of karma fortunes by now.Notjohn ought to be getting tired of karma fortunes by now.Notjohn ought to be getting tired of karma fortunes by now.Notjohn ought to be getting tired of karma fortunes by now.Notjohn ought to be getting tired of karma fortunes by now.Notjohn ought to be getting tired of karma fortunes by now.Notjohn ought to be getting tired of karma fortunes by now.
 
Posts: 1,515
Karma: 987654
Join Date: Dec 2012
Device: Kindle
Quote:
Originally Posted by meme View Post
The beta User Guide should be up soon.
Funnily enough, I Googled a Sigil question yesterday, and Google took me to the appropriate page in the 0.7 User Guide.

(And yes, the question was answered there. Sorry, I can't remember what it was.)
Notjohn is offline  
Advert
Old 02-05-2013, 11:46 AM   #36
theducks
Well trained by Cats
theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.
 
theducks's Avatar
 
Posts: 29,782
Karma: 54830978
Join Date: Aug 2009
Location: The Central Coast of California
Device: Kobo Libra2,Kobo Aura2v1, K4NT(Fixed: New Bat.), Galaxy Tab A
Feature change request

Could I slip in a Feature change request?
In the HTML TOC (Sigil Generated), the styles are inline.

I would like to see them moved to their own stylesheet: SGC-TOC.CSS (reserved name)

the second part is a rule: that if the style sheet Exists, it will not be overwritten, which allows the user to custom style that sheet without fear that regenerating a TOC will stomp on their tweaks. The burden is on the user to ONLY use those SGC selectors in stylesheet edits.

(BTW delete unused styles tool will clean any unused. that may want to be blocked)
theducks is offline  
Old 02-05-2013, 01:27 PM   #37
meme
Sigil developer
meme ought to be getting tired of karma fortunes by now.meme ought to be getting tired of karma fortunes by now.meme ought to be getting tired of karma fortunes by now.meme ought to be getting tired of karma fortunes by now.meme ought to be getting tired of karma fortunes by now.meme ought to be getting tired of karma fortunes by now.meme ought to be getting tired of karma fortunes by now.meme ought to be getting tired of karma fortunes by now.meme ought to be getting tired of karma fortunes by now.meme ought to be getting tired of karma fortunes by now.meme ought to be getting tired of karma fortunes by now.
 
Posts: 1,275
Karma: 1101600
Join Date: Jan 2011
Location: UK
Device: Kindle PW, K4 NT, K3, Kobo Touch
Why is it with a beta release, after all the features are done, there's always a request for more features

It seems reasonable - certainly using a stylesheet is better than inline styles as everyone always says, so I guess we should follow that preference.

The Index HTML file will also need the same approach since it uses inline styles as well.
meme is offline  
Old 02-05-2013, 08:23 PM   #38
theducks
Well trained by Cats
theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.
 
theducks's Avatar
 
Posts: 29,782
Karma: 54830978
Join Date: Aug 2009
Location: The Central Coast of California
Device: Kobo Libra2,Kobo Aura2v1, K4NT(Fixed: New Bat.), Galaxy Tab A
Quote:
Originally Posted by meme View Post
Why is it with a beta release, after all the features are done, there's always a request for more features

It seems reasonable - certainly using a stylesheet is better than inline styles as everyone always says, so I guess we should follow that preference.

The Index HTML file will also need the same approach since it uses inline styles as well.


I just had to make your day.

Well, really, I had just made a HTML TOC and was looking at it and going I wonder if I could <center> those chapter items.

Then I thought up the case where I needed the custom styling to survive regeneration.

Hey! It proves someone uses those features
theducks is offline  
Old 02-06-2013, 02:46 AM   #39
Toxaris
Wizard
Toxaris ought to be getting tired of karma fortunes by now.Toxaris ought to be getting tired of karma fortunes by now.Toxaris ought to be getting tired of karma fortunes by now.Toxaris ought to be getting tired of karma fortunes by now.Toxaris ought to be getting tired of karma fortunes by now.Toxaris ought to be getting tired of karma fortunes by now.Toxaris ought to be getting tired of karma fortunes by now.Toxaris ought to be getting tired of karma fortunes by now.Toxaris ought to be getting tired of karma fortunes by now.Toxaris ought to be getting tired of karma fortunes by now.Toxaris ought to be getting tired of karma fortunes by now.
 
Toxaris's Avatar
 
Posts: 4,520
Karma: 121692313
Join Date: Oct 2009
Location: Heemskerk, NL
Device: PRS-T1, Kobo Touch, Kobo Aura
It will also make it easier for the users to create and reuse their own stylesheets specifically for the TOC and/or index. It makes perfect sense to utilize a seperate stylesheet for that.
Toxaris is offline  
Old 02-06-2013, 07:03 AM   #40
Moonraker
Addict
Moonraker ought to be getting tired of karma fortunes by now.Moonraker ought to be getting tired of karma fortunes by now.Moonraker ought to be getting tired of karma fortunes by now.Moonraker ought to be getting tired of karma fortunes by now.Moonraker ought to be getting tired of karma fortunes by now.Moonraker ought to be getting tired of karma fortunes by now.Moonraker ought to be getting tired of karma fortunes by now.Moonraker ought to be getting tired of karma fortunes by now.Moonraker ought to be getting tired of karma fortunes by now.Moonraker ought to be getting tired of karma fortunes by now.Moonraker ought to be getting tired of karma fortunes by now.
 
Moonraker's Avatar
 
Posts: 314
Karma: 1002965
Join Date: Mar 2006
Location: UK
Device: ILiad. Gen 3, PocketBook 360, Kobo Aura HD, Kindle Oasis 2
Thank You!

Thank you for this marvelous release of Sigil. I just adore the Preview pane.

I am sending a donation to you.
Moonraker is offline  
Old 02-07-2013, 07:58 AM   #41
kovidgoyal
creator of calibre
kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.
 
kovidgoyal's Avatar
 
Posts: 43,843
Karma: 22666666
Join Date: Oct 2006
Location: Mumbai, India
Device: Various
I'm rather interested to see how Qt 5 performs. I am tempted to build calibre with Qt 5 (mainly for the webkit update) but, I dont think its mature enough as yet.
kovidgoyal is offline  
Old 02-07-2013, 08:52 AM   #42
theducks
Well trained by Cats
theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.
 
theducks's Avatar
 
Posts: 29,782
Karma: 54830978
Join Date: Aug 2009
Location: The Central Coast of California
Device: Kobo Libra2,Kobo Aura2v1, K4NT(Fixed: New Bat.), Galaxy Tab A
Quote:
Originally Posted by kovidgoyal View Post
I'm rather interested to see how Qt 5 performs. I am tempted to build calibre with Qt 5 (mainly for the webkit update) but, I dont think its mature enough as yet.
One thing I noticed: Drop caps in Sigil, now look almost the same on my PEz Before, there were noticeable differences in placement.
theducks is offline  
Old 02-07-2013, 01:36 PM   #43
meme
Sigil developer
meme ought to be getting tired of karma fortunes by now.meme ought to be getting tired of karma fortunes by now.meme ought to be getting tired of karma fortunes by now.meme ought to be getting tired of karma fortunes by now.meme ought to be getting tired of karma fortunes by now.meme ought to be getting tired of karma fortunes by now.meme ought to be getting tired of karma fortunes by now.meme ought to be getting tired of karma fortunes by now.meme ought to be getting tired of karma fortunes by now.meme ought to be getting tired of karma fortunes by now.meme ought to be getting tired of karma fortunes by now.
 
Posts: 1,275
Karma: 1101600
Join Date: Jan 2011
Location: UK
Device: Kindle PW, K4 NT, K3, Kobo Touch
Quote:
Originally Posted by kovidgoyal View Post
I'm rather interested to see how Qt 5 performs. I am tempted to build calibre with Qt 5 (mainly for the webkit update) but, I dont think its mature enough as yet.
I'm sure user_none could give you more feedback on this. It seems to work mostly ok, but there are rough issues - context menu on MAC, slow selection of highlighted text (I think this was mentioned for 5.0.2).
meme is offline  
Old 02-07-2013, 01:46 PM   #44
Jabby
Jr. - Junior Member
Jabby ought to be getting tired of karma fortunes by now.Jabby ought to be getting tired of karma fortunes by now.Jabby ought to be getting tired of karma fortunes by now.Jabby ought to be getting tired of karma fortunes by now.Jabby ought to be getting tired of karma fortunes by now.Jabby ought to be getting tired of karma fortunes by now.Jabby ought to be getting tired of karma fortunes by now.Jabby ought to be getting tired of karma fortunes by now.Jabby ought to be getting tired of karma fortunes by now.Jabby ought to be getting tired of karma fortunes by now.Jabby ought to be getting tired of karma fortunes by now.
 
Posts: 586
Karma: 2000358
Join Date: Aug 2010
Location: Alabama
Device: Archos, Asus, HP, Lenovo, Nexus and Samsung tablets in 7,8 and 10"
Running Windows 7.
With entries in either the Find or the Find & Replace fields, there is no match count. The words "Matches Found" is there but no count (inclduing "No Matches).

Did anyone consider enhancing the readability of the F&R fields for this release. I guess I'm asking if you have decided not to do it.
Jabby is offline  
Old 02-07-2013, 04:08 PM   #45
meme
Sigil developer
meme ought to be getting tired of karma fortunes by now.meme ought to be getting tired of karma fortunes by now.meme ought to be getting tired of karma fortunes by now.meme ought to be getting tired of karma fortunes by now.meme ought to be getting tired of karma fortunes by now.meme ought to be getting tired of karma fortunes by now.meme ought to be getting tired of karma fortunes by now.meme ought to be getting tired of karma fortunes by now.meme ought to be getting tired of karma fortunes by now.meme ought to be getting tired of karma fortunes by now.meme ought to be getting tired of karma fortunes by now.
 
Posts: 1,275
Karma: 1101600
Join Date: Jan 2011
Location: UK
Device: Kindle PW, K4 NT, K3, Kobo Touch
Quote:
Originally Posted by Jabby View Post
Running Windows 7.
With entries in either the Find or the Find & Replace fields, there is no match count. The words "Matches Found" is there but no count (inclduing "No Matches).
I don't see that. When I enter ">" in the Find box and press Count All, it shows the count.

What language are you using for the ui? What settings in Find (though that shouldn't matter). It's possible that the translation syntax used for that string is not working right. What about Replace All? Or try Autofill in Index or Clips - that uses the same string and should give a count of how many entries were added.

Quote:
Did anyone consider enhancing the readability of the F&R fields for this release. I guess I'm asking if you have decided not to do it.
Probably got lost as there wasn't an issue. A quick test shows it's possible to configure the font and size of the text in the Find and Replace boxes, so I'll look at an option to set it. It may be limited in size due to the text box, etc.
meme is offline  
Closed Thread


Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Where to download beta of Sigil 6? rtmyers Sigil 6 09-03-2012 06:36 AM
Sigil 0.5.901 for Mac ajay42 Sigil 14 08-30-2012 09:22 AM
0.5.901 (0.6.0 beta) avaliable user_none Sigil 118 06-19-2012 08:59 PM
901 reymund PocketBook 3 12-16-2010 07:09 PM


All times are GMT -4. The time now is 02:46 PM.


MobileRead.com is a privately owned, operated and funded community.