This error might've been reported before but I've repulled the ion-3
repository and it still won't compile easily.
I get an error when making ion-3
gcc -g -Os -W -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat
-Wchar-subscripts -Wparentheses -pedantic -Wuninitialized -DCF_NO_XINERAMA
-DCF_XFREE86_TEXTPROP_BUG_WORKAROUND -I/usr/X11R6/include -I.. -c mplex.c
-o mplex.o
mplex.c: In function `mplex_l2_set_passive':
mplex.c:752: warning: implicit declaration of function `LIST_FOR_ALL_REV'
mplex.c:752: error: `next' undeclared (first use in this function)
mplex.c:752: error: (Each undeclared identifier is reported only once
mplex.c:752: error: for each function it appears in.)
mplex.c:752: error: `prev' undeclared (first use in this function)
mplex.c:752: error: parse error before '{' token
mplex.c:757: error: `node2' undeclared (first use in this function)
mplex.c: At top level:
mplex.c:764: error: parse error before "return"
make[1]: *** [mplex.o] Error 1
make[1]: Leaving directory
`/home/don/Documents/Projects/ion/ion-3/ioncore'
make: *** [subdirs] Error 2
--
Hans Sjunnesson