Alexander Wunderlich

Results 3 issues of Alexander Wunderlich

I have a Domain class Example: ``` class Example { String thisIsText String thisIsAString static constraints = { } static mapping = { thisIsText type: 'text' } } ``` and...

status: awaiting third-party
closed: notabug

This fixes the build issues on Ubuntu 16.04 with gcc/g++ 5.4 and removes all built libraries on `make clean`.

Trying to build the main libraries with `make release` seems to work, even though it doesn't seem to link pthread properly and there is a missing symbol coming from itself:...