On 4/26/06, Moreland, Kenneth <[EMAIL PROTECTED]> wrote: > I extracted your files, ran CMake in the base directory, and got the > following output: > > -- Check for working C compiler: gcc > -- Check for working C compiler: gcc -- works > -- Check size of void* > -- Check size of void* - done > -- Check for working CXX compiler: c++ > -- Check for working CXX compiler: c++ -- works > CMake Error: Error in cmake code at > /c/kmorel/tmp/pfe/docs/cahier_des_charges/CMakeLists.txt:3: > INCLUDE Could not find include file: UseLATEX > CMake Error: Error in cmake code at > /c/kmorel/tmp/pfe/docs/cahier_des_charges/CMakeLists.txt:4: > Unknown CMake command "ADD_LATEX_IMAGES". > CMake Error: Error in cmake code at > /c/kmorel/tmp/pfe/docs/cahier_des_charges/CMakeLists.txt:5: > Unknown CMake command "ADD_LATEX_DOCUMENT". > -- Configuring done > > Using find, I did not see a copy of UseLATEX.cmake in your source tree. > Why are you not including it?
I puted it on /usr/share/cmake/Modules/UseLATEX.cmake is it need to me to put it in repo ? where ? > > -Ken > > > -----Original Message----- > > From: Bertrand Jacquin [mailto:[EMAIL PROTECTED] > > Sent: Wednesday, April 26, 2006 11:33 AM > > To: Moreland, Kenneth > > Cc: Bertrand Jacquin; [email protected]; [email protected] > > Subject: Re: [CMake] RE: UseLATEX.cmake macros > > > > On 4/26/06, Moreland, Kenneth <[EMAIL PROTECTED]> wrote: > > > Sigh. I still don't see what can be wrong. Can you send > > me a tarball > > > of everything? Maybe something gets lost when I try to > > duplicate your > > > build. > > > > http://guybrush.ath.cx/~beber/else/pfe.tar.bz2 > > > > > > > > -Ken > > > > > > > -----Original Message----- > > > > From: Bertrand Jacquin [mailto:[EMAIL PROTECTED] > > > > Sent: Tuesday, April 25, 2006 4:03 PM > > > > To: Moreland, Kenneth > > > > Cc: Bertrand Jacquin; [email protected]; [email protected] > > > > Subject: Re: [CMake] RE: UseLATEX.cmake macros > > > > > > > > On 4/26/06, kmorel <[EMAIL PROTECTED]> wrote: > > > > > Like I said, that same code worked fine for me. What > > > > platform are you > > > > > running on? > > > > > > > > ~/pfe/docs/cahier_des_charges % uname -a Linux meathook > > > > 2.6.16-gentoo-r2 #6 PREEMPT Thu Apr 20 19:27:38 CEST > > > > 2006 x86_64 AMD Athlon(tm) 64 Processor 3200+ GNU/Linux > > > > > > > > > > > > -- > > > > Beber > > > > [EMAIL PROTECTED] > > > > > > > > > > > > > > > > > > > > -- > > Beber > > [EMAIL PROTECTED] > > > > > > -- Beber [EMAIL PROTECTED] _______________________________________________ CMake mailing list [email protected] http://www.cmake.org/mailman/listinfo/cmake
