Sponsored Content
Full Discussion: Error while compiling
Top Forums UNIX for Beginners Questions & Answers Error while compiling Post 302980310 by RudiC on Friday 26th of August 2016 03:42:55 AM
Old 08-26-2016
Does boost/unordered_map.hpp exist?
 

10 More Discussions You Might Find Interesting

1. Programming

Error Compiling C program

Hi All, I tried to compile a C program but i am getting error while Linking . it says Undefined reference to ' ' (here it gives a method name which is defined Globally ). Can any body tell the resaon and remedy for the same . Iam stuck up here . Thanks (3 Replies)
Discussion started by: Vivek
3 Replies

2. Programming

Compiling Error

Hi, I have installed "Freetype2" library in my SuSe Linux 9.3 version system. When Iam compiling a program, I am getting these below errors. Undefined reference to "FT_Init_FreeType" Undefined reference to "FT_Load_Char" Please show me a solution? Thank you. With regards, Chandramouli (1 Reply)
Discussion started by: chandra80
1 Replies

3. UNIX for Dummies Questions & Answers

Java compiling error

I need Help folks; I'm very new to Java & i was trying to compile some java files & i got a lot of errors (see below), could some one tell me what am i doing wrong? These are the files i need to compile: AddCommentActionLogging.java EditPageActionLogging.java When i run:... (4 Replies)
Discussion started by: Katkota
4 Replies

4. UNIX for Advanced & Expert Users

Error when compiling with the pro-c

Gentlemen, I can not compile with the Pro-C installed on a Solaris 10. I get the following error ..: ! Compilation: startdmn.pc ------------------------------------------------------------------ ld.so.1: proc: fatal: libclntsh.so.9.0: open failed: No such file or directory make: Fatal... (2 Replies)
Discussion started by: Pedro_Oca
2 Replies

5. Programming

Error with compiling

Hi guys. I have a header file: unp.h like this: #ifndef _UNP_H_ #define _UNP_H_ extern ssize_t readn(int filedes, void *buff, size_t nbytes); extern ssize_t writen(int filedes, const void *buff, size_t nbytes); extern void err_quit(const char *msg); #define TRUE 1 #define FALSE 0 ... (2 Replies)
Discussion started by: majid.merkava
2 Replies

6. Solaris

Compiling error on solaris10

Hello guys, Im trying to install a monitoring software on my solaris10 machine and im getting an error doing so. Can someone please help. ld: fatal: Symbol referencing errors. No output written to ../client/xymond_client collect2: ld returned 1 exit status gmake: *** Error 1 gmake:... (1 Reply)
Discussion started by: hemo21
1 Replies

7. UNIX for Dummies Questions & Answers

Error while compiling the kernel 3.3.1.

Hi I m using redhat 6 with kernel release 2.6.32-71.el6.i686 I have downloaded latest kernel 3.3.1 from kernel.org . when i run make module_install i get below error. # make modules_install /usr/src/kernels/linux-3.3.1/scripts/depmod.sh: line 37: 11314 Killed ... (0 Replies)
Discussion started by: pinga123
0 Replies

8. Solaris

ERROR while compiling

Hi guys i came across an error while compiling a c file in solaris using gcc. the error is, Undefined first referenced symbol in file bind /var/tmp//ccAr8qAh.o accept ... (4 Replies)
Discussion started by: rajeshb6
4 Replies

9. UNIX for Dummies Questions & Answers

Compiling error in UNIX

Hi, I'm trying to compile the code for a program and I run into the following error, ncfile.h: In constructor ‘ncfile::NcAttribute<T>::NcAttribute(const std::string&, const char*)': ncfile.h:357: error: there are no arguments to ‘strlen' that depend on a template parameter, so a declaration of... (1 Reply)
Discussion started by: bstephens
1 Replies

10. Answers to Frequently Asked Questions

Error when compiling using cygwin

I tried to compile the files in basic_dump_ex using cygwin : /cygdrive/c/WpdPack/Examples-pcap/basic_dump_ex $make but I got this : cc -g -O -mno-cygwin -I ../../include -c -o basic_dump_ex.o basic_dump_ex.c cc: error: unrecognized command line option ‘-mno-cygwin’... (6 Replies)
Discussion started by: steve120
6 Replies
std::__profile::unordered_map< _Key, _Tp, _Hash, _Pred, _Alloc >(3cxx)	    std::__profile::unordered_map< _Key, _Tp, _Hash, _Pred, _Alloc >(3cxx)

NAME
std::__profile::unordered_map< _Key, _Tp, _Hash, _Pred, _Alloc > - SYNOPSIS
Inherits unordered_map< _Key, _Tp, _Hash, _Pred, _Alloc >. Public Types typedef _Base::allocator_type allocator_type typedef _Base::const_iterator const_iterator typedef _Base::const_reference const_reference typedef _Base::difference_type difference_type typedef _Base::hasher hasher typedef _Base::iterator iterator typedef _Base::key_equal key_equal typedef _Base::key_type key_type typedef _Base::mapped_type mapped_type typedef _Base::reference reference typedef _Base::size_type size_type typedef _Base::value_type value_type Public Member Functions unordered_map (size_type __n=10, const hasher &__hf=hasher(), const key_equal &__eql=key_equal(), const allocator_type &__a=allocator_type()) template<typename _InputIterator > unordered_map (_InputIterator __f, _InputIterator __l, size_type __n=0, const hasher &__hf=hasher(), const key_equal &__eql=key_equal(), const allocator_type &__a=allocator_type()) unordered_map (const _Base &__x) unordered_map (unordered_map &&__x) unordered_map (initializer_list< value_type > __l, size_type __n=0, const hasher &__hf=hasher(), const key_equal &__eql=key_equal(), const allocator_type &__a=allocator_type()) _Base & _M_base () const _Base & _M_base () const void clear () void insert (std::initializer_list< value_type > __l) std::pair< iterator, bool > insert (const value_type &__obj) iterator insert (const_iterator __iter, const value_type &__v) template<typename _Pair , typename = typename std::enable_if<std::is_convertible<_Pair, value_type>::value>::type> std::pair< iterator, bool > insert (_Pair &&__obj) template<typename _Pair , typename = typename std::enable_if<std::is_convertible<_Pair, value_type>::value>::type> iterator insert (const_iterator __iter, _Pair &&__v) template<typename _InputIter > void insert (_InputIter __first, _InputIter __last) void insert (const value_type *__first, const value_type *__last) unordered_map & operator= (const unordered_map &__x) unordered_map & operator= (unordered_map &&__x) unordered_map & operator= (initializer_list< value_type > __l) mapped_type & operator[] (const _Key &__k) mapped_type & operator[] (_Key &&__k) void rehash (size_type __n) void swap (unordered_map &__x) Detailed Description template<typename _Key, typename _Tp, typename _Hash = std::hash<_Key>, typename _Pred = std::equal_to<_Key>, typename _Alloc = std::allocator<_Key>>class std::__profile::unordered_map< _Key, _Tp, _Hash, _Pred, _Alloc > Class std::unordered_map wrapper with performance instrumentation. Definition at line 50 of file profile/unordered_map. Author Generated automatically by Doxygen for libstdc++ from the source code. libstdc++ Tue Nov 27std::__profile::unordered_map< _Key, _Tp, _Hash, _Pred, _Alloc >(3cxx)
All times are GMT -4. The time now is 09:15 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy