-
Hi,
In the process of putting together a quick package for ArchLinux [0], I decided to write a quick Makefile to assist the compilation of flv2mpeg4.
I thought it may be good to contribute it upstream.
[0] http://aur.archlinux.org/packages.php?ID=21991.
2008-12-03 23:45:32 UTC in vixy.net softwares
-
Better (IMO) explanation of issue #2:
When copying files in one user session, while logged in another one, if a copy failure asking for user input happens for the first user, SuperCopier is unusable (and does not even display a message box) to operate properly for the second one.
Steps to reproduce:
1. Start copying many files as a non-administrator user;
2. Login as administrator;
2. a)
2008-06-11 13:39:39 UTC in Supercopier
-
Nope, NS segfaults with that. But maybe it is also due to NS's potential incompatibility with tcl-8.5 altogether. I don't think I can try to dig it any further...
2008-03-25 23:19:57 UTC in OTcl and TclCL
-
It seems that I cannot attach any file...
Here is the diff
################################################################################
Ugly fixes to make OTcl compile with Tcl >= 8.5.
Olivier Mehani
====
diff -urN otcl-1.13.orig/Makefile.in otcl-1.13/Makefile.in
--- otcl-1.13.orig/Makefile.in 2008-03-20 15:02:22.000000000 +1100
+++...
2008-03-20 05:50:39 UTC in OTcl and TclCL
-
Some news. The problems are with the Tcl_Hash* functions, and the Var structure in Tcl, which have drastically changed [0]
I tried to make it compile again by adding some ugly #ifdefs (as well as a -DHAVE_UNISTD_H in the Makefile.in DEFINES). It worked. Moreover, I managed to compile TclCl with this version of OTcl.
However, considering the changes that I made, and considering that this is...
2008-03-20 05:47:16 UTC in OTcl and TclCL
-
Same problem here. Configuring with
$ ./configure --with-tcl-ver=8.5 --with-tk-ver=8.5
The system properly detects the presence of a woorking unistd.h, but as no config.h seems to be generated nor included, which leads some files (namely TCL's tclUnixPort.h) to believing they have to include ../compat/unistd.h, which fails:
otcl-1.13$ make
rm -f libotcl.a otcl.o
gcc -c -g -O2...
2008-03-20 04:40:09 UTC in OTcl and TclCL