You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Matthew (JIRA)" <ji...@apache.org> on 2019/05/13 19:55:00 UTC

[jira] [Created] (IGNITE-11846) Missing PC files in the CPP Thin Client - and others

Matthew created IGNITE-11846:
--------------------------------

             Summary: Missing PC files in the CPP Thin Client - and others
                 Key: IGNITE-11846
                 URL: https://issues.apache.org/jira/browse/IGNITE-11846
             Project: Ignite
          Issue Type: Bug
            Reporter: Matthew


I am trying to repackage Ignite's cpp thin client for internal use. However
when building with configure I noticed that off tip pc files aren't being
created for the thin client. I'm not very familiar with the auto tools setup going on here, but
I was curious if this is a known issue or there is a workaround. Seems odd
that many of these files also reference pc files that don't exist within the
repo. It seems like something might have been missed when setting this up.

 

cd modules/platforms/cpp/

libtoolize && aclocal && autoheader && automake --add-missing && autoreconf
./configure --disable-core --disable-node --disable-tests --prefix=/some/internal/location --disable-shared
make
make install



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)