Mark, Daniel,

"I know, i know... windows is a pile of poo, but Visual Studio is a
wonderful development environment."

This is one of the reasons that I think we should nupic on Windows (I love
VS!). But don't worry, the things will work..

I have upload win32 static libraries that are linked with nupic.core
(lib.lib, libapr.lib, etc), this way nupic.core can generated native
Windows binary code. Please see this:
https://github.com/numenta/nupic.core/tree/master/external/win32

The big problem in compile on VS IDE is that it uses MSVC compiler.
Furthermore, VS IDE include their own libraries and headers (like boost)
which are slightly different from those used by CLang and GCC..

However I hope "hack" the above issue by forcing VS uses CLang compiler,
headers, and libraries, in order to avoid MSVC stuff. Hopefully this tool
could help us:

http://stackoverflow.com/questions/4687789/use-clang-with-msvc-2010

Other method is passing Make files to VS, but this require some extra work..

I hope test these methods ASAP, but at moment I and other guys are working
on Nupic integration with Nupic.Core.

Grande abraço, David


On 4 April 2014 06:07, Marek Otahal <[email protected]> wrote:

> Cmake allows you to import the nupic project in VS, the problem will be
> with building it on Win.
> You can find some progress/tries on building on Windows on the ML and wiki
> (we are making progress, but not there yet)
>
> Cheers,
>
>
> On Fri, Apr 4, 2014 at 8:11 AM, Daniel Bell <
> [email protected]> wrote:
>
>> Hi,
>>
>> I'm a bit confused. The build instructions mention Visual Studio, but it
>> does not support Windows..... I know, i know... windows is a pile of poo,
>> but Visual Studio is a wonderful development environment.
>>
>> If i build it with cmake, what linker and include items need binding?
>>
>> Regards.
>>
>> Daniel
>>
>> _______________________________________________
>> nupic mailing list
>> [email protected]
>> http://lists.numenta.org/mailman/listinfo/nupic_lists.numenta.org
>>
>>
>
>
> --
> Marek Otahal :o)
>
> _______________________________________________
> nupic mailing list
> [email protected]
> http://lists.numenta.org/mailman/listinfo/nupic_lists.numenta.org
>
>


-- 
David Ragazzi
OS Community Commiter
Numenta.org
--
"I think James Connonly, the Irish revolutionary, is right when he says that
the only prophets are those who make their future. So we're not anticipating
, we're working for it."
_______________________________________________
nupic mailing list
[email protected]
http://lists.numenta.org/mailman/listinfo/nupic_lists.numenta.org

Reply via email to