Package: libjama-dev
Version: 1.2.4-1
Severity: normal

The following code makes 'file not found' error:

#include <jama/jama_svd.h>
#include <tnt/tnt.h>

...
In file included from jama-test.cpp:1:
/usr/include/jama/jama_svd.h:5:25: error: tnt_array1d.h: No such file or 
directory
/usr/include/jama/jama_svd.h:6:31: error: tnt_array1d_utils.h: No such 
file or directory
/usr/include/jama/jama_svd.h:7:25: error: tnt_array2d.h: No such file or 
directory


This is caused by the non-standard path to tnt header files.
In jama/jama_eig.h:

#include "tnt_array1d.h"
#include "tnt_array2d.h"
#include "tnt_math_utils.h"

It should be

#include <tnt/tnt_array1d.h>
#include <tnt/tnt_array2d.h>
#include <tnt/tnt_math_utils.h>


-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (500, 'testing'), (500, 'stable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.16-2-686
Locale: LANG=ko_KR.UTF-8, LC_CTYPE=ko_KR.UTF-8 (charmap=UTF-8)

Versions of packages libjama-dev depends on:
ii  libtnt-dev                    1.2.6-1    interface for scientific computing

libjama-dev recommends no packages.

-- no debconf information


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to