MobileRead Forums

MobileRead Forums (https://www.mobileread.com/forums/index.php)
-   Sigil (https://www.mobileread.com/forums/forumdisplay.php?f=203)
-   -   Sigil V0.7.3 released (https://www.mobileread.com/forums/showthread.php?t=219360)

user_none 08-04-2013 12:12 AM

Sigil V0.7.3 released
 
I’m somewhat pleased to announce the immediate availability of Sigil 0.7.3. This release is primary a bug fix release. Please see the changelog for a full listing.

Currently there is no OS X package for 0.7.3 available. Even though this release fixes numerous bugs on OS X a package cannot be built at this time. The macdeployqt tool I use for OS X packaging is broken in Qt 5.1.0. I was not able to get the workaround to resolve the issue fully. Hopefully, this will be fixed in the next Qt release.

theducks 08-04-2013 12:41 AM

Thanks for all the hard work on this.

XP install went smooth.

mrmikel 08-04-2013 08:31 AM

Installed fine on Windows7 on a 64 bit machine.

Also thanks for your work making this a great piece of software.

AJ Starr 08-04-2013 11:10 AM

Just tried on a Win 7, 64 machine. Downloaded OK, Ran OK, but I couldn't get any response from any menu item. I could type in the main screen OK, but could not do any functions.

I tried twice, same result. Reloaded 7.2 and everything is OK.

Any suggestions?

AJ

gbm 08-04-2013 02:06 PM

Trying to install on a Ubuntu 12.04lts:
After downloading and installing QT5.1.0 and cmake 2.8.11.2 get the following errors:
Spoiler:
Code:

~/sigil-0.7.3/build$ /home/bernie/cmake-2.8.11.2-Linux-i386/bin/cmake -G "Unix Makefiles" -DCMAKE_PREFIX_PATH=/opt/Qt5.1.0/5.1.0/gcc/lib/cmake -DCMAKE_BUILD_TYPE=Release -DFORCE_BUNDLED_COPIES=1 ~/sigil-0.7.3/src
CMake Error at /opt/Qt5.1.0/5.1.0/gcc/lib/cmake/Qt5Gui/Qt5GuiConfig.cmake:15 (message):
  The imported target "Qt5::Gui" references the file

    "//usr/include/libdrm"

  but this file does not exist.  Possible reasons include:

  * The file was deleted, renamed, or moved to another location.

  * An install or uninstall procedure did not complete successfully.

  * The installation package was faulty and contained

    "/opt/Qt5.1.0/5.1.0/gcc/lib/cmake/Qt5Gui/Qt5GuiConfigExtras.cmake"

  but not all the files it references.

Call Stack (most recent call first):
  /opt/Qt5.1.0/5.1.0/gcc/lib/cmake/Qt5Gui/Qt5GuiConfigExtras.cmake:41 (_qt5_Gui_check_file_exists)
  /opt/Qt5.1.0/5.1.0/gcc/lib/cmake/Qt5Gui/Qt5GuiConfigExtras.cmake:47 (_qt5gui_find_extra_libs)
  /opt/Qt5.1.0/5.1.0/gcc/lib/cmake/Qt5Gui/Qt5GuiConfig.cmake:118 (include)
  /opt/Qt5.1.0/5.1.0/gcc/lib/cmake/Qt5Widgets/Qt5WidgetsConfig.cmake:77 (find_package)
  /opt/Qt5.1.0/5.1.0/gcc/lib/cmake/Qt5Svg/Qt5SvgConfig.cmake:77 (find_package)
  /opt/Qt5.1.0/5.1.0/gcc/lib/cmake/Qt5/Qt5Config.cmake:26 (find_package)
  src/Sigil/CMakeLists.txt:38 (find_package)


-- Configuring incomplete, errors occurred!



Any ideas?

bernie

elibrarian 08-04-2013 02:38 PM

Installed smoothly on Windows 7 Home Premium 64bit. No issues found in regard to my normal routines in Sigil.

Thanks!

Regards,

Kim

DiapDealer 08-04-2013 02:54 PM

Quote:

Originally Posted by gbm (Post 2585965)
Trying to install on a Ubuntu 12.04lts:
After downloading and installing QT5.1.0 and cmake 2.8.11.2 get the following errors:
Spoiler:
Code:

~/sigil-0.7.3/build$ /home/bernie/cmake-2.8.11.2-Linux-i386/bin/cmake -G "Unix Makefiles" -DCMAKE_PREFIX_PATH=/opt/Qt5.1.0/5.1.0/gcc/lib/cmake -DCMAKE_BUILD_TYPE=Release -DFORCE_BUNDLED_COPIES=1 ~/sigil-0.7.3/src
CMake Error at /opt/Qt5.1.0/5.1.0/gcc/lib/cmake/Qt5Gui/Qt5GuiConfig.cmake:15 (message):
  The imported target "Qt5::Gui" references the file

    "//usr/include/libdrm"

  but this file does not exist.  Possible reasons include:

  * The file was deleted, renamed, or moved to another location.

  * An install or uninstall procedure did not complete successfully.

  * The installation package was faulty and contained

    "/opt/Qt5.1.0/5.1.0/gcc/lib/cmake/Qt5Gui/Qt5GuiConfigExtras.cmake"

  but not all the files it references.

Call Stack (most recent call first):
  /opt/Qt5.1.0/5.1.0/gcc/lib/cmake/Qt5Gui/Qt5GuiConfigExtras.cmake:41 (_qt5_Gui_check_file_exists)
  /opt/Qt5.1.0/5.1.0/gcc/lib/cmake/Qt5Gui/Qt5GuiConfigExtras.cmake:47 (_qt5gui_find_extra_libs)
  /opt/Qt5.1.0/5.1.0/gcc/lib/cmake/Qt5Gui/Qt5GuiConfig.cmake:118 (include)
  /opt/Qt5.1.0/5.1.0/gcc/lib/cmake/Qt5Widgets/Qt5WidgetsConfig.cmake:77 (find_package)
  /opt/Qt5.1.0/5.1.0/gcc/lib/cmake/Qt5Svg/Qt5SvgConfig.cmake:77 (find_package)
  /opt/Qt5.1.0/5.1.0/gcc/lib/cmake/Qt5/Qt5Config.cmake:26 (find_package)
  src/Sigil/CMakeLists.txt:38 (find_package)


-- Configuring incomplete, errors occurred!



Any ideas?

bernie

I had the same issues. Something different/weird with Qt5.1. It's trying to find paths for some extra libs to be included for use of the Qt5Gui module and it's breaking things for some reason. I just commented out the line to include the Qt5GuiConfigExtras.cmake file in "/opt/Qt5.1.0/5.1.0/gcc/lib/cmake/Qt5Gui/Qt5GuiConfig.cmake" and then Sigil built fine. I have no idea if something else will be broken because of that, but I haven't run into any issues in my testing so far.

gbm 08-04-2013 03:47 PM

Quote:

Originally Posted by DiapDealer (Post 2586000)
I had the same issues. Something different/weird with Qt5.1. It's trying to find paths for some extra libs to be included for use of the Qt5Gui module and it's breaking things for some reason. I just commented out the line to include the Qt5GuiConfigExtras.cmake file in "/opt/Qt5.1.0/5.1.0/gcc/lib/cmake/Qt5Gui/Qt5GuiConfig.cmake" and then Sigil built fine. I have no idea if something else will be broken because of that, but I haven't run into any issues in my testing so far.

Thanks that seems to have done the trick. building now will have to wait till later to test.
:thanks:
bernie

I am on my way to cell phone and Internet free zone.

PeterT 08-04-2013 04:11 PM

Seeing an issue in Sigil 7.3 on an ePub that opens correctly ib 7.2.

On opening receive the following message
Spoiler:
Code:

This EPUB contains errors.
Cannot perform HTML updates since the file is not well formed: ded.htm



ded.html does contain an  

Additionally, a reference to a PNG graphic in ded.html that used to be displayed in bookview in 7.2 now appears as a square box with no content.

Spoiler:
Code:

<?xml version='1.0' encoding='utf-8'?>
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-US">
  <head>
    <title>Airborn</title>
    <link href="style.css" rel="stylesheet" type="text/css"/>
    <meta content="urn:uuid:38fc48eb-820a-49f9-a453-94c4a679d966" name="Adept.expected.resource"/>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
  </head>
  <body>
<div class="chapter">
<p class="center"><em>For Philippa, Sophia and Nathaniel</em></p>
<p class="pagebreak">&nbsp;</p>
<p class="center"><img alt="" src="images/9-1.png"/></p>
</div>
</body>
</html>



Flightcrew presented no errors in 7.2; 7.3 gives errors on images/9-1.png and entity 'nbsp' not found.

What is interesting, is that when I use 7.2, the above page references
Code:

<p class="center"><img alt="" src="../Images/9-1.png"/></p>
while the 7.3 version references
Code:

<p class="center"><img alt="" src="images/9-1.png"/></p>
Note the case of the images directory, and the relative / absolute pathing to it.

The original ePub when opened via WinZip has the following
Spoiler:
Code:

<p class="center"><em>For Philippa, Sophia and Nathaniel</em></p>
<p class="pagebreak">*</p>
<p class="center"><img alt="" src="images/9-1.png"/></p>

where the character after pagebreak appears in a hex debugger as hex C2, hex A0.

user_none 08-04-2013 04:46 PM

Quote:

Originally Posted by PeterT (Post 2586047)
Seeing an issue in Sigil 7.3 on an ePub that opens correctly ib 7.2.
...
The original ePub when opened via WinZip has the following
...
where the character after pagebreak appears in a hex debugger as hex C2, hex A0.

Most likely it's due to:

"Fix issue 2232: The nbsp characters in UTF-8 files are converted to normal spaces."

What is the doctype set to for the file (opening it outside of Sigil)? The A0 is a non-breaking space which is being converted to &nbsp; to prevent the bug where it is converted into a normal space. My guess is the doctype isn't correct so it doesn't know what an &nbsp; is. Hence the not well formed error. The image wouldn't be displayed correctly because the reference was not updated due to the well formed error.

Tex2002ans 08-04-2013 05:12 PM

2 Attachment(s)
Bug:

Right single quotes as apostrophes make it impossible to "Ignore" a word. I believe this broke in one of the > 0.7.0 versions, as I know this has been bothering me for months, and it started to occur some time after the Spellcheck tool was added.

(See Before/After attached image).

Arios 08-04-2013 07:22 PM

Same setup as elibrarian here (Windows 7 Home Premium 64bi).

AFAIK, it working as expected, even with the "&nbsp;" .

Thanks!

Perkin 08-05-2013 09:23 AM

N.B. I'm using the debian package from DiapDealer on Lubuntu 12.10

One thing I've just found, if I add a html file, any html files, aren't include as they used to be.

Code:

    <p><a href="001.html">Chapter One</a></p>
    <p><a href="002.html">Chapter Two</a></p>
    <p><a href="003.html">Chapter Three</a></p>

The files are in same folder as file imported.

Edit: Any linked css or image files are added.

Edit(2):
SORRY :o
Just installed an older version to test (v0.5.3) and Sigil doesn't pull in the linked html files, must have mis-remembered -> calibre does that though - just me getting confused.:blink:

Tex2002ans 08-05-2013 05:35 PM

Feature Request:

Quote:

Originally Posted by phossler (Post 2586536)
It'd be nice if Sigil had a 'Table Wizard' to use as a starting point where you could specify the number of rows and columns, then enter the text into a Sigil grid. Let Sigil do the hard work of making the tags and the basic structure for us to customize and polish

I think this would be helpful, for both users of the GUI only, and those who work directly in the code. Maybe a button called "Insert Table" added right next to "Insert File".

Moonraker 08-07-2013 12:30 PM

Given up on v0.7.3
 
Windows 7 64 bit.

I received too many errors so I have gone back to version 7.2.

nbsp; errors and image errors (I think the image path was wrong apparently). Also reported stylesheet.css not in the manifest but it was.

I did a search and replace and replaced the nbsp; with just a space but I shouldn't think that caused the image and css errors.

I will wait a while before updating again.


All times are GMT -4. The time now is 07:49 PM.

Powered by: vBulletin
Copyright ©2000 - 3.8.5, Jelsoft Enterprises Ltd.
MobileRead.com is a privately owned, operated and funded community.