Project

General

Profile

Actions

Bug #1148

closed

Wt Trunk: dynamic lib build fails because of WTemplateFormView

Added by Anonymous about 12 years ago. Updated about 12 years ago.

Status:
Closed
Priority:
Low
Assignee:
Pieter Libin
Target version:
Start date:
01/25/2012
Due date:
% Done:

0%

Estimated time:

Description

Hi,

when building dynamic (shared) libraries, linking fails for project Wt because of missing symbol WTemplateFormView(WContainerWidget *parent = 0);

The reason is, that it is not implemented. If you comment the line, it works. Did not occur to me before as I built it statically.

Best,

Tassilo

Actions #1

Updated by Koen Deforche about 12 years ago

  • Status changed from New to InProgress
  • Assignee set to Pieter Libin
  • Target version set to 3.2.1
Actions #2

Updated by Pieter Libin about 12 years ago

  • Status changed from InProgress to Resolved

I was able to reproduce this error by commenting the WTemplateFormView(WContainerWidget *parent = 0) and using the function in an example, so this was already fixed in the latest git.

Actions #3

Updated by Tassilo Glander about 12 years ago

hmm, does not to be fixed in the public git, it still contains the line...

https://github.com/kdeforche/wt/blob/master/src/Wt/WTemplateFormView

Actions #4

Updated by Pieter Libin about 12 years ago

It is implemented in the C file (https://github.com/kdeforche/wt/blob/master/src/Wt/WTemplateFormView.C).

Kind regards,

Pieter

Actions #5

Updated by Koen Deforche about 12 years ago

  • Status changed from Resolved to Closed

Fixed in 3.2.1

Actions

Also available in: Atom PDF