Opened 12 years ago

Closed 10 years ago

Last modified 6 years ago

#8579 closed bug (fixed)

NetPositive don't start anymore

Reported by: X512 Owned by: axeld
Priority: normal Milestone: R1
Component: Kits/Mail Kit Version: R1/Development
Keywords: Cc:
Blocked By: Blocking: #10403
Platform: All

Description

This is hrev44133

Tracker says that following symbol is not found:

encode_base64__FPcT0x

Change History (9)

comment:1 by diver, 12 years ago

Component: - GeneralKits/Mail Kit
Owner: changed from nobody to czeidler

hrev43382/hrev43383 might be responsible for this.

comment:2 by czeidler, 12 years ago

Cc: axeld@… added

actually I don't know, is export not needed?

comment:3 by jackburton, 12 years ago

You have to add 'extern "C"' in the function declaration, now that the code is contained in a cpp file.

comment:4 by anevilyak, 12 years ago

Cc: axeld@… removed
Owner: changed from czeidler to axeld
Status: newassigned

hrev43383 is the culprit indeed, assigning to Axel.

comment:5 by X512, 12 years ago

As I understand NetPositive requires C++ version of encode_base64, not 'extern "C"'. NetPositive with libmail.so from BeOS is working.

comment:6 by anevilyak, 12 years ago

Looking further, R5's mail kit's declaration for encode_base64() does not have the headerMode parameter that ours does. Nor do we declare an equivalent or an extern symbol matching that one. Could be the problem, but what's puzzling is that it's been this way for ages, and Axel's commit didn't change that AFAICT.

comment:7 by waddlesplash, 11 years ago

This is still a problem. Neither NetPositive nor BeOS Mail works because of missing decode/encode base64 functions.

comment:8 by pulkomandy, 10 years ago

Blocking: 10403 added

(In #10403) The encode_base64 issue is #8579. Please open a dedicated ticket for each remaining issue (if any), that will be simpler to track.

comment:9 by pulkomandy, 10 years ago

Resolution: fixed
Status: assignedclosed

Fixed in hrev46905. It now hits memory corruption when trying to access a website, however.

Note: See TracTickets for help on using tickets.