REBOL3 tracker
  0.9.12 beta
Ticket #0001725 User: anonymous

Project:



rss
TypeBug Statusbuilt Date28-Oct-2010 03:19
Versionalpha 109 CategoryHost-Kit Submitted byssolie
PlatformAll Severitymajor Prioritynormal

Summary host-lib.h only accurate for Windows
Description The host-lib.h file currently supplied has two less vectors which is not reflected in the other platforms available like Linux and Amiga.

Here is what is currently generated:
#define HOST_LIB_SUM 62628
#define HOST_LIB_SIZE 31

Here is what actually works with libr3.so:
#define HOST_LIB_SUM 46010
#define HOST_LIB_SIZE 33

The two removed vectors are:
REBCHR *(*os_to_rebol_path)(REBCHR *path, int *len);
REBCHR *(*os_to_local_path)(REBCHR *path, int *len);

The current workaround is add the two removed vectors so that RL_Init() succeeds.
Example code

			

Assigned ton/a Fixed inalpha 110 Last Update1-Nov-2010 01:27


Comments
(0002717)
Carl
1-Nov-2010 01:27

The Linux releases were not properly built. They will be corrected in A110.

Date User Field Action Change
1-Nov-2010 01:27 carl Fixedin Modified => alpha 110
1-Nov-2010 01:27 carl Comment : 0002717 Added -
1-Nov-2010 01:26 carl Status Modified dismissed => built
1-Nov-2010 01:24 carl Status Modified reviewed => dismissed
29-Oct-2010 02:23 carl Description Modified -
29-Oct-2010 02:23 carl Status Modified submitted => reviewed
28-Oct-2010 03:19 ssolie Ticket Added -