You are not logged in.
Hey all.
Been trying to make the wxsvg 1.0b6-1 package from the AUR. The compilation exits withe following error:
make[2]: *** [SVGCanvasTextFreetype.lo] Error 1
make[2]: Leaving directory `/var/abs/local/wxsvg/src/wxsvg-1.0b6/src/freetype'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/abs/local/wxsvg/src/wxsvg-1.0b6/src'
make: *** [all-recursive] Error 1
I'd appreciate if any of you brilliant lads could help me out on solving this. The dependancies listed in the PKGBUILD and on the aur site has been met. Running arch current if it matters.
Cheers.
I made it long
as I lacked the time to make it short...
Offline
The actual error would be in the lines before those posted. If you're not sure what to post, pastebin the whole build output and post a link here.
Offline
The actual error would be in the lines before those posted. If you're not sure what to post, pastebin the whole build output and post a link here.
Ah, yes, sorry about that. Here you go:
SVGCanvasTextFreetype.cpp:233: error: invalid conversion from 'gint (*)(FT_Vector*, void*)' to 'int (*)(const FT_Vector*, void*)'
SVGCanvasTextFreetype.cpp:233: error: invalid conversion from 'gint (*)(FT_Vector*, void*)' to 'int (*)(const FT_Vector*, void*)'
SVGCanvasTextFreetype.cpp:233: error: invalid conversion from 'gint (*)(FT_Vector*, FT_Vector*, void*)' to 'int (*)(const FT_Vector*, const FT_Vector*, void*)'
SVGCanvasTextFreetype.cpp:233: error: invalid conversion from 'gint (*)(FT_Vector*, FT_Vector*, FT_Vector*, void*)' to 'int (*)(const FT_Vector*, const FT_Vector*, const FT_Vector*, void*)'
Cheers.
I made it long
as I lacked the time to make it short...
Offline
I don't understand the error, but I'm pretty sure it's a bug. I tried the latest code from CVS and the result is the same.
Mail the dev about it, or post it on his bugtracker.
Offline
Cheers, will do.
My main reason for wanting this package is dvd styler, should I be expecting any issues with dvdstyler if I were to modify the PKGBUILD for an earlier version?
I made it long
as I lacked the time to make it short...
Offline
Not familiar with it. Check the website/README/etc for any info about minimum required version of wxsvg.
Offline