Search Results

Search: Posts Made By: bstephens
1,334
Posted By bstephens
Error in compiling .cpp file
I get this error,

defaults.cpp: In member function ‘int Defaults::GetIntDefault(const std::string&)’:
defaults.cpp:68: error: ‘atoi’ was not declared in this scope
defaults.cpp: In member...
1,113
Posted By bstephens
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:...
1,729
Posted By bstephens
Thanks for your help so far! I followed your...
Thanks for your help so far! I followed your advice and had to remove things like ascii_dataset:: from three files, and now I have a new error:

In file included from field.h:13,
...
1,729
Posted By bstephens
Here is the code that's causing the error I...
Here is the code that's causing the error I suppose:


#ifndef ASCII_DATASET_H
#define ASCII_DATASET_H

#include "realtype.h"
#include "ncfile.h"

class Ascii_Dataset
{

public:
...
1,729
Posted By bstephens
Error building program in UNIX
I'm trying to build a program and I'm getting a series of messages that I don't understand (new to UNIX):

make[1]: Entering directory...
Showing results 1 to 5 of 5

 
All times are GMT -4. The time now is 05:25 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy