-
TeXnic center is definitely worth trying.
It only lacks unicode, but it is seemingly coming up.
As far as graphics is concerned i can only suggest some reading : "the latex graphics companion", my experiences vary, and i think you should look for something specific to your field which can output ps/eps to be included in latex.
2006-05-02 14:00:42 UTC in MiKTeX
-
After configure I would encounter error about libraries which can't be found.
By setting manually:
all_libraries = -L/usr/X11R6/lib64 -L/usr/lib64/qt-3.3/lib -L/usr/lib64 -L/usr/lib
in main Makefile, compilation would finish ok.
then again, starting it up would complain about "could not find our part" (well... that's some message!!! ;) )
now, doing make -f Makefile.qt, as...
2006-03-10 12:08:44 UTC in KDiff3
-
i think i can't compile:
g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/lib64/wx/include/gtk2-unicode-release-2.6 -I/usr/include/wx-2.6 -DGTK_NO_CHECK_CASTS -D__WXGTK__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_LARGEFILE_SOURCE=1 -DNO_GCC_PRAGMA -I/usr/lib64/wx/include/gtk2-unicode-release-2.6 -I/usr/include/wx-2.6 -DGTK_NO_CHECK_CASTS -D__WXGTK__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES...
2006-03-07 09:24:45 UTC in MooseWrap
-
i can confirm the problem on amd64 linux rpms.
Error in PROGN [or a callee]: The storage for CONS is exhausted.
Currently, 91103 pages are allocated.
Use ALLOCATE to expand the space.
ALLOCATE.
2006-02-26 10:03:36 UTC in Maxima -- GPL CAS based on DOE-MACSYMA
-
Indeed we are talking linux. To be specific it's fedora 4.
Now the binaries of xbasic programs compiled elsewhere (i still have a slackware 9 32bit machine), run fine except for complaining about
Incorrectly built binary which accesses errno or h_errno directly. Needs to be fixed.
ok, fine with that. also i think it is fedora/rhat specific.
compiling xbasic code would run fine, as well...
2006-02-20 17:15:36 UTC in XBasic
-
i've run into problems.
seems compiling and availability on 64 bit platform is not there.
altought pre-compiled programs still run ok.
is this project dormant or ... ?
cheers.
2006-02-17 13:29:48 UTC in XBasic
-
postgresql-jdbc2.jar is not part of the package.
so, in oreder for the program to pick it up from system CLASSPATH I had to unpack and set CLASSPATH.
Launching program with java -jar mov.jar would just override local classpath.
I suggest a note for this to be included in instructions or postgresql-jdbc2.jar to be inserted in lib/ alongwith mysql etc.
chers.
2006-02-17 12:35:01 UTC in Merchant of Venice
-
HI forum,
i've just managed to compile and run MOV.
I've had problems with importing quotes from YAHOO!, error regarding the db interface: it would complain about "," for every line of data to parse.
Rather i've been able to use MOV to visualize data stored in beancounter format, provided an SQL view with name "shares" is created as such:
beancounter=# create view...
2006-02-16 17:23:21 UTC in Merchant of Venice
-
hello forum,
i'm wondering if anyone has pointers to miktex's history, its inception/early days, the reasons/points making it successful rather (more?) than other win32 alternatives...
I haven't found very much on this execpt snapshots of yahoo miktex groups (might be the period before 2000 - actually since 14 july 1998), but that doesn't help since there is not a "beginning"...
2006-01-17 17:26:06 UTC in MiKTeX
-
php comes with no imap support in FC4.
to install it just do:
yum install php-imap
(in fc4 you also have to apply the register_globals patch).
so: no need to recompile php.
I think the code should check for imap.so to be there otherwise it dies with no f/back to user.
2006-01-08 20:37:21 UTC in IMAP Migration Tool