-
Lacewing Build #19
Lacewing Build #19 is now available:
http://lacewing-project.org/LacewingMMF.zip
Hopefully this should resolve the outstanding problems with build 18. This build will also soon be available for the iOS and Android runtimes.
A few things to note :-
- This is not protocol compatible with any previous build of Lacewing. A public pylacewing server is running at ledev.org:6129, although this will move to port 6121 in the next 48 hours.
- Although you can open old MFAs with Build #19 (right back to OINC MFAs with the converter), the extension properties will be reset. Opening an MFA with an earlier build after saving it with this one will result in corruption.
- Lacewing has now moved from rSDK to the Edif SDK, and is sharing code across several platforms. This has required major internal changes, so it's quite possible some behaviour will have changed or some things might be broken.
Thanks to Konidias, Hempuli, Looki and SToP_GAP for all the testing these past few days :-)
-
Re: Lacewing Build #19
-
Re: Lacewing Build #19
-
Re: Lacewing Build #19
:D
Did you use the JSON Generator? >_>
-
Re: Lacewing Build #19
Due to the cross-runtime code sharing, it's not a conventional Edif extension (it doesn't use the Link* or anything).
I would have otherwise, though!
-
Re: Lacewing Build #19
Wow, nice to see a progress. Keep updating!
When I'm trying to compile library terminal says:
(...)
cc -DLacewingLibrary -DHAVE_CONFIG_H -fvisibility=hidden -fPIC -DPOSIX_SOURCE -O2 -fno-exceptions -fno-rtti -c -o build/addr_flat.o src/c/addr_flat.cc
src/unix/Timer.cc: In constructor ‘TimerInternal::TimerInternal(Lacewing::Timer&, PumpInternal&)’:
src/unix/Timer.cc:56:23: error: class ‘TimerInternal’ does not have any field named ‘LegacyTimerThread’
make: *** [build/Timer.o] Błąd 1
make: *** Oczekiwanie na niezakończone zadania....
radeg@radegPC:~/Pulpit/lacewing/2.2$
What do I have to do?
#edit
It worked when I put inside ifdef:
Lacewing::Thread LegacyTimerThread;
Will it work without problems?
-
Re: Lacewing Build #19
It will - I was sure that was fixed. Thanks.
-
Re: Lacewing Build #19
Updated the archive to include the Android version (for Android runtime testers).
-
Re: Lacewing Build #19
Thank you Jamie, very nice !! :D
-
Re: Lacewing Build #19
Hooray for the new release :D I've got a question though: I use Windows, do I need to compile the sources at http://lacewing-project.org/ myself or can I get the Lacewing.h and Lacewing.dll somewhere else?