Re: Help Rewriting kdepim/akonadi/agents/nie/CMakeLists.txt

2008-08-03 Thread Allen Winter
On Sunday 03 August 2008 19:23:29 Dirk Mueller wrote: > On Friday 25 July 2008, Alexander Neundorf wrote: > > > Not exactly sure what you mean. > > FILE(WRITE APPEND .. ) ? > > It looks like the issue was "fixed" by adding all the generated files to SVN, > which sounds bad to me. Without having

Re: Help Rewriting kdepim/akonadi/agents/nie/CMakeLists.txt

2008-08-03 Thread Dirk Mueller
On Friday 25 July 2008, Alexander Neundorf wrote: > Not exactly sure what you mean. > FILE(WRITE APPEND .. ) ? It looks like the issue was "fixed" by adding all the generated files to SVN, which sounds bad to me. Without having gone over all the details discussed in this thread, isn't there som

Re: Help Rewriting kdepim/akonadi/agents/nie/CMakeLists.txt

2008-07-24 Thread Alexander Neundorf
On Thursday 24 July 2008, Allen Winter wrote: > On Wednesday 23 July 2008 18:25:47 Alexander Neundorf wrote: ... > > Can you create a file which includes all created files and compile only > > that one ? This might make it easier. > > That's a great idea. I want to try that. > Do we have a CMake m

Re: Help Rewriting kdepim/akonadi/agents/nie/CMakeLists.txt

2008-07-24 Thread Allen Winter
On Wednesday 23 July 2008 18:25:47 Alexander Neundorf wrote: > On Thursday 24 July 2008, Allen Winter wrote: > > On Wednesday 23 July 2008 18:00:41 Brad King wrote: > ... > > > You cannot have something that runs at build time generate a list of > > > files to be used during the same build. All th

Re: Help Rewriting kdepim/akonadi/agents/nie/CMakeLists.txt

2008-07-23 Thread Alexander Neundorf
On Thursday 24 July 2008, Allen Winter wrote: > On Wednesday 23 July 2008 18:00:41 Brad King wrote: ... > > You cannot have something that runs at build time generate a list of > > files to be used during the same build. All the build rules have to be > > generated ahead of time. > > Right, that's

Re: Help Rewriting kdepim/akonadi/agents/nie/CMakeLists.txt

2008-07-23 Thread Allen Winter
On Wednesday 23 July 2008 18:00:41 Brad King wrote: > Allen Winter wrote: > > I need help from the CMake Gurus. > > > > Attached is my attempt at rewriting > > kdepim/akonadi/agents/nie/CMakeLists.txt. > > > > The problem is: the nepomuk-rcgen program creates a file that contains a > > list >

Re: Help Rewriting kdepim/akonadi/agents/nie/CMakeLists.txt

2008-07-23 Thread Alexander Neundorf
On Thursday 24 July 2008, Brad King wrote: ... > files to be used during the same build. All the build rules have to be > generated ahead of time. You can run nepomuk-rcgen during the cmake > configuration step with execute_process, but that will run every time > and not have dependencies. May

Re: Help Rewriting kdepim/akonadi/agents/nie/CMakeLists.txt

2008-07-23 Thread Brad King
Allen Winter wrote: > I need help from the CMake Gurus. > > Attached is my attempt at rewriting kdepim/akonadi/agents/nie/CMakeLists.txt. > > The problem is: the nepomuk-rcgen program creates a file that contains a list > of source files to compile into the nie library. > > So you'll notice tha

Re: Help Rewriting kdepim/akonadi/agents/nie/CMakeLists.txt

2008-07-23 Thread Andreas Pakulat
On 23.07.08 16:14:30, Allen Winter wrote: > I need help from the CMake Gurus. > > Attached is my attempt at rewriting kdepim/akonadi/agents/nie/CMakeLists.txt. > > The problem is: the nepomuk-rcgen program creates a file that contains a list > of source files to compile into the nie library. >

Re: Help Rewriting kdepim/akonadi/agents/nie/CMakeLists.txt

2008-07-23 Thread Andreas Pakulat
On 23.07.08 16:42:15, Allen Winter wrote: > On Wednesday 23 July 2008 16:38:09 Andreas Pakulat wrote: > > On 23.07.08 16:14:30, Allen Winter wrote: > > > I need help from the CMake Gurus. > > > > > > Attached is my attempt at rewriting > > > kdepim/akonadi/agents/nie/CMakeLists.txt. > > > > > >

Re: Help Rewriting kdepim/akonadi/agents/nie/CMakeLists.txt

2008-07-23 Thread Allen Winter
On Wednesday 23 July 2008 16:38:09 Andreas Pakulat wrote: > On 23.07.08 16:14:30, Allen Winter wrote: > > I need help from the CMake Gurus. > > > > Attached is my attempt at rewriting > > kdepim/akonadi/agents/nie/CMakeLists.txt. > > > > The problem is: the nepomuk-rcgen program creates a file

Re: Help Rewriting kdepim/akonadi/agents/nie/CMakeLists.txt

2008-07-23 Thread Andreas Pakulat
On 23.07.08 16:14:30, Allen Winter wrote: > I need help from the CMake Gurus. > > Attached is my attempt at rewriting kdepim/akonadi/agents/nie/CMakeLists.txt. > > The problem is: the nepomuk-rcgen program creates a file that contains a list > of source files to compile into the nie library. >

Help Rewriting kdepim/akonadi/agents/nie/CMakeLists.txt

2008-07-23 Thread Allen Winter
I need help from the CMake Gurus. Attached is my attempt at rewriting kdepim/akonadi/agents/nie/CMakeLists.txt. The problem is: the nepomuk-rcgen program creates a file that contains a list of source files to compile into the nie library. So you'll notice that I read the contents of the file in