Re: [CMake] Need cmake help for MacOsX

2010-05-22 Thread Michael Wild
On 21. May, 2010, at 22:31 , Jerome Vernet wrote: Le 21/05/10 22:08, Michael Wild a écrit : Yes, you have to copy every file individually. AFAIK there is a source file property you can set to specify the location inside the bundle. That is not a file, but really a folder and maybe

[CMake] Need cmake help for MacOsX

2010-05-21 Thread Jérôme VERNET
Hi, I'm trying to update an existing cmake project to be used on MacOsX. After a lot of thinking, I can now build, using the right framworks/library/using the good SDK/on the right ARCHitecture... It was hard, because there is nearly no MacOsX cmake documentation (or not up to date). The

Re: [CMake] Need cmake help for MacOsX

2010-05-21 Thread Michael Wild
On 21. May, 2010, at 16:42 , Jérôme VERNET wrote: Hi, I'm trying to update an existing cmake project to be used on MacOsX. After a lot of thinking, I can now build, using the right framworks/library/using the good SDK/on the right ARCHitecture... It was hard, because there is nearly no

Re: [CMake] Need cmake help for MacOsX

2010-05-21 Thread Jerome Vernet
Le 21/05/10 18:20, Michael Wild a écrit : On 21. May, 2010, at 16:42 , Jérôme VERNET wrote: Hi, I'm trying to update an existing cmake project to be used on MacOsX. After a lot of thinking, I can now build, using the right framworks/library/using the good SDK/on the right ARCHitecture...

Re: [CMake] Need cmake help for MacOsX

2010-05-21 Thread Jerome Vernet
oops... Le 21/05/10 18:20, Michael Wild a écrit : Well, the actual error message would have been of help here, wouldn't it? And while you're at it, run with make VERBOSE=1 in order to see the actual commands being run. Here is what I get: Copying OS X content

Re: [CMake] Need cmake help for MacOsX

2010-05-21 Thread Michael Jackson
That is not a file, but really a folder and maybe that is messing up CMake? ___ Mike Jackson www.bluequartz.net Principal Software Engineer mike.jack...@bluequartz.net BlueQuartz Software Dayton,

Re: [CMake] Need cmake help for MacOsX

2010-05-21 Thread Michael Wild
Yes, you have to copy every file individually. AFAIK there is a source file property you can set to specify the location inside the bundle. That is not a file, but really a folder and maybe that is messing up CMake? ___ Mike Jackson

Re: [CMake] Need cmake help for MacOsX

2010-05-21 Thread Jerome Vernet
Le 21/05/10 22:08, Michael Wild a écrit : Yes, you have to copy every file individually. AFAIK there is a source file property you can set to specify the location inside the bundle. That is not a file, but really a folder and maybe that is messing up CMake? Localized resources