Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [imp-dev] 64 bit windows lpg executable?

Hi Beverly,

I don't have access to a 64-bit Windows machine at the moment, so I don't have the equipment necessary to build the LPG executable for that platform. That said, LPG should build "out of the box" without incident. Have you tried that? You'll probably need to use the same LPG version as came with the IMP you're using. There are source snapshots posted on the LPG downloads area on SourceForge:


[The version of the lpg.generator.win32_x86 plugin should tell you what version of the LPG source snapshot you need.]

Once you have the source snapshot and a reasonably current version of MS Visual C++ (as I recall, the free version works fine), you can just run something like:

  cl /Zi /EHsc /DWIN32 /Felpg-win32_x86 *.cpp

from a command shell, which will produce an executable file named lpg-win32_x86 (which is what the LPG Eclipse plugin expects). [In fact, if memory serves, I think you can even omit the extra compiler flags and just run "cl /Felpg-win32_x86 *.cpp".]

On Feb 28, 2012, at 3:05 PM, Beverly Sanders wrote:
Just wanted to say that we are still using imp/lpg in a project.  I hope
people are still working on it.

I did a recent new installation on a 64-bit windows machine which didn't
work.  I believe the problem is lack of an appropriate lpg executable.
I did get it to work by downloading a 32-bit eclipse and 32-bit Java.

The best fix would be to provide the 64-bit executable. It that can't be
done, at least mention the problem on the web page.

Thanks.

_______________________________________________
imp-dev mailing list
imp-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/imp-dev

Cheers,
 - Bob
==================
Robert M. Fuhrer

Attachment: smime.p7s
Description: S/MIME cryptographic signature


Back to the top