[Slackbuilds-users] Compiling scribus on ARM fails

Willy Sudiarto Raharjo willysr at slackbuilds.org
Fri Dec 6 18:00:39 UTC 2013


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

> Since the patch is confirmed to work, I don't see a problem with going
> ahead and applying it in the script.  I've not looked at the patch, but
> if the codepath is only relevant to ARM, then just apply it regardless
> of ARCH, but if it could affect x86/x86_64, then conditionally apply it.

Basically the patch applies to all arch and it *should* be safe for x86
and x86_64, but it's ARM-spesific problem

Description: Fix yet another qreal vs double issue.
 On most architectures qreal is defined as double but on arm
architecture
 it's defined as float. Assignments between qreal and double are ok but
 assignments between pointers to qreal and pointers to double are not
ok.
.
 This patch changes the types of some declarations to avoid attempting
to
 make assignments between pointers to qreal and pointers to double.

probably i'll apply it conditionally just to be safe



- --
Willy Sudiarto Raharjo
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.22 (GNU/Linux)
Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/

iEYEARECAAYFAlKiEMcACgkQiHuDdNczM4E0lQCcCSF9NzJdZI/ZBX/Sb8vwl/y2
V0cAoK1G4E8WoeeaqM0fbyOe2Yg30Q4m
=0/Ff
-----END PGP SIGNATURE-----



More information about the SlackBuilds-users mailing list