View Single Post
Old 08-10-2009, 11:02 AM   #29
krischik
Addict
krischik can extract oil from cheesekrischik can extract oil from cheesekrischik can extract oil from cheesekrischik can extract oil from cheesekrischik can extract oil from cheesekrischik can extract oil from cheesekrischik can extract oil from cheesekrischik can extract oil from cheesekrischik can extract oil from cheese
 
krischik's Avatar
 
Posts: 334
Karma: 1234
Join Date: Jul 2009
Location: Hindelbank, Switzerland
Device: P990i, PRS 505
Wink Which instructions?

Hello,

Don't be upset about my mistakes. See them as a change to learn and improve documentation. I add a few so you know I am not all that serious.

Quote:
Originally Posted by Valloric View Post
This is a very, very bad idea. What happens when someone uses those two libraries for something other than Sigil? And it breaks because of the changes made to them?
Fine, I guess I have to remove them again .

Quote:
Originally Posted by Valloric View Post
You can find those in the INSTALL.txt file in the repository.
which INSTALL.txt ?

Code:
/Volumes/Work/macports/editors/sigil/work/Sigil_code_0.1.1  Darwin  martin@macpro  Mo Aug 10 16:44:11  standart  0 
>gfind . -iname INSTALL.txt
/Volumes/Work/macports/editors/sigil/work/Sigil_code_0.1.1  Darwin  martin@macpro  Mo Aug 10 16:44:33  standart  0 
>
Note that as a maintainer I only use the official release .

Quote:
Originally Posted by Valloric View Post
But I'm guessing you used the separate CMakeLists.txt files in each of the subdirectories, which you are not supposed to do.They are only meant to be loaded from the root dir CMakeLists.txt file that will descend to the subfolders and initiate specific builds.
Ahh, I see you mean that one :

Code:
/Volumes/Work/macports/editors/sigil/work/Sigil_code_0.1.1  Darwin  martin@macpro  Mo Aug 10 16:49:47  standart  0 
>ls -la
insgesamt 48
drwxr-xr-x 7 root admin   238  6. Aug 02:56 .
drwxr-xr-x 5 root admin   170 10. Aug 16:42 ..
-rw-r--r-- 1 root admin   773  5. Aug 02:18 .hgignore
-rw-r--r-- 1 root admin   619  5. Aug 02:18 CMakeLists.txt
-rw-r--r-- 1 root admin 35821  5. Aug 02:18 COPYING.txt
-rw-r--r-- 1 root admin  1070  6. Aug 02:54 ChangeLog.txt
drwxr-xr-x 5 root admin   170  6. Aug 02:56 src
/Volumes/Work/macports/editors/sigil/work/Sigil_code_0.1.1  Darwin  martin@macpro  Mo Aug 10 16:49:54  standart  0 
>
I have to say .txt is a great extension for a build file. You easily spot when close to COPYING.txt and ChangeLog.txt. . One would never think it is just another piece of documentation .

Now, again please don't be upset - I now it's your fault. The cmake guys should have known better then use .txt for a build script.

So I messed it up and I have to do it again .

Martin
krischik is offline   Reply With Quote