On Wednesday 19 October 2011, Nicholas Yue wrote:
> On 10 October 2011 03:00, Alexander Neundorf wrote:
> > On Friday 07 October 2011, Nicholas Yue wrote:
> > > Hi,
> > >
> > > Using CMake 2.8.4, I see Eclipse CDT4 generator support for NMake
> > >
> > > With the recent release of CDT 8.X,
On 10 October 2011 03:00, Alexander Neundorf wrote:
> On Friday 07 October 2011, Nicholas Yue wrote:
> > Hi,
> >
> > Using CMake 2.8.4, I see Eclipse CDT4 generator support for NMake
> >
> > With the recent release of CDT 8.X, there is Visual Studio compiler
> > as a new/separate toolchain.
>
That is an idea. I'll take a look.
Thanks
___
Mike JacksonPrincipal Software Engineer
BlueQuartz SoftwareDayton, Ohio
mike.jack...@bluequartz.net www.bluequartz.net
On Oct 18, 201
THANKS!!! I had forgotten I had to actually generate it first. Man, I was
having a heart attack trying to come up with a different way to parse all the
information.
Thanks again.
___
Mike JacksonPrincipal Software Engine
2011/10/18 Michael Jackson :
> Hello, I am the maintainer of the CMakeEd Eclipse plugin and I was finally
> going to update update the plugin to have the latest information for CMake
> 2.8.6. The process that I have used in the past to populate the "command
> completion" is to parse the DocBook
On Tuesday 18 October 2011, Michael Jackson wrote:
> Hello, I am the maintainer of the CMakeEd Eclipse plugin and I was finally
> going to update update the plugin to have the latest information for CMake
> 2.8.6. The process that I have used in the past to populate the "command
> completion" is to
Hello, I am the maintainer of the CMakeEd Eclipse plugin and I was finally
going to update update the plugin to have the latest information for CMake
2.8.6. The process that I have used in the past to populate the "command
completion" is to parse the DocBook file because it was reasonably well l
I've enabled MFC by setting CMAKE_MFC_FLAG to 2. I'm using CMake 2.8.6 and
I'm generating for Visual Studio 7.1.
When I'm linking, I get the following error:
uploadlog fatal error LNK1104: cannot open file 'mfc40.lib'
On my system I only have mfc71.lib. Why is it trying to load version 4.0?
Very cool! Thanks for building this. I downloaded it and installed it
just now, and ... woo-hoo, color syntax highlighting right within
Visual Studio!
I notice that it colors CMakeLists.txt files and *.cmake files, but
not *.cmake.in files. Is it easy to add more file extensions to the
list of tho
Hello All,
This is a one time message to publicize the availability of a project
of my own creation that will add CMake language-specific features to
visual studio.
The project home page is hosted on google code:
http://code.google.com/p/vissemee/
I have just made the first binary build availabl
On 10/17/2011 09:31 AM, pellegrini wrote:
> Hi Michael,
>
> thanks for your help.
>
> You guessed right: there was no symlink against libXm.so.2. Surprinsigly
> (is it actually ?) [...]
No, not really, see below.
> [...] there was no symlink against
> any of the libX libraries (Xmu, Xft, Xp ..
On 10/18/2011 8:21 AM, Anton Sibilev wrote:
Hi! Looking for some help..
I use add_executable(exename) + target_link_libraries (exename
staticlibname), linux OS. If 'staticlibname' is not under CMake and
chagnes somehow, CMake will not rebuild executable.
And so I have a problem, that I have few u
On 10/18/2011 2:42 AM, Andreas Pakulat wrote:
Ideas on how to make this work? Other than ditching this experiment
alltogether that is? ;)
Add a VS 2011 generator to CMake which generates the correct solution
files and post the patch to a corresponding bugreport in the tracker.
Actually, we al
Which version of GTK? You might like to give us further details of your project
and the CMakeLists.txt file you are using.
Regards,
Matt Smith
--
http://www.blogistan.co.uk/blog/
David Boesner wrote:
Hi,
I've tried to combine CMake with GTK. Unfortunately this didn't
work. Can you
Please keep the discussion on-list!
On Tue, 18 Oct 2011 14:23:37 +0200, David Boesner wrote:
i read that in an errormessage as i was trying make
That is quite unclear. Can you be a bit more verbose?
2011/10/18 Hendrik Sattler
On Tue, 18 Oct 2011 14:13:35 +0200, David Boesner wrote:
i wa
Hi! Looking for some help..
I use add_executable(exename) + target_link_libraries (exename
staticlibname), linux OS. If 'staticlibname' is not under CMake and chagnes
somehow, CMake will not rebuild executable.
And so I have a problem, that I have few updates of 'staticlibname' lib, but
very old ex
On Tue, 18 Oct 2011 14:13:35 +0200, David Boesner wrote:
i wanted to use pkg-config, but that is expired
Where did you read that? There is still a pkg-config file:
/usr/lib/pkgconfig/gtk+-3.0.pc
Please keep the discussion on-list.
2011/10/18 Hendrik Sattler
On Tue, 18 Oct 2011 14:07:28
On Tue, 18 Oct 2011 14:07:28 +0200, David Boesner wrote:
The error is, that gtk/gtk.h is not found
Path of that file in Debian: /usr/include/gtk-3.0/gtk/gtk.h
So you may want to give CMake a hint to /usr/include/gtk-3.0.
But this path can change. So you may want to consider to use
pkg-config.
The error is, that gtk/gtk.h is not found
2011/10/18 Andreas Pakulat
> On 18.10.11 13:40:55, David Boesner wrote:
> > Hi,
> >
> > I've tried to combine CMake with GTK. Unfortunately this didn't
> > work. Can you help me?
>
> What is the error? Did you look at the FindGTK2.cmake module to get
> i
On 18.10.11 13:40:55, David Boesner wrote:
> Hi,
>
> I've tried to combine CMake with GTK. Unfortunately this didn't
> work. Can you help me?
What is the error? Did you look at the FindGTK2.cmake module to get
inspiration for a GTK3 module? Is there a particular reason to call the
module libgtk-3
Hi,
I've tried to combine CMake with GTK. Unfortunately this didn't
work. Can you help me?
Regard
David
cmake_minimum_required(VERSION 2.8)
project (GUI)
add_executable(TEST test.c)
#find_package(libtpm-unseal-dev COMPONENTS tpm_unseal REQUIRED)
set( CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH}
libmkl_lapack has been removed from 10.2. which is the version that
ships with intel 11.1 .
- http://software.intel.com/en-us/articles/dummy-libraries-have-been-removed/
BLAS and LAPACK are part of libmkl_core, which was already found by
FindBLAS and hence BLAS_LIBRARIES already contains everythi
Am Montag, den 17.10.2011, 21:42 +0400 schrieb Vladimir Chebotarev:
> Hi.
>
> I'm trying to compile .cpp file along with .asm on Visual Studio.
> It correctly finds NASM assembler, but .asm file seems not to be included to
> build.
>
> Have tried VS 2005 and 2010, cmake 2.8.6 and 2.8.6-20111015.
23 matches
Mail list logo