Re: [CMake] ANN: UseOcaml.cmake

2010-01-27 Thread Keyan
congratulations! :) please let me know when you have completed your scripts, so that i can replace mine with your in the yars refactoring tree. cheers, keyan On 26 Jan 2010, at 22:53, Judicaël Bedouet wrote: > Thanks for your help. It is solved. A dependency between custom targets

Re: [CMake] ANN: UseOcaml.cmake

2010-01-22 Thread Keyan
write seems plausible. i got the messages with your script when i compiled with make -j 2 while my computer was busy. for some reason i didnt get them with my scripts yet, which could just be by chance. i do not know how to proceed from here on. anyone got an idea? cheers, keyan On 22 Jan

Re: [CMake] ANN: UseOcaml.cmake

2010-01-20 Thread Keyan
hi, i started to work on your scripts. very nice work! unfortunately, i couldnt find the problem, and i cant reproduce it with my scripts. there must be a difference somewhere. cheers, keyan On 19 Jan 2010, at 00:30, Judicaël Bedouet wrote: > Hi, > > Effectively, I have reprod

Re: [CMake] ANN: UseOcaml.cmake

2010-01-18 Thread Keyan
the script and see what i can do. cheers, keyan On 19 Jan 2010, at 00:30, Judicaël Bedouet wrote: > Hi, > > Effectively, I have reproduced your two bugs by using make -j. It's not > systematic (once in ten). > > >> Error: The file /Users/zahedi/Downloads/code

Re: [CMake] ANN: UseOcaml.cmake

2010-01-18 Thread Keyan
thanks for the explanation. i hope you didnt feel offended. the uselatex.cmake is great. without that, i wouldn't even had a clue where to start :) cheers, keyan On 18 Jan 2010, at 17:12, Moreland, Kenneth wrote: > The reason the UseLATEX.cmake script copies files to the binary dire

Re: [CMake] ANN: UseOcaml.cmake

2010-01-15 Thread Keyan
copied most of the stuff from the UseLATEX.cmake. it was done so there, and at the time i wrote the script, i thought its a good idea. don't ask me why :) > Keep in touch, let me know when i can jump in and help. looking forward. cheers, keyan > J. Bedouet > > > On Fri, Ja

xxxxxSPAMxxxxx [CMake] xxxxxSPAMxxxxx Re: ANN: UseOcaml.cmake

2010-01-14 Thread Keyan
take a look? i have no problem with merging my stuff into your scripts, keeping you as main author, if there is anything useful for you. cheers, keyan On 15 Jan 2010, at 02:39, Philip Lowman wrote: > On Thu, Jan 14, 2010 at 5:11 AM, Keyan wrote: >> hi, >> >> ups ... i tho

Re: [CMake] ANN: UseOcaml.cmake

2010-01-14 Thread Keyan
hi, ups ... i thought i replied to the list. thanks for the link. i will adapt my find-script to the requirements and maintain the package. cheers, keyan On 14 Jan 2010, at 03:46, Philip Lowman wrote: > On Mon, Jan 11, 2010 at 3:39 AM, Keyan wrote: >>> It looks like a couple o

[CMake] ANN: UseOcaml.cmake

2010-01-09 Thread Keyan
cmxa INCLUDES /opt/local/lib/ocaml/site-lib/extlib ) one current problem is that i cannot add multiple entries to the INCLUDES. i am happy to receive comments. cheers, keyan ___ Powered by www.kitware.com Visit other Kitware open-source projects at

Re: [CMake] ADD_CUSTOM_COMMAND

2009-12-14 Thread Keyan
/${JAR_DIR}/${JAR_FILE} ${CMAKE_CURRENT_SOURCE_DIR}/MANIFEST.MF org) ADD_CUSTOM_TARGET(${JAR_FILE} ALL DEPENDS ${PROJECT_BINARY_DIR}/${JAR_DIR}/${JAR_FILE}) but the jar files is build every time i call make. regards, keyan On 10 Dec 2009, at 18:14, Keyan wrote: > hi, > > i am tryting

[CMake] ADD_CUSTOM_COMMAND

2009-12-10 Thread Keyan
>From my understanding of what add_custom_command should be doing, this should >compile FIrstJavaFile.java and SecondJavaFile.java to class files, if they >have been changed. but it does nothing. i am thankful for any tip. regards, keyan ___ Powere

[CMake] CMake & Java (+ Ocaml)

2009-12-08 Thread Keyan
l have the same problem there too. is there a nice way to avoid recompilation and rebuilding of lib for java and ocaml sources? cheers, keyan ___ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/