[
https://issues.apache.org/jira/browse/IGNITE-11846?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Matthew updated IGNITE-11846:
-----------------------------
Description:
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.
{code:java}
$ 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
{code}
was:
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
> 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
> Priority: Major
>
> 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.
>
>
> {code:java}
> $ 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
> {code}
>
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)