libqtlua-list
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Libqtlua-list] (Almost) Successful build on Windows using CMake and


From: Evan Comes
Subject: Re: [Libqtlua-list] (Almost) Successful build on Windows using CMake and VC10
Date: Sun, 4 Dec 2011 09:23:08 -0500

Hey Alexandre,
That seemed to work, thanks! The library will compile now, but I'm still getting a linker error that it can't find qtlua.lib
For some reason the qtlua project is not putting out a .LIB for the .DLL

On Sat, Dec 3, 2011 at 5:48 AM, Alexandre Becoulet <address@hidden> wrote:

On Saturday, December 03, 2011 02:46:58 AM Evan Comes wrote:

 

Hi,

 

> The compilation is stopping specifically because these functions do not

> return a value, even though they are supposed to.

> Is this a missing TODO? What would be the best course of action regarding

> this problem (i.e. should i wait for a fix, try to fix it my self, or is

> there a workaround)?

 

The std::abort() function never returns. You can add this line at the end of the functions to make your compiler happy:

 

return ValueRef(Value(_ls), Value(_ls));

 

Let me know and I will commit the fix.

 

--

Alexandre



reply via email to

[Prev in Thread] Current Thread [Next in Thread]