Curculigo

Results 71 comments of Curculigo

I have a bunch of `WARNING: Property "is" is not defined!` and `WARNING: applyProperty: Property "is" not defined!` in `ecode.log`. They are not particularly useful, at least for me.

A new and strange folder is created on the ecode directory (where ecode.bin is). The name of the folder starts with a space character: ` hover`.

It turned out that what it opened is the parent folder, not the new folder I created. Recent folders confirmed this.

> The original library uses ATL/MFC so it's a no go for MinGW-w64. This duilib supports MinGW-w64, you can have a look: https://github.com/mxway/directui

It's very strange as it's still failing with the same error when I modified `co.cc` to include `pthread_np.h`: ``` #ifndef _WIN32 #ifdef __linux__ #include // for syscall() #include // for...

> Does this work? > > ``` > CFLAGS=-D_XOPEN_SOURCE=700 ./bootstrap.sh build > CFLAGS=-D_XOPEN_SOURCE=700 build/muon setup build > # build/muon -C build samu > build/muon -C build test > ``` Yes,...

> Does this mean the following needs to be added somewhere into the source: > > #define _XOPEN_SOURCE 700 > > ... please? I don't think so.

> Acl can be used on FreeBSD before, but I have no FreeBSD env now, so you can try to build Acl by running make command on FreeBSD. CMake fails...

I inserted the missing `elseif(CMAKE_SYSTEM_NAME MATCHES "FreeBSD")` line after line 97: https://github.com/acl-dev/acl/blob/ebeb2e02cbdacd76d9a241544a8504dc21cb51f2/lib_fiber/c/CMakeLists.txt#L97 But it still not work. The same error message as before, but at a different line: ``` CMake...

> Can you provide a FreeBSD env for me to build Acl ? I think it maybe easy to build and use Acl on it. I can't help with that....