-
Hi, everyone.
I have the same problem on Linux platform.
ksp@ksp ~ $ arj --version
ARJ32 v 3.10, Copyright (c) 1998-2004, ARJ Software Russia. [16 Feb 2006]
ksp@ksp ~ $ cat /etc/gentoo-release
Gentoo Base System release 1.12.10
ksp@ksp ~ $ uname -a
Linux ksp 2.6.15-gentoo-r1 #3 PREEMPT Tue Nov 6 10:52:22 EET 2007 i686 Intel(R) Celeron(R) CPU 2.26GHz GenuineIntel GNU/Linux
Regards,
2009-10-07 05:31:02 UTC by zchermit
-
On current Fedora development tree, building of arj fails with following error:
linux-gnu/en/rs/fmsg_arj.c:301:56: warning: missing terminating " character
linux-gnu/en/rs/fmsg_arj.c:301: error: missing terminating " character
linux-gnu/en/rs/fmsg_arj.c:302: error: expected ',' or ';' before 'char'
The problem is that line 301 looks like: "...."" -- the second quote needs to be escaped.
A...
2009-09-07 08:27:42 UTC by mjakubicek
-
Hello.
I can't undestand what the key i must to use to extarct files into the folder with Cyrillic name.
I write C:\ARJ\ARJ.exe x D:\Папка\0521.arj D:\Папка\temp\0521\ -hy -y
and the programm extract to D:\╧ряър\temp\0521\
Where am I wrong?
Regards Yuri.
2009-08-04 07:24:50 UTC by fisherboy
-
Speaking of updates, ARJ is already in 2.85, while ARJ32 is in 3.15. But the only changes made are messages and the testarj.bat since then. But still, open source ARJ hasn't been updated since 2005.
2009-07-22 22:55:36 UTC by goldart_geo
-
andrew_belov committed patchset 158 of module arj to the Open-source ARJ archiver CVS repository, changing 1 files.
2007-07-21 20:06:32 UTC by andrew_belov
-
I noticed this while patching arj for OpenBSD..
gost.h declares prototype "gost_term" as:
uint32_t gost_term(uint32_t data) ..
While gost.c has the function:
unsigned long gost_term(unsigned long data) ..
Patch included.. :P trivial patch..
2007-06-30 00:53:23 UTC by brynet
-
Greetings, Attached is a patch that allows compilation of arj CVS on OpenBSD.
2007-06-30 00:48:07 UTC by brynet
-
As I recalled, Robert Jung's ARJ has added a few command line switches since ARJ 2.78/ARJ32 3.10. It will be better for the open source version to support those features.
2007-05-25 00:10:11 UTC by nobody
-
andrew_belov committed patchset 157 of module arj to the Open-source ARJ archiver CVS repository, changing 4 files.
2007-04-20 04:36:46 UTC by andrew_belov
-
andrew_belov committed patchset 156 of module arj to the Open-source ARJ archiver CVS repository, changing 25 files.
2007-04-19 20:01:10 UTC by andrew_belov