cbkiyanda / cspl

Common Scientific Programming Library
BSD 3-Clause "New" or "Revised" License
1 stars 1 forks source link

missing CSPL_Stats_Ranking.h #5

Open nicolasbock opened 9 years ago

nicolasbock commented 9 years ago

When building I get:

[ 50%] Building C object CSPL/Stats/CMakeFiles/CSPL_Stats.dir/CSPL_Stats.c.o
In file included from /home/nbock/Work/cspl/CSPL/Stats/CSPL_Stats.c:6:0:
/home/nbock/Work/cspl/CSPL/Stats/CSPL_Stats.h:5:32: fatal error: CSPL_Stats_Ranking.h: No such file or directory
 #include "CSPL_Stats_Ranking.h"
                                ^
compilation terminated.
balarsen commented 9 years ago

Damn, that change wasn't meant for pushing, I haven't gotten to the ranking yet, started it. I pushed a fix.

On Wed, Oct 1, 2014 at 8:47 PM, Nicolas Bock notifications@github.com wrote:

When building I get:

[ 50%] Building C object CSPL/Stats/CMakeFiles/CSPL_Stats.dir/CSPL_Stats.c.o In file included from /home/nbock/Work/cspl/CSPL/Stats/CSPL_Stats.c:6:0: /home/nbock/Work/cspl/CSPL/Stats/CSPL_Stats.h:5:32: fatal error: CSPL_Stats_Ranking.h: No such file or directory

include "CSPL_Stats_Ranking.h"

                            ^

compilation terminated.

— Reply to this email directly or view it on GitHub https://github.com/cbkiyanda/cspl/issues/5.

balarsen commented 9 years ago

Oops, yep, I'll get the finished and pushed, the code exists but there was some issue