Problems building on Ubuntu 16.04
by mathog
Upgraded the Ubuntu 14.04 system which had endless build problems to
Ubuntu 16.04.
It doesn't seem to like 16.04 much better. Different problems, but
still problems.
Cleaned out the build directory and did:
cmake ..
which failed at
...
WITH_OPENMP: ON
WITH_PROFILING: OFF
WITH_YAML: OFF
------------------------------------------------------------------------
CMake Error: The following variables are used in this project, but they
are set to NOTFOUND.
Please set them or make sure they are set and tested correctly in the
CMake files:
POPPLER_INCLUDE_DIR
used as include directory in directory /usr/local/src/inkscape_trunk
used as include directory in directory /usr/local/src/inkscape_trunk
used as include directory in directory /usr/local/src/inkscape_trunk
used as include directory in directory /usr/local/src/inkscape_trunk
<SNIP many lines>
-- Configuring incomplete, errors occurred!
See also
"/usr/local/src/inkscape_trunk/build/CMakeFiles/CMakeOutput.log".
This is at revision 15617. These poppler pieces are present
ii gir1.2-poppler-0.18 0.41.0-0ubuntu1
ii libpoppler-dev:i386 0.41.0-0ubuntu1
ii libpoppler-glib-dev 0.41.0-0ubuntu1
rc libpoppler-glib4 0.12.4-0ubuntu5.2
ii libpoppler-glib8:i386 0.41.0-0ubuntu1
rc libpoppler19:i386 0.18.4-1ubuntu3.1
rc libpoppler44:i386 0.24.5-2ubuntu4.4
rc libpoppler5 0.12.4-0ubuntu5.2
ii libpoppler58:i386 0.41.0-0ubuntu1
ii poppler-utils 0.41.0-0ubuntu1
What needs to be tweaked to make this work?
Thanks,
David Mathog
mathog@...1176...
Manager, Sequence Analysis Facility, Biology Division, Caltech
5 years, 5 months
to-do list for interface issues?
by brynn
Hi Friends,
As I've seen mentioned in this mailing list recently, it seems like a
lot of new work is planned for improving the interface, in the near future. We
come across issues all the time in forums. So I'm wondering if someone is
maintaining a to-do list, or list of issues that need to be addressed? It would
be easy for us to help you identify issues, by adding items to a list, if you
would find it helpful....if there is such a list somewhere.
Thanks,
brynn
6 years, 2 months
Update (merge request) for bool LPE
by Michael Soegtrop
Dear Inkscape Team,
I did a merge request for an updated bool LPE. See the merge request
comments.
What I still need is a method to check if a PathVector is closed or
open. I want to issue an error message if the operands are not as
expected, but I couldn't find a way to do this. Jabier wrote that there
is some isClosed() function, but I couldn't find anything around a
PathVector. Any help with this is appreciated.
Best regards,
Michael
6 years, 3 months
Git Critical Issues?
by Ted Gould
Hello,
I get the feeling that we're all in good shape with the Git repos, but I
wanted to ensure that there aren't any critical issues before starting
to clean up the Bazaar repos in Launchpad. Last call for critical
issues. Anyone?
Thanks,
Ted
6 years, 3 months
GitLab Subgroup
by Ryan Gorley
Over the past couple weeks I've been exploring the best location(s) to
organize the Inkscape outreach and marketing team (a.k.a. Vectors). The
team will need some access to GitLab in any regard for storing collateral,
however the Issue Board <https://about.gitlab.com/features/issueboard/>
could be an excellent project management and communication area in its own
right.
In order to explore that option I would like to create a "vectors"
subgroup. I've already requested access, but I'm not sure who manages that
and could grant my account sufficient permissions to manage that subgroup
and perhaps create additional subgroups within the vector subgroup.
Will whoever has this capability take a minute to help me out? Thanks!
Ryan Gorley @ Dijt <https://dijt.co/>
6 years, 3 months
How to propose patches
by Daniel A. Wagenaar
I created a patch to improve the selection toolbar. It creates two new
pull-downs. One determines whether the "X" coordinate refers to the left
of the selection (as normal), or the center, or the right; and whether
changing the width keeps the left, center, or right edge in place. The
second does the analogous function for "Y".
Several years ago, I had write access to the inkscape archives, but no
more. Can someone please explain where I should send a patch, or if
there is some other procedure?
Thanks!
--
*Daniel A. Wagenaar, PhD*
/Research Professor and Director, Neurotechnology Center/
California Institute of Technology, Pasadena CA, USA
*+1 (626) 395-8567* | *www.danielwagenaar.net
<http://www.danielwagenaar.net>*
6 years, 3 months
off to hackfest
by brynn
Hi Friends,
I just wanted to say Best Wishes to all the hackers, for a great and
productive Hackfest!
Also, safe traveling!
All best,
brynn
6 years, 3 months
ClipboardManagerImpl::getFirstObjectID restricted to very few object types
by Michael Soegtrop
Dear Inkscape Team,
I try to make my bool LPE work with any objects, not just paths. I got
around most issues (like getting a PathVector from an SPItem), but I am
lost with ClipboardManagerImpl::getFirstObjectID which is used by
OriginalItemParam. It is restricted to very few object types
(g,path,use,text,image,rect). Since the clipboard is used to set the
operand path of the LPE, it is restricted to these types.
Is there a good reason for this restriction or is this a bug / non
feature? What would be an appropriate SVG tag list?
This function seems to be used only in very few places, so I guess it
wouldn't do a lot of harm to fix it? Would there be a better
implementation than checking for a list of literal SVG types?
Btw.: Is the LPE parameter type OriginalItemParam / ItemParam
operational or is this beta code I shouldn't use?
Best regards,
Michael
6 years, 3 months