help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: LIBSVM Install - 01 [Was: Re: OCTAVE: LIBSVM and LIBSVM Tools [Win 8


From: Carnë Draug
Subject: Re: LIBSVM Install - 01 [Was: Re: OCTAVE: LIBSVM and LIBSVM Tools [Win 8 64 bit Pro]]
Date: Thu, 26 Dec 2013 22:23:38 +0000

On 25 Dec 2013 15:35, "Hans Lodder" <address@hidden> wrote:
>
> Carnė Draug schreef op 20-12-2013
>>
>> [...]
>> I generated the tarball [1] with the python script so you can
>> try it yourself. Please download it and try to install it as you would
>> with any other Octave package. The only thing left to do is to install
>> the latest version of libsvm on the system, somewhere where the
>> compiler can find it. You're using Windows so I can't help you with
>> that.
>>
>> [...]
>
> [...]
>
> The installation fails, and the 1st line is:
>
> configure: error: Unable to find svm.h. Is it installed in the system? Is the include path configured properly?
>
> Can you advise me on how to proceed?

That's exactly the part that I said I could not help with. The package is the Octave interface to libsvm, not libsvm itself. You must have it installed in your system and in Windows I don't know how. The errors says that it can't find the header.

The general idea of what must be done is to build the library (there's a Makefile in the libsvm tarball downloaded from their website so it should suffice to run "make lib") and then place it somewhere in your system so that your compiler can find it (if you place it a non standard location, you can set it on the CPPFLAGS.

Carnë


reply via email to

[Prev in Thread] Current Thread [Next in Thread]