Alright, signing up for a community college course does suffice. I'm
definitely interested in this project.
My actual computer is going to be down for at least a few more days. The
damn thing sprung a leak, and Performance pcs is out of the right tubes.
(using mobile for now) I should be back up a
(CMAKE_LIBRARY_PATH /home/mdb/Toco/sdk/bsp/local/lib)
within CMakeLists.txt
If I patch the cmake binary using chrpath to contain the path without the dash
it seems to work.
What's the dash within the RPATH for?
How do I get rid of this dash?
Thanks a lot
Mike
--
Powered by www.kitware.com
Please
I have a project that uses lua. cmake is able to build lua statically
and shared, without issue. (shared for debug static for releases on
Windows) The only issue is when I'm doing a release build I need to
also build the lua.exe, so I can process and embed my lua scripts in
the exe.
add_custom_com
I have a script I'm using to figure out which headers should be in my
precompiled header. It requires the clang -H flag passed to work. I'm
able to get the output on the console without issue, but can't figure
out how to just pass clang's output to a file for my script to
analyze. redirecting the c
So, I'm trying to get my project to work on Windows, as well as Linux.
Currently, everything compiles fine on Linux. I've gotten it to
compile in the past on Windows, but since then have reinstalled
Windows, and forgotten the precise steps needed to manually setup Lua,
so CMake can find it. So, I a
accordingly.
I’d be happy to contribute a patch but before investing the time to do so I’d
like to understand if this is expected behavior and if so the reasoning behind
it.
Thanks,
Mike Nicholson
--
Powered by www.kitware.com
Please keep messages on-topic and check the CMake FAQ at:
http
Can you change to windows 10? If you are on 10, you can turn the
restriction off. Otherwise, I believe there's complicated ways to shorten
the path.
http://m.slashdot.org/story/311861
On Sep 7, 2016 8:07 AM, "David Cole via CMake" wrote:
> I suppose the obvious "use shorter paths and names" is
Liew wrote:
> On 26 March 2016 at 09:30, Dan Liew wrote:
> > On 26 March 2016 at 01:15, Mike Lui wrote:
> >> When I use tmux and set my TERM to either 'tmux' or 'tmux-256color', I
> don't
> >> get colorized output of from cmake generated Ma
When I use tmux and set my TERM to either 'tmux' or 'tmux-256color', I
don't get colorized output of from cmake generated Makefiles.
Is this a known issue?
On 4.4.5-1-ARCH w/ CMake 3.5.0
--
Powered by www.kitware.com
Please keep messages on-topic and check the CMake FAQ at:
http://www.cmake.
bash
script (also processed via CONFIGURE) which runs a combination of qt's
macdeployqt (for the qt frameworks), dylibbundler (from macport) and
install_name_tool to make sure all the bundle is completely relocatable.
It'll will also codesign the whole lot and create a nice dmg for the
Hi all,
I'm using QNX and cmake works fine under it, except for one thing. By
default compilation under QNX looks like cross-compilation even if you work
using x86 platform and compiling for x86 platform too.
By default gcc does not has /usr/include directory as default directory for
headers, ins
Hi
I'm getting the same behaviour with CMake 2.1.12.X on my own project. The
behaviour has been reported on the ninja mailing list. Doesn't seem to be clear
where the issue is…
Mike
On 28 Dec 2013, at 17:52, Utkarsh Ayachit wrote:
> I'm seeing a strange behavior since
Hello, I'm trying to generate a Visual Studio 11 solution using v100
toolset and it is failing to compile a test program:
I run cmake -G "Visual Studio 11 Win64" -T "v100"
-- The C compiler identification is MSVC 16.0.40219.1
-- The CXX compiler identification is MSVC 16.0.40219.1
-- Check for w
f all the other files in the library, so if I change the .proto
file, the .cc and .h get regenerated (good), but then my entire library gets
recompiled (not just the files that #include the generated .h file, bad!).
Is there an easy way of stopping this? Is it a CMake bug?
Cheers,
Mike
For the MSVC builds of my project, I have pre-built libraries set up
with the following layout:
ext/
libname/
include/
lib/
vc90/
vc100/
vc110/
libname-config.cmake
libname-config-version.cmake
And so on. It seemed like a good way to go, to build my own *-config
sc
/FlowScalarField64.asm.o
../../products/4DMove/tools/sediment/src/FlowScalarField64.asm
nasm: fatal: unrecognized debug format `/Library/Frameworks' for output format
`bin'
Any ideas why it's picking up those definitions?
On 5 Nov 2012, at 15:54, Mike Krus wrote:
Hi
got some issues compi
ct file already and trying to
link it rather than compile it.
Any suggestions?
Mike
Mike Krus (PhD) - Principal Software Engineer
Midland Valley Exploration
144 West George Street
Glasgow G2 2HG, UK
Tel: +44 141 332 2681
Fax: +44 141 332 6792
--
Powered by www.kitware.com
Visit oth
ll post about the results
once I've worked it out.
Mike
On 6 April 2012 10:00, Mike wrote:
> Hello,
>
> I have a custom build command which executes an internal resource compiler
> and I am having trouble getting it to rebuild whenever one of the files
> being packaged is chang
xe
ARGS -i ${rsm_infile} -o ${rsm_outfile} -v 0
VERBATIM
)
This works when ${rsm_infile} changes, but not when the files in
${rsm_input_files} (or, rather, ${rsm_files_as_deps}) change.
What am I missing?
Thanks,
Mike
--
Powered by www.kitware.com
Visit other Kitware open-sou
Hello,
I am trying to bootstrap CMake-2.8.7 to HP NonStop using the OSS
environment. The environment provided by OSS is very similar to Linux
and Unix. The underlying hardware is IA64.
Using the documents on the CMake site, I can get bootstrap to complete
but the subsequent make fails. I have
On 23/03/2012 09:10, Mike Krus wrote:
Technically, that command could run when CMake is invoked (ie before any
build invocation). In that case, if the generator is Visual Studio, I
would simple run the script twice, once with parameters compatible for
debug, once for release... Is there a way to
ated at "build time" and not at CMake time.
well I can only use those for parameters for the command. I would want
to specify a configuration dependant OUTPUT value.
I suppose I could do 2 commands, add a target for each of them.
But then how to do I do configuration dependent DEPEND
_LINK_LIBRARIES lets me
specify different libs)
Cheers,
Mike
ADD_CUSTOM_COMMAND(
OUTPUT
${PROJECT_BINARY_DIR}/${CMAKE_BUILD_TYPE}$(CONFIGURATION)setupdone.txt
COMMENT "Preparing build environment"
COMMAND ${PYTHON_EXECUTABLE} ${PROJECT_BINARY_DIR}/SetupScript.p
be included in our .h files. Would be nice, but we
have a lot of legacy code to go through...
I've tried to hack the script above to add the ui_*.h files as
dependencies of the generated gch file, but it does not seem to work...
Anybody got this to work?
Cheers,
Mike
--
Mike Kr
http://public.kitware.com/Bug/view.php?id=8438
-Mike
On 10/21/2011 01:20 PM, David Cole wrote:
As an esteemed colleague has pointed out, those with "reporter" level
account in Mantis may not edit bugs other than their own directly.
So. if you are in that boat, but would like to
y problems. Also svn status says that there isn't any problems
with the source directory. Are there any known problems with
ctest_update with cmake 2.8.5?
--
Mike Owens
signature.asc
Description: This is a digitally signed message part
--
Powered by www.kitware.com
Visit other Kitware
execution -- the documentation below is from 1998.)
If you still don't believe :) try putting the following in a Makefile
and running MAKEFLAGS=j3 make
all: r1 r2 r3
r1 r2 r3:
echo rule $@; sleep 5
-Mike
On 09/09/2011 02:55 PM, Jean-Christophe Fillion-Robin wrote:
Reading through
If you are building on Linux, try
MAKEFLAGS=j8 make distcheck
I have successfully used the MAKEFLAGS environment variable to propagate
parallel build invocations through scripts that invoke make with fixed
options.
-Mike
On 09/09/2011 09:21 AM, Clifford Yapp wrote:
I can finally give a
LinkedIn
Mike Maul requested to add you as a connection on LinkedIn:
--
Robert,
I'd like to add you to my professional network on LinkedIn.
- Mike
Accept invitation from Mike Maul
http://www.linkedin.com/e/-nf7vxk-gndtdt
I'll third that. I'd like to see 8438 addressed as well.
-Mike
On 03/29/2011 02:56 PM, Tyler wrote:
> Eric, those all look good, but I'd like to particularly +1 this one:
>
> http://public.kitware.com/Bug/view.php?id=8438
>
> I've hacked around this defici
be able to do
common tasks using INSTALL(SOMETHING) to e.g. run fixup for you
without having to use another script or INSTALL(CODE).
--
Mike McQuaid
http://mikemcquaid.com
___
Powered by www.kitware.com
Visit other Kitware open-source projects at
http://w
rs to pick apart.
I would agree with this. There's probably a fair amount of wiki
organisation that could be done (which I guess I could help with too)
and some of it could be rolled into the main CMake documentation
perhaps (such as variable descriptions).
I too would love more development/
iling list. Write some tested, documented code and
> contribute it.
Great, I think I understand how to do that a bit better now. It would
be great if the contents of your email above was included here:
http://www.cmake.org/cmake/project/getinvolved.html and also possibly
on
less code writing.
> Again, let me stress, no offense taken. There is no way you can offend me,
> unless you start calling me names for no reason. Reasonable discussion
> always welcome.
So can I call you names as long as I have a good reason? ;)
--
Mike McQuaid
http://mikemcquaid.com
I don't cause any offense here either. I'm passionate about
CMake because I like the tool and want to make it better.
--
Mike McQuaid
http://mikemcquaid.com
___
Powered by www.kitware.com
Visit other Kitware open-source projects at
http://w
o).
I agree. I think the install-time/CPack/dependency stuff needs some work.
--
Mike McQuaid
http://mikemcquaid.com
___
Powered by www.kitware.com
Visit other Kitware open-source projects at
http://www.kitware.com/opensource/opensource.html
Please k
is stuff but I create
bugs and they are ignored and then post on the mailing list and no-one
from Kitware comments. I really appreciate that everyone is very busy
but it feels like the CPack developers think it's good enough as-is
and aren't particularly interested in attracted new
ds like a perfect
argument for this module existing in some form.
This is definitely something non-intuitive about using CMake with
Visual Studio. It would be good if these sort of rough edges could be
sorted out with modules.
--
Mike McQuaid
http://mikemcquaid.com
_
ugins
"belong" to what modules.
--
Mike McQuaid
http://mikemcquaid.com
___
Powered by www.kitware.com
Visit other Kitware open-source projects at
http://www.kitware.com/opensource/opensource.html
Please keep messages on-topic and check the
rly) intelligently loops through and
adds variables for every single plugin. Would love to get it merged.
--
Mike McQuaid
http://mikemcquaid.com
___
Powered by www.kitware.com
Visit other Kitware open-source projects at
http://www.kitware.com/opensource/open
eport about this:
http://public.kitware.com/Bug/view.php?id=11141
--
Mike McQuaid
http://mikemcquaid.com
___
Powered by www.kitware.com
Visit other Kitware open-source projects at
http://www.kitware.com/opensource/opensource.html
Please keep messag
either the documentation or
the code fixed to use the documented variable.
I've filed a bug report about this:
http://public.kitware.com/Bug/view.php?id=11127
I'm happy to work on a patch if we can agree on a best approach.
--
Mike McQuaid
ht
ional, let me know and I'll create a patch.
I also filed a bug about this:
http://public.kitware.com/Bug/view.php?id=11143
--
Mike McQuaid
http://mikemcquaid.com
___
Powered by www.kitware.com
Visit other Kitware open-source projects at
http
sites cannot help with this.
I've created an initial patch here:
http://public.kitware.com/Bug/view.php?id=11145
I think this is another thing that will help in the deployment of Qt
applications using CPack.
--
Mike McQuaid
http://mikemcquaid.com
_
;m trying to use it for some open-source projects
and producing decent Mac KDE binary packages.
This is a problem that I keep running into again and again and
currently there isn't a nice solution. When I show people
INSTALL(CODE) blocks or external scripts required for the above, they
go "
my experience, literally every time I've used
CPack for a project or recommended it to others they've required this
functionality. That's not to say that it is used in every single
project using CPack out there but it seems to be necessary to a lot of
users.
--
Mike McQuaid
http://mikem
On 20 December 2010 12:34, David Cole wrote:
> On Sun, Dec 19, 2010 at 3:50 PM, Mike McQuaid wrote:
> When you find yourself in the "must escape too much" situation in an
> INSTALL(CODE scenario you should switch to writing out a script that you
> then include with an
t; )
However, you then need to put all your CMake logic in INSTALL(CODE
...) logic. Either later tonight or tomorrow I'll post my suggestions
to this list for possible patches I will try and get included to
improve this situation as INSTALL(CODE ...) escaping isn't trivial.
--
Mike Mc
to run CMake ONCE (as you said developers rarely ever touch
CMake files).
If you want to use Makefiles, fine, but without benchmarks your argument is
pretty meaningless FUD against CMake and other makefile generators.
--
Cheers,
Mike McQuaid
http://mikemcquaid.com
_
ve worked on don't keep any generated files in version control,
be it from the makefile generator, code generator or binary files.
--
Cheers,
Mike McQuaid
http://mikemcquaid.com
___
Powered by www.kitware.com
Visit other Kitware open-source pro
efiles.
Basically, your options are using the version of mingw provided with cygwin or
using the CMake Windows version and remembering to specify mingw-make as the
generator from the GUI.
--
Cheers,
Mike McQuaid
http://mikemcquaid.com
___
Powered by
ant to
> have to use it), but when I run cmake is still picks up /usr/bin/c++.exe at
> the default and tries to compile using /home for all the paths.
To do this you need to use a version of CMake compiled in Cygwin. I'm pretty
sure a binary package is available in the package manag
/else statements depending on your
platform and just use a different build directory for each platform,
then each will have a different build folder but also a different
CMake cache so the variables will be parsed differently.
--
Cheers,
Mike McQuaid
http://mikemcquaid.com/
___
; what it is, and if other unix users have issues, we can fix the cmake
> file then. The typical sloppiness of someone not dealing with their
> native platform, I guess :)
>
> There are other problems with converting this file, but I want to
> start w
install target, then
> run the regular one, having put the install location of the libraries into
> your RUNTIME_LIBRARY_DIRS)
Another alternative would be to use InstallRequiredSystemLibraries,
BundleUtilities and/or GetPrerequisites.
--
Cheers
creates a binary package for distribution. In this case,
they will have the various libraries already on their system but the end-user
of the package won't. As a result, they will want to ensure that these are all
distributed.
In short, the difference between 2) and 3) only really ma
velop these features, if they'd be accepted. It was
suggested that both would require Kitware buy-in before I should start working
on them.
Thanks!
--
Cheers,
Mike McQuaid
http://mikemcquaid.com
___
Powered by www.kitware.com
Visit other Kit
Put the scripts in the cmake wiki and put it into the public domain.
Easiest for all.
-
Mike Jackson www.bluequartz.net
Principal Software Engineer mike.jack...@bluequartz.net
BlueQuartz Software Dayton, Ohio
On Jun 13, 2010, at 16:33, Andreations
What is the accepted way to determine the fortran compiler vendor?
Nothing is jumping out at me in the docs.
Thanks
-
Mike Jackson www.bluequartz.net
Principal Software Engineer mike.jack...@bluequartz.net
BlueQuartz Software Dayton, Ohio
If you look on the wiki there is another method that does support out
of source builds. You have to generate makefiles first then manually
create the eclipse projects.
-
Mike Jackson www.bluequartz.net
Principal Software Engineer mike.jack...@bluequartz.net
nice not to have to worry if you miss a dependency
(since you'll get an error message). I think this is better than
standard make, which may just silently work in such cases, and give
you problems with future clean or parallel builds. Maybe with CMake
you don't have these issues.
-Mike
__
t
> a CMakeLists.txt file (the input to cmake), run tup, and have the right
> stuff happen.
Is the normal mode of operation to run 'cmake' followed by 'make'? Do
you not need to run 'cmake' ever again because 'make' is setup to
re-create the Makefiles from
in everything
getting re-built as a final test.
In your case, I guess this would mean copying the library, and
temporarily changing the test case to use the copy instead of the main
library. I can see how that would get annoying though, so maybe it
would
On 5/5/10, Bill Hoffman wrote:
> On 5/5/2010 3:39 PM, Mike Shal wrote:
>
> > On Tue, May 4, 2010 at 5:47 PM, Bill Hoffman > kitware.com> wrote:
> >
> > > On 4/22/2010 3:47 PM, Gustavo Sverzut Barbieri wrote:
> > >
> > > > As we never
t I wrote tup. What part of making
a CMake generator do you think would tax tup?
(Apologies if I break the threading - I just signed up to the list and
tried to reply from the archived message).
Thanks,
-Mike
___
Powered by www.kitware.com
Visit other
The "clean build tree" seems to have been the problem. Looks as if I needed
to start clean every time I tried a new configuration approach. Much
thanks!
On Tue, May 4, 2010 at 1:01 PM, S Roderick wrote:
> On May 4, 2010, at 12:41 , Mike Ladwig wrote:
>
> > Hi.
> &
Hi.
I'm having a problem compiling scantailor on CentOS 5.4. The version of
cmake that comes with CentOS was too old, so I downloaded the current cmake
binary, which seems to be working well.
The problem is that the CentOS version of boost is also out-of-date, so I
needed to download and build t
Or at least format the footer to not take as many lines.
-
Mike Jackson www.bluequartz.net
Principal Software Engineer mike.jack...@bluequartz.net
BlueQuartz Software Dayton, Ohio
On May 3, 2010, at 2:58, Michael Wild wrote:
> Hi
>
> I rea
add_executable(simple simple.c)
_
Mike Jackson mike.jack...@bluequartz.net
BlueQuartz Softwarewww.bluequartz.net
Principal Software Engineer Dayton, Ohio
On Sun, May 2, 2010 at 10:20 AM
Actually the gcc flags for OS X are:
-arch i386
-arch x86_64
-arch ppc
-arch ppc64
He should not have to set any environment variables but simply set the
correct CMAKE_OSX_ARCHITECTURES when he uses cmake.
_
Mike Jackson
2 bit i386 executable on OS X 10.6.
You can generate a 32 bit PPC executable by setting
CMAKE_OSX_ARCHITECTURES=ppc. The set the CMAKE_BUILD_TYPE to "Debug"
and that should get you a 32 bit PPC executable that has Debugging
symbols.
__
You need to set the CMAKE_OSX_ARCHITECTURES to i386. The default build
on snow leopard is 64bit where as on leopard it is 32 bit.
-
Mike Jackson www.bluequartz.net
Principal Software Engineer mike.jack...@bluequartz.net
BlueQuartz Software Dayton, Ohio
What error message is given? Did you copy the qtmenu.nib into the
proper place in the case of a cocoa application.
-
Mike Jackson www.bluequartz.net
Principal Software Engineer mike.jack...@bluequartz.net
BlueQuartz Software Dayton, Ohio
On Apr 23
Run ccmake or cmake-GUI and set the cmake_ install_ prefix
-
Mike Jackson www.bluequartz.net
Principal Software Engineer mike.jack...@bluequartz.net
BlueQuartz Software Dayton, Ohio
On Apr 19, 2010, at 6:16, Magnus Therning wrote:
> It's so
.
-
Mike Jackson www.bluequartz.net
Principal Software Engineer mike.jack...@bluequartz.net
BlueQuartz Software Dayton, Ohio
On Apr 15, 2010, at 17:06, kent williams
wrote:
> I'll include my CMakeLists.txt at the end of this message, but the
&g
libraries residing in another folder.
-
Mike Jackson www.bluequartz.net
Principal Software Engineer mike.jack...@bluequartz.net
BlueQuartz Software Dayton, Ohio
On Apr 7, 2010, at 6:40, Frank Stappers wrote:
> Hello,
>
> Currently, I have
Sorry sent too quick.
So download Qt from Nokias web site, install that, then try building VTK
with qt support turned on. You should be able to compile vtk with mingw
ising the defaults for vtk. Try that first before try to compile vtk with at
support.
-
Mike Jackson
Did you build Qt prior to try to build vtk with qt support? You can download
the MinGW versionof Qt from Nokiaa
-
Mike Jackson www.bluequartz.net
Principal Software Engineer mike.jack...@bluequartz.net
BlueQuartz Software Dayton, Ohio
On Apr 4, 2010
E_CXX_FLAGS} /arch:SSE2")
set (SSE_COMPILE_FLAGS " /arch:SSE2 ")
else()
set (HAVE_INTRIN_H 0)
endif()
endif()
endif()
# End
_
Mike Jackson mike.jack...@bluequartz.net
BlueQuartz Softwarewww.bluequartz.ne
you could just name the project "__MasterProject" which would filter
it to the top of the list. ;-)
_
Mike Jackson mike.jack...@bluequartz.net
BlueQuartz Softwarewww.bluequartz.net
Principa
e()" for you. Then your cmake files look
something like this.
set (CMAKE_MODULE_PATH "Path/To/Your/Find*.cmake/Dir" ${CMAKE_MODULE_PATH} )
Find_package(GFL)
add_library(somelib ${srcs})
target_link_libraries (somelib ${GFL_LIBRARIES} )
This is much more scalable. Does that help?
Guys, thanks for the suggestions. I'll give them a try in the morning.
Hacking on ParaView currently...
_
Mike Jackson mike.jack...@bluequartz.net
On Thu, Mar 18, 2010 at 5:09 PM, David Cole wrote:
d a post
build step be required for this or something else?
_____
Mike Jackson mike.jack...@bluequartz.net
BlueQuartz Softwarewww.bluequartz.net
Principal Software Eng
Did you compile Qt with Visual Studio? That is what the error is
saying. You are trying to configure your project using the visual
studion generator against a Qt built with MinGW. You can not do this.
_
Mike Jackson
And what happens when a project wants to use my library? That project
must now use Cmake and your macro. What if a project downstream can
not use Cmake to define those macros? What then?
Mike Jackson
On Feb 11, 2010, at 2:04, Hilton Medeiros
wrote:
Hello Christian,
thanks for the
builds all of them first before the mail CxImage is built. You can
pull any of these projects to take a look at how I chose to implement
the CMake specifics.
_
Mike Jackson mike.jack...@bluequartz.net
On Tue, Feb 9, 2010
your project.
Also, if you are converting another non-cmake project to CMake then
how that projects goes about implementing their visibility macros may
be different than how CMake chose to do it.
_____
Mike Jackson mike.jack..
ode is taken
directly from the FindQt4.cmake file.
_
Mike Jackson mike.jack...@bluequartz.net
On Tue, Feb 9, 2010 at 8:40 AM, Luigi Calori wrote:
> Hi Mike, thanks for the code, I' ll try to understand it and to apply
http://www.cmake.org/Wiki/BuildingWinDLL
_
Mike Jackson mike.jack...@bluequartz.net
BlueQuartz Softwarewww.bluequartz.net
Principal Software Engineer Dayton, Ohio
On Tue, Feb 9, 2010
)
# Restore CMAKE_REQUIRED_INCLUDES and CMAKE_REQUIRED_FLAGS variables
SET(CMAKE_REQUIRED_INCLUDES ${CMAKE_REQUIRED_INCLUDES_SAVE})
SET(CMAKE_REQUIRED_FLAGS${CMAKE_REQUIRED_FLAGS_SAVE})
#
#
ENDIF (EXPAT_FOUND)
--8<
___
MENT "Copying ${qtlib}4.dll to
${CMAKE_RUNTIME_OUTPUT_DIRECTORY}/Release/")
ENDIF (WIN32)
ENDFOREACH(qtlib)
endif()
endif(DEFINED QT_QMAKE_EXECUTABLE)
endif()
_____
Mike Jackson mike.ja
enerate 'foo.cpp.tmh'
regardless of whether 'foo.cpp' has been modified or not. This has the
effect of producing a full rebuild since all files in the project are
integrated with 'tracewpp'.
Is there something I'm doing wrong? What can I do to prevent full
You should have a CLASSPATH environment variable set so java knows
where to find the jar files when running.
sort of similar to the LD_LIBRARY_PATH when running a C/C++
application.
Mike Jackson
Sent from my iPod
On Jan 22, 2010, at 22:18, Alex Brandt wrote:
On Friday 22 January 2010
to build your code.
That is a pretty short "How to" but there are more examples floating
around the internet.
_____
Mike Jackson mike.jack...@bluequartz.net
BlueQuartz Softwarewww.bl
SOURCE_GROUP("ProjectInclude" FILES ${SOME_HEADERS} )
_
Mike Jackson mike.jack...@bluequartz.net
BlueQuartz Softwarewww.bluequartz.net
Principal Software Engineer Dayton,
You installed qt version 3 instead of qt version 4. Sudo apt-get
install qt4-dev. Or something like that.
Mike
Sent from my iPod
On Jan 8, 2010, at 21:59, David Doria wrote:
On Fri, Jan 8, 2010 at 9:50 PM, Tyler Roscoe
wrote:
On Fri, Jan 08, 2010 at 09:30:14PM -0500, David Doria wrote
oa version.
_
Mike Jackson mike.jack...@bluequartz.net
BlueQuartz Softwarewww.bluequartz.net
Principal Software Engineer Dayton, Ohio
On Sun, Dec 13, 2009 at 9:13 PM, Steven Wilson
Hmm. I'll have to give that a try. Thanks
_
Mike Jackson mike.jack...@bluequartz.net
On Wed, Dec 9, 2009 at 4:48 PM, Clinton Stimpson wrote:
> On Wednesday 09 December 2009 02:42:13 pm y
On Wed, Dec 9, 2009 at 4:05 PM, Glenn Hughes wrote:
> Thanks Mike,
>
> I pretty much got my build process on the Mac working. The thing that
> took me awhile to understand were the different running contexts that
> bits of the CMake script are processed within. What I want is a lit
re
>>> no (+,-) refs in the manual.
>>
>> I don't know what you mean by "(+,-) refs in the manual".
>>
>> tyler
>>
>
>
>
> --
> Cheers,
> Timothy St. Clair
Little late to the thread, but are you trying to set a Compile
Def
1 - 100 of 785 matches
Mail list logo