Changeset e903733 in git


Ignore:
Timestamp:
Sep 29, 2010, 3:56:48 PM (14 years ago)
Author:
Mohamed Barakat <mohamed.barakat@…>
Branches:
(u'fieker-DuVal', '117eb8c30fc9e991c4decca4832b1d19036c4c65')(u'spielwiese', '38077648e7239f98078663eb941c3c979511150a')
Children:
f9201ca20a18d3dedfea7a9b2a551f034a6ef251
Parents:
e90dfd63ba042c3039aaf9befd499429b808a368
git-author:
Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2010-09-29 15:56:48+02:00
git-committer:
Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2011-11-09 11:55:30+01:00
Message:
coeffs build and the test runs with a segmentation fault in Z_n
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • coeffs/Makefile.in

    re90dfd6 re903733  
    3535CXXFLAGS        = @CXXFLAGS@ ${PIPE} -g
    3636CXXTEMPLFLAGS   = -fno-implicit-templates --no-exceptions
    37 CPPFLAGS        = -I${srcdir} -I${includedir}
    38 LDFLAGS         = -L${libdir}
     37CPPFLAGS        = -I${srcdir} -I${includedir} -I${prefix}/include
     38LDFLAGS         = -L${libdir} -L${prefix}/lib
    3939DEFS            = -DNDEBUG -DOM_NDEBUG @DEFS@
    4040
  • coeffs/test.cc

    re90dfd6 re903733  
    168168  const coeffs r = nInitChar( type, p );
    169169
    170   assume( r != NULL );
     170  if( r == NULL ) { cout << "error"; return false; };
    171171
    172172  nSetChar( r );
  • reporter/dError.c

    re90dfd6 re903733  
    1616#include "reporter.h"
    1717#ifdef HAVE_CONFIG_H
    18 #include <omalloc/omalloc.h>
     18#include <omalloc.h>
    1919#endif
    2020
Note: See TracChangeset for help on using the changeset viewer.