aboutsummaryrefslogtreecommitdiff
path: root/doc/index
diff options
context:
space:
mode:
authorjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2007-07-08 17:20:25 +0000
committerjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2007-07-08 17:20:25 +0000
commitb910d991f0cace9bf6f31ca6430836a99c6d4456 (patch)
tree6882a48fcbdfb97ae4ec5348f5dcdeb6500a4625 /doc/index
parent2ab7b43045468c1f8d0a2dd145120f7e9ae49b77 (diff)
downloadikiwiki-b910d991f0cace9bf6f31ca6430836a99c6d4456.tar
ikiwiki-b910d991f0cace9bf6f31ca6430836a99c6d4456.tar.gz
respond to one item and make another into a bug report
Diffstat (limited to 'doc/index')
-rw-r--r--doc/index/discussion.mdwn33
1 files changed, 8 insertions, 25 deletions
diff --git a/doc/index/discussion.mdwn b/doc/index/discussion.mdwn
index 1e4d2a12b..d08cd9141 100644
--- a/doc/index/discussion.mdwn
+++ b/doc/index/discussion.mdwn
@@ -178,32 +178,15 @@ My best regards,
--[[Paweł|ptecza]]
+> 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]]
+
----
# 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):
-
-> <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>
-
-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.
-
---Mike
-
-> Looks like the ikiwiki wrapper uses asprintf. glibc has that, and I think some other libc implementations have that, but apparently the Solaris libc does not. The same problem will come up on other platforms that don't use glibc. The ikiwiki wrapper needs to either avoid asprintf or use a portable asprintf implementation from somewhere like gnulib. --[[JoshTriplett]] \ No newline at end of file
+Moved to [[bugs/build_in_opensolaris]] --[[Joey]]