Re: [Dotgnu-libjit] Help needed to collect intructions about how to build libJIT for Windows XP, Windows Vista platform, and Visual Studio <\eom>

View: New views
4 Messages — Rating Filter:   Alert me  

Parent Message unknown Re: [Dotgnu-libjit] Help needed to collect intructions about how to build libJIT for Windows XP, Windows Vista platform, and Visual Studio <\eom>

by Kirill Kononenko :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Basically I think of something like a 'setup.exe', and a libjit.dll,
which might be used from Visual Studio.


Thanks,
Kirill

2009/4/29  <jan@...>:

> I'm not sure what you mean by "package". Windows does not have package
> management. Currently I am using MSYS/MinGW (http://mingw.org/) when I
> build libjit for Microsoft Windows. One can also create an installer
> using NSIS (http://nsis.sourceforge.net/). Building libJIT requires
> automake for Windows which is part of msysDTK.
> I don't think MSVC users will be able to use libraries generated by
> MinGW.
>
> On 29.04.2009 at , you wrote:
>> Hi
>>
>>
>> Please may someone give ready instructions in this mailing list or in
>> libjit-linear-scan-register-allocator wiki on how build a standalone
>> package of libJIT for Windows platform? Preferably accessible for
>> Visual Studio even.
>>
>>
>> Thanks,
>> Kirill
>>
>> --
>> http://code.google.com/p/libjit-linear-scan-register-allocator/
>>
>>
>> _______________________________________________
>> Dotgnu-libjit mailing list
>> Dotgnu-libjit@...
>> http://lists.gnu.org/mailman/listinfo/dotgnu-libjit
>>
>>
>>
>
>



--
http://code.google.com/p/libjit-linear-scan-register-allocator/


_______________________________________________
Dotgnu-pnet mailing list
Dotgnu-pnet@...
http://lists.gnu.org/mailman/listinfo/dotgnu-pnet

Re: [Dotgnu-libjit] Help needed to collect intructions about how to build libJIT for Windows XP, Windows Vista platform, and Visual Studio <\eom>

by Bugzilla from alexander.stein@informatik.tu-chemnitz.de :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi,

Am Mittwoch 29 April 2009 19:34:49 schrieb Kirill Kononenko:
> Basically I think of something like a 'setup.exe', and a libjit.dll,
> which might be used from Visual Studio.

I had an idea about a cross-platform program using libjit, but i noticed
libjit uses autotools which imo can't easily be used within Visual Studio (or
nmake). I had in mind to switch the build tool (at least for me) to cmake
(KDE4 has some nice sciripts for switching) which makes it easy to compile on
linux and windows (and some more). But these plans are stopped right now due
to time issues.
But as Jan said, I can recommend using NSIS for building a setup.exe

Regards
Alexander


_______________________________________________
Dotgnu-pnet mailing list
Dotgnu-pnet@...
http://lists.gnu.org/mailman/listinfo/dotgnu-pnet

Parent Message unknown Re: Re: [Dotgnu-libjit] Help needed to collect intructions about how to build libJIT for Windows XP, Windows Vista platform, and Visual Studio <\eom>

by Jan Wedekind :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

> > Basically I think of something like a 'setup.exe', and a libjit.dll,
> > which might be used from Visual Studio.
>
> I had an idea about a cross-platform program using libjit, but i
noticed
> libjit uses autotools which imo can't easily be used within Visual
Studio (or
> nmake). I had in mind to switch the build tool (at least for me) to
cmake
> (KDE4 has some nice sciripts for switching) which makes it easy to
compile on
> linux and windows (and some more). But these plans are stopped right
now due
> to time issues.
> But as Jan said, I can recommend using NSIS for building a setup.exe

If you intend to use MSVC under Windows, you can use cmake to create
compiler independent build scripts. However I think there will be many
compatibility issues compiling libJIT with MSVC because the language is
incompatible with GCC.
I use GCC/MinGW for cross-platform development (GNU/Linux and Win32) of
software which currently links with libJIT, Ruby, fftw3, OpenEXR,
pthreads, ... . Moreover MinGW can link against MSVC libraries (not
MSVC++ though) if you need that.



_______________________________________________
Dotgnu-pnet mailing list
Dotgnu-pnet@...
http://lists.gnu.org/mailman/listinfo/dotgnu-pnet

Re: [Dotgnu-libjit] Help needed to collect intructions about how to build libJIT for Windows XP, Windows Vista platform, and Visual Studio <\eom>

by Kirill Kononenko :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi Guys


There seems to be two options.

First, is using cygwin/mingw.

Second, is to try compile libJIT on Visual Studio. There is a high
chance it will work out of the hand or with 1 line that needs to be
change. For example, we have already such things as jit_apply_builtin
assembly code for MSVC.


Thanks,
Kirill

2009/4/29 Alexander Stein <alexander.stein@...>:

> Am Mittwoch 29 April 2009 19:34:49 schrieb Kirill Kononenko:
>> Basically I think of something like a 'setup.exe', and a libjit.dll,
>> which might be used from Visual Studio.
>
> I had an idea about a cross-platform program using libjit, but i noticed
> libjit uses autotools which imo can't easily be used within Visual Studio (or
> nmake). I had in mind to switch the build tool (at least for me) to cmake
> (KDE4 has some nice sciripts for switching) which makes it easy to compile on
> linux and windows (and some more). But these plans are stopped right now due
> to time issues.
> But as Jan said, I can recommend using NSIS for building a setup.exe
>
> Regards
> Alexander
>



--
http://code.google.com/p/libjit-linear-scan-register-allocator/


_______________________________________________
Dotgnu-pnet mailing list
Dotgnu-pnet@...
http://lists.gnu.org/mailman/listinfo/dotgnu-pnet