Custom Query (245 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (22 - 24 of 245)

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
Ticket Resolution Summary Owner Reporter
#294 fixed DosOpen is not high memory safe Steven Levine
Description

Some gcc applications make direct calls to DosOpen, which is not high memory safe. It would be useful if an os2safe wrapper was added.

#174 fixed DosQueryAppType throws errors when os2safe.h is included (new with version 0.6.3) bird abwillis
Description

Building Mozilla with highmem enabled results in: weakld: error: Unresolved symbol (UNDEF) '_SAFE_PCSZ_USE'. weakld: info: The symbol is referenced by:

E:\compilers\gcc335\lib\libos2.lib(SafeDosQueryAppType?.obj)

weakld: error: Unresolved symbol (UNDEF) '_SAFE_DOS_FAILURE'. weakld: info: The symbol is referenced by:

E:\compilers\gcc335\lib\libos2.lib(SafeDosQueryAppType?.obj)

weakld: error: Unresolved symbol (UNDEF) '_SAFE_PCSZ'. weakld: info: The symbol is referenced by:

E:\compilers\gcc335\lib\libos2.lib(SafeDosQueryAppType?.obj)

weakld: error: Unresolved symbol (UNDEF) '_SAFE_PCSZ_DONE'. weakld: info: The symbol is referenced by:

E:\compilers\gcc335\lib\libos2.lib(SafeDosQueryAppType?.obj)

Ignoring unresolved externals reported from weak prelinker.

E:\compilers\gcc335\lib\libos2.lib(SafeDosQueryAppType?.obj) : error LNK2029: "_SAFE_PCSZ_USE" : unresolved external E:\compilers\gcc335\lib\libos2.lib(SafeDosQueryAppType?.obj) : error LNK2029: "_SAFE_PCSZ_DONE" : unresolved external E:\compilers\gcc335\lib\libos2.lib(SafeDosQueryAppType?.obj) : error LNK2029: "_SAFE_DOS_FAILURE" : unresolved external E:\compilers\gcc335\lib\libos2.lib(SafeDosQueryAppType?.obj) : error LNK2029: "_SAFE_PCSZ" : unresolved external

mozilla\nsprpub\pr\src\md\os2\os2misc.c includes os2safe.h which results in the above error.

#15 fixed Duplicate definition of setkey bird paul@…
Description

When building Apache2 with Innotek GCC 3.3.5R1 & also latest cvs, following error appears: In file included from apr_md5.c:73: U:/CVSUSR/include/unistd.h:542: error: conflicting types for `setkey' U:/CVSUSR/include/crypt.h:41: error: previous declaration of `setkey'

Easily resolved by only including one of the headers, but guess could be fixed in the headers themselves with some 'ifndef setkey' statements...

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
Note: See TracQuery for help on using queries.