Alexander Theißen
- Login: rippz
- Email: alex.theissen@me.com
- Are you a spammer?: No
- Registered on: 02/21/2014
- Last sign in: 07/30/2014
Issues
open | closed | Total | |
---|---|---|---|
Assigned issues | 0 | 0 | 0 |
Reported issues | 0 | 1 | 1 |
Activity
03/14/2014
- Is there are events or something I can hook functions to. For example to update a timestamp field whenever an object ...
03/01/2014
- It is not clear to me when I am responsible for an object I allocated and when not.
The manual makes it clear that t... - 11:08 AM Wt Open discussion: RE: How to implement non form based logins?
- Thanks. I think I can work with this.
- 11:07 AM Wt Open discussion: RE: Install Path is not set in dylibs (shared libs) on OS X
- Thank you for your answer. I already committed a bug report and solved the problem using rpath:
http://redmine.webt...
02/24/2014
- 07:33 PM Wt Bug #2705: Install Path is not set in dylibs (shared libs) on OS X
- It works now. I need to apply the following settings and set the RPATH (-rpath <path to wt install dir> linker flag) ...
- 11:58 AM Wt Bug #2705: Install Path is not set in dylibs (shared libs) on OS X
- I meant:
SET(CMAKE_SKIP_BUILD_RPATH FALSE)
SET(CMAKE_BUILD_WITH_INSTALL_RPATH FALSE)
SET(CMAKE_INSTALL... - 11:57 AM Wt Bug #2705: Install Path is not set in dylibs (shared libs) on OS X
- I added this to the CMakeLists.txt in the root dir:
SET (CMAKE\_SKIP\_BUILD\_RPATH FALSE)
SET (CMAKE\_BUILD\_WIT...
02/23/2014
- 09:31 PM Wt Bug #2705 (Closed): Install Path is not set in dylibs (shared libs) on OS X
- The OS X dynamic loader is special in a way that it doesn't look in some predefined locations to discover the referen...
- In addition to my web app I am developing an REST API using WResource for an smartphone app. For the web app I can us...
02/21/2014
- I installed wt-3.3.1 from source on OS X 10.9.1.
I followed the manual and called cmake:
cmake -DWT\_CPP\_11\_MODE...
Also available in: Atom