× 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.



"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.


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.