Ok, now I understand how it supposed to work, 
I did not have visual studio tools in my path, that was the main stumbling 
point for me, 
maybe that should be mentioned in instructions, 
Now it seems to be working with: cmake -G "NMake Makefiles" ..

Yep, thanks for clarification..

______________________________
Matti Reijonen
Software developer

ADMINO technologies
www.adminotech.com


> -----Original Message-----
> From: George Goldberg [mailto:[email protected]]
> Sent: 28. elokuuta 2009 14:05
> To: Matti Reijonen; [email protected]
> Subject: Re: [Telepathy] Building TelepathyQt4 in windows
> 
> 2009/8/28 Matti Reijonen <[email protected]>:
> 
> Hi Matti,
> 
> >
> > Those instructions in http://telepathy.freedesktop.org/wiki/Windows
> section Building TelepathyQt4, I did look at them briefly, but I did
> not
> > get QtDbus from emerge, but I don't think that part matters, I have
> working QtDbus anyway,
> >
> > I'm not cmake expert (Maybe I should ask Mattiku when he's around) I'
> just didn't understand the instructions for
> >
> > mkdir build; cd build
> > cmake -G "NMake Makefiles" -DCMAKE_INSTALL_PREFIX=<desired install
> location> ..
> 
> The key here is the two full-stops at the end of the line, meaning
> that you run cmake in the build directory you just created, but it
> uses the CMakeLists.txt file from the parent directory. I suspect
> (although I'm not certain) that if you use the exact line copied and
> pasted to the command line (you can leave out the
> -DCMAKE_INSTALL_PREFIX=<desired install location> part if you don't
> care where it is installed), the problem with Debug will go away,
> since the build files and source files will be in separate
> directories.
> 
> --
> George Goldberg
_______________________________________________
telepathy mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/telepathy

Reply via email to