I have made changes to the CMake build system so that if you set
DEFAULT_NO_BINDINGS ON (assuming you have removed the cache file), then no
bindings will be enabled by default other than the C one and any that you
specifically turn on.
Note there is a DEFAULT_NO_DEVICES option that plays a similar
Does anybody have a good simple example of using plsmem? See request that
was sent to me below. I encourage you to reply directly to Raul, but if you
do so, please CC me or this mailing list since I would like to know the
answer to the question as well.
Alan
__
Alan W. Ir
On 2007-03-05 23:03+0100 Werner Smekal wrote:
> Hi Alan,
>
> I just "found" an easy fix for the object file ending problem. In
> CMakeAdaCompiler.cmake.in change the last lines to:
>
> IF(UNIX OR MINGW)
> SET(CMAKE_Ada_OUTPUT_EXTENSION .o)
> ELSE(UNIX OR MINGW)
> SET(CMAKE_Ada_OUTPUT_EXTENSION
Hi Alan,
I just "found" an easy fix for the object file ending problem. In
CMakeAdaCompiler.cmake.in change the last lines to:
IF(UNIX OR MINGW)
SET(CMAKE_Ada_OUTPUT_EXTENSION .o)
ELSE(UNIX OR MINGW)
SET(CMAKE_Ada_OUTPUT_EXTENSION .obj)
ENDIF(UNIX OR MINGW)
So for ada files and MinGW we t
Hi,
> However, what we need most now is some comprehensive platform testing. The
> current form of experimental CMake support for Ada works fine on all Debian
> and Ubuntu platforms where it has been tested. It does have filename
> extension problems on MinGW, but at most those problems will aff
On 2007-03-05 04:10-0700 Jerry wrote:
> It sounds like this might be a question for comp.lang.ada if you guys
> don't get it cracked soon.
That's a good idea for the future.
However, what we need most now is some comprehensive platform testing. The
current form of experimental CMake support for
It sounds like this might be a question for comp.lang.ada if you guys
don't get it cracked soon.
Jerry
On Mar 4, 2007, at 3:27 PM, Alan W. Irwin wrote:
> On 2007-03-04 22:09+0100 Werner Smekal wrote:
>
>>
>> I think gnat1, which is called by gcc, doesn't accept a object
>> file name with
>> a