From: Jens Thiele Date: Mon, 4 Dec 2006 17:19:55 +0000 (+0000) Subject: update todo files, bug is 'fixed' X-Git-Tag: v0.2~51 X-Git-Url: http://developer.intra2net.com/git/?p=libt2n;a=commitdiff_plain;h=b1c1274c39db33e2827770798a0d045643f58b6c update todo files, bug is 'fixed' --- diff --git a/codegen/TODO b/codegen/TODO index a40a06d..fb1591e 100644 --- a/codegen/TODO +++ b/codegen/TODO @@ -21,6 +21,3 @@ open questions: i thought a solution would be to provide this optionally by wrapping the corresponding includes in a #ifdef but this does not work since command.hxx is included which depends on boost serialization headers anyway => we do not provide this for now - -- add example using a generated client library - (=> depends on installed example) diff --git a/example-codegen/TODO b/example-codegen/TODO index 327fedf..0b0a556 100644 --- a/example-codegen/TODO +++ b/example-codegen/TODO @@ -19,21 +19,6 @@ now we use the first solution (this is related to the nodist problem / old automake version) - the example should not get installed (but still it should show how to build a lib that gets installed :-( (overwriting install: doesn't work) - -- dist-hook in included makefile does not work (because automake doesn't see it!) -- CLEANFILES doesn't work in included makefile either - -BUG: -- first time builds without dependency files fail (.P)! - maybe yet another problem caused by automake? - probably yes - AHH: - automake supports include - the real problem is: at the time automake runs there is no include! - (since it is "added" by the configure script) - - => the real problem: - configure should find the make file snippet - Makefile.am should include it - automake is run before configure (on the Makefile.am) - +- add (standalone) example using generated client library + (=> depends on installed example) + example consists of: the same client.cpp but provides a configure.in and Makefile.am