REST-Example - WRestResource undefined reference
Added by Claudio White almost 6 years ago
I did try the REST-Example (WT 4.0.4) but i get a linker error undefined Reference to "Wt::WRestResource::WRestResource()" (same to all other functions within this class).
g -o ./REST -L. -L/usr/local/lib -L/usr/local/lib64 -L/usr/lib -L/usr/lib64 -lwtd -lwthttpd -lwttestd
What is missing?
Replies (2)
RE: REST-Example - WRestResource undefined reference - Added by Roel Standaert almost 6 years ago
It seems that that accidentally ended up in Wt 4.0.4 (or at least in the Windows installer). That's an unfinished feature. I will try to get around to getting that in Wt in the new year.
RE: REST-Example - WRestResource undefined reference - Added by Claudio White almost 6 years ago
Top!
Btw.: I did use it within Linux (created from source) not Windows.