[squeak-dev] HydraVM on Linux

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

[squeak-dev] HydraVM on Linux

K. K. Subramaniam
Hi,

I tried to build HydraVM on Linux and ran into a bunch of issues.

Scripts in platforms/unix/config directory have lost their execute permission
and have '\r\n' as line terminator instead of the '\n' found in the squeak
svn trunk.

I was able to run "platforms/unix/configure" successfully after fixing
permissions and removing \r from all lines. However, make fails with
compilation error at the very first file - gnu-interp.c (missing
interp_prototypes.h file)

Is HydraVM only for Win32 for now?

TIA,
Subbu

Reply | Threaded
Open this post in threaded view
|

Re: [squeak-dev] HydraVM on Linux

Igor Stasenko
On 10/03/2008, K. K. Subramaniam <[hidden email]> wrote:

> Hi,
>
>  I tried to build HydraVM on Linux and ran into a bunch of issues.
>
>  Scripts in platforms/unix/config directory have lost their execute permission
>  and have '\r\n' as line terminator instead of the '\n' found in the squeak
>  svn trunk.
>
>  I was able to run "platforms/unix/configure" successfully after fixing
>  permissions and removing \r from all lines. However, make fails with
>  compilation error at the very first file - gnu-interp.c (missing
>  interp_prototypes.h file)
>
>  Is HydraVM only for Win32 for now?
>
Yes.
Please read http://squeakvm.org/~sig/hydravm/devnotes.html for details.


>  TIA,
>  Subbu
>
>


--
Best regards,
Igor Stasenko AKA sig.