Package Details: ipe 7.2.30-1

Git Clone URL: https://aur.archlinux.org/ipe.git (read-only, click to copy)
Package Base: ipe
Description: The extensible drawing editor
Upstream URL: http://ipe.otfried.org/
Licenses: GPL
Conflicts: ipe
Submitter: foxcub
Maintainer: foxcub
Last Packager: foxcub
Votes: 81
Popularity: 0.172632
First Submitted: 2007-01-02 01:58 (UTC)
Last Updated: 2024-06-01 15:24 (UTC)

Latest Comments

« First ‹ Previous 1 .. 7 8 9 10 11 12 13 14 15 16 Next › Last »

esponki commented on 2012-07-17 17:38 (UTC)

This will fix the build problem --- a/xmloutputdev.cpp +++ b/xmloutputdev.cpp @@ -30,7 +30,7 @@ FILE *f; if (!(f = fopen(fileName, "wb"))) { - error(-1, "Couldn't open output file '%s'", fileName); + fprintf(stderr, "Couldn't open output file '%s'\n", fileName); ok = gFalse; return; } Also please update the MD5 sum for IpePresenter: a0385f1a27aa8ed2730bd407d4680843

foxcub commented on 2012-06-28 05:17 (UTC)

entidi and ayr0, have you (and if not, can you) file the bug in Ipe's bugtracker?

ayr0 commented on 2012-06-18 17:37 (UTC)

I get the same error. Also got a checksum error for ipe-7.1.0.tar.gz

entidi commented on 2012-06-17 21:13 (UTC)

New problems in building: xmloutputdev.cpp: In constructor ‘XmlOutputDev::XmlOutputDev(char*, XRef*, Catalog*, int, int)’: xmloutputdev.cpp:33:57: error: invalid conversion from ‘int’ to ‘ErrorCategory’ [-fpermissive] In file included from /usr/include/poppler/Object.h:41:0, from xmloutputdev.cpp:9: /usr/include/poppler/Error.h:54:19: error: initializing argument 1 of ‘void error(ErrorCategory, int, const char*, ...)’ [-fpermissive] xmloutputdev.cpp:33:57: error: invalid conversion from ‘const char*’ to ‘int’ [-fpermissive] In file included from /usr/include/poppler/Object.h:41:0, from xmloutputdev.cpp:9: /usr/include/poppler/Error.h:54:19: error: initializing argument 2 of ‘void error(ErrorCategory, int, const char*, ...)’ [-fpermissive] xmloutputdev.cpp: In member function ‘void XmlOutputDev::writePSFmt(const char*, ...)’: xmloutputdev.cpp:619:44: warning: ignoring return value of ‘size_t fwrite(const void*, size_t, size_t, FILE*)’, declared with attribute warn_unused_result [-Wunused-result] xmloutputdev.cpp: In member function ‘void XmlOutputDev::writePS(const char*)’: xmloutputdev.cpp:608:40: warning: ignoring return value of ‘size_t fwrite(const void*, size_t, size_t, FILE*)’, declared with attribute warn_unused_result [-Wunused-result]

foxcub commented on 2011-11-16 18:21 (UTC)

Thanks, fank1, you comment is very helpful. The fix is in.

fank1 commented on 2011-11-16 09:23 (UTC)

ipe currently fails to build for me due to pdftoipe: xmloutputdev.cpp:339:13: error: ‘DCTStream’ was not declared in this scope xmloutputdev.cpp:339:24: error: expected primary-expression before ‘)’ token xmloutputdev.cpp:339:25: error: expected ‘)’ before ‘str’ This seems to be due to an incompatibility with recent versions of poppler. Using the more recent pdftoipe version 20110916 and applying the patch found at http://sourceforge.net/apps/mantisbt/ipe7/view.php?id=88 fixed the issue for me. Since I am new to Arch Linux and the AUR, I apologize if I failed to provide any relevant pieces of information. If anything is needed in addition to what I posted, I will be glad to provide it on request.

<deleted-account> commented on 2011-09-01 03:30 (UTC)

Since ipe is not a pure cli application and we have the icon file /src/ipe/icons/ipe.png, I'm wondering if we could put the icon into the menu so it would be more friendly for users to lauch ipe under X. It's a pretty simple modification, the pkgbuild of sqlitestudio-bin could be a quick reference.

foxcub commented on 2011-08-30 17:16 (UTC)

Ah, that would be an oops on my part; thanks for catching it. That's what I get for downloading the sources independently. I'll fix it tonight when I get to an Arch box.

vesath commented on 2011-08-30 17:14 (UTC)

The correct upstream source tarball URL is: http://downloads.sourceforge.net/project/$_sfproject/$pkgname/$pkgver/$pkgname-$pkgver-src.tar.gz