Giter Site home page Giter Site logo

fcstools's People

Watchers

 avatar

fcstools's Issues

Name field includes comment

What steps will reproduce the problem?
1. Create an FCHR
2. Add a comment to any "Name:" field
3. Comment is included in the name

What is the expected output? What do you see instead?

Should have just the name; instead has the name *and* the comment; also has
trailing whitespace.

Please use labels and text to provide additional information.


Original issue reported on code.google.com by [email protected] on 16 Aug 2007 at 11:35

'make' unsuccessful on OpenSUSE 11.2 -- fixed

What steps will reproduce the problem?

Attempt to 'make all' in OpenSUSE 11.2 environment after installing make and 
gcc-c++.

What is the expected output? What do you see instead?
Expected output is successful completion of 'make'.  

Actual output is "In function 'void FCSTools::truncate(FCS&, long int)': / 
error: call of overloaded 'abs(long int&)'" followed by exit with "make: *** 
[fcsconvert] Error1".

What version of the product are you using? On what operating system?
FCStoolsr120 on OpenSUSE 11.2 (virtual machine)

Please provide any additional information below.

I was able to correct this issue by opening FCSIO.hpp and adding 
#include<cstdlib> to the list of libraries at the top of the file.  Make then 
completed without issue.

Original issue reported on code.google.com by [email protected] on 10 Oct 2012 at 3:22

Did not compile on linux (Ubuntu 9.04) w/ signed int...

I have no real experience w/ C++ but do work mostly with Java.  I tried to
compile the latest version but found these errors:

g++ FCSConvert.cpp -O3 -I. -o fcsconvert
In file included from FCSConvert.cpp:8:
./FCSTools.hpp: In function ‘void FCSTools::truncate(FCS&, long int)’:
./FCSTools.hpp:109: error: call of overloaded ‘abs(long int&)’ is ambiguous
/usr/include/c++/4.3/cmath:99: note: candidates are: double std::abs(double)
/usr/include/c++/4.3/cmath:103: note:                 float std::abs(float)
/usr/include/c++/4.3/cmath:107: note:                 long double
std::abs(long double)
./FCSTools.hpp: In function ‘void FCSTools::truncate(FCS&, long int) [with
FCS = FCSTools::FCS<unsigned int>]’:
FCSConvert.cpp:161:   instantiated from here
./FCSTools.hpp:109: error: call of overloaded ‘abs(long int&)’ is ambiguous
/usr/include/c++/4.3/cmath:99: note: candidates are: double std::abs(double)
/usr/include/c++/4.3/cmath:103: note:                 float std::abs(float)
/usr/include/c++/4.3/cmath:107: note:                 long double
std::abs(long double)
make: *** [fcsconvert] Error 1

Solution? (don't know yet if it "breaks" the code functionality but at
least gets them compiled): convert signed int in "FCSTools::truncate" to
double.  I have attached the two modified files that now allow all tools to
compile for me...

Original issue reported on code.google.com by [email protected] on 26 Jun 2009 at 10:42

Attachments:

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.