× The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.



It should be found under /
opt/freeware/lib/gcc/powerpc-ibm-aix6.1.0.0/4.8.2/include/c++/algorithm (or
whatever version of GCC from Perzl you installed). I believe you need to
install libstdc++-devel rpm from Perzl to get it.

When hug-an-IBMer day comes around again, you better be ready for some
hugs. #awkwardemotionaldevelopermoment Thanks dude!

For the archives:
% cd /QOpenSys/ibmichroot <------ I did a git clone of the ibmichroot
project to this directory
% wget
http://www.oss4aix.org/download/everything/RPMS/libstdc++-devel-4.8.3-1.aix6.1.ppc.rpm
% rpm --ignoreos --ignorearch --replacepkgs --nodeps -hUv
libstdc++-devel-4.8.3-1.aix6.1.ppc.rpm
% ls -al
/opt/freeware/lib/gcc/powerpc-ibm-aix6.1.0.0/4.8.3/include/c++/algorithm
-rw-r--r-- 1 aaron 0 2518 Aug 23 2014
/opt/freeware/lib/gcc/powerpc-ibm-aix6.1.0.0/4.8.3/include/c++/algorithm

I've also documented an Issue so we can get this added to the base
ibmichroot: http://bit.ly/add-libstdc-devel-483-to-pkg_perzl_gcc


Aaron Bartell
litmis.com - Services for open source on IBM i


On Mon, Jul 11, 2016 at 2:28 PM, Kevin Adler <kadler@xxxxxxxxxx> wrote:

"OpenSource" <opensource-bounces@xxxxxxxxxxxx> wrote on 07/11/2016
12:09:49 PM:
<snip>

On Mon, Jul 11, 2016 at 11:41 AM, Kevin Turner <
kevin.turner@xxxxxxxxxxxxxxx
wrote:

Has anyone successfully installed this with "npm install ibm_db" or
are we all suffering from node-gyp rebuild issues with a missing
"algorithm" file?

../../nan/nan.h:50:21: fatal error: algorithm: No such file or
directory #include <algorithm>
^
<snip>

My ~hope~ is that the /QOpen/QIBM/ProdData/OPS/source directory
continues
to grow. I noticed gcc-xxxxxx.tar.gz was in there and I opened it in
hopes
of finding algorithm.h but it wasn't there.

Aaron Bartell
litmis.com - Services for open source on IBM i

#include <algorithm> is a C++ header file (note, it's extensionless, not
algorithm.h). It should be a part of the libstdc++ part of the GCC source
code, but it could be that the file is built during the compile.

It should be found under /
opt/freeware/lib/gcc/powerpc-ibm-aix6.1.0.0/4.8.2/include/c++/algorithm
(or whatever version of GCC from Perzl you installed). I believe you need
to install libstdc++-devel rpm from Perzl to get it.

--
This is the IBMi Open Source Roundtable (OpenSource) mailing list
To post a message email: OpenSource@xxxxxxxxxxxx
To subscribe, unsubscribe, or change list options,
visit: http://lists.midrange.com/mailman/listinfo/opensource
or email: OpenSource-request@xxxxxxxxxxxx
Before posting, please take a moment to review the archives
at http://archive.midrange.com/opensource.


As an Amazon Associate we earn from qualifying purchases.

This thread ...

Follow-Ups:
Replies:

Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].

Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.