]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/blobdiff - doc/index/discussion.mdwn
add links
[git.ikiwiki.info.git] / doc / index / discussion.mdwn
index 38c663228234aad443b6b8f6ad95bca048662c71..27a9127e55ed09727d99650160760ca1dc212c6c 100644 (file)
@@ -176,32 +176,21 @@ aren't allowed in WikiLinks now?
 
 My best regards,
 
---Pawel
+--[[Paweł|ptecza]]
 
-----
-
-# Build in OpenSolaris?
-
-I've learned I'm not yet clever enough to get IkiWiki to build in OpenSolaris (as running on a [Joyent Accelerator][ja]). Anyone figured this out already?
-
-I think problem lies mostly, if not entirely, in getting ikiwiki.cgi.c to compile in an OpenSolaris context (this is ikiwiki-2.2):
+> This is not new behavior in 2.2 as far as I know. Ikiwiki was always 
+> interpreted "[ [foo bar] ]" as a preprocessor directive, with the
+> whitespace after the first word being the significant bit that
+> distinguishes it from a wikilink. If you want whitespace in a wikilink,
+> you use underscores; there's been a note at the end of [[WikiLink]] about
+> that for some time. --[[Joey]]
 
-> <code>$ ikiwiki --setup ~/etc/ikiwiki/ikiwiki-edit.setup  
-> [...]  
-> Error: failed to compile /home/username/domains/domain.tld/cgi-bin/ikiwiki.cgi.c at /opt/local/lib/perl5/site_perl/IkiWiki.pm line 104.
-BEGIN failed--compilation aborted at (eval 3) line 145.</code>
+>> Hm. Probably you're right, but my WikiLinks with spaces work for me
+>> with ikiwiki <= 2.0 and don't work with ikiwiki 2.2. What's the explanation?
+>> --[[PaweÅ‚|ptecza]]
 
-More specifically, 
-
-> <code>$ /usr/sfw/bin/gcc ikiwiki.cgi.c  
-> Undefined               first referenced  
-> symbol                     in file  
-> asprintf                   /var/tmp//cczPaG7R.o  
-> ld: fatal: Symbol referencing errors. No output written to a.out  
-> collect2: ld returned 1 exit status</code>
-
-[ja]: <http://www.joyent.com/accelerator/technical-specifications/>
+----
 
-Thanks, Joey et al., for a really cool tool.
+# Build in OpenSolaris?
 
---Mike
+Moved to [[bugs/build_in_opensolaris]] --[[Joey]]