hermi | 31 Aug 18:43
Picon
Picon

Problems building Odin

Hi all,

I found that the current odin svn code fixes some problems I have with
Java/SmartGIT.

As we don't have daily builds any more I tried to compile odin myself.

I had to make the following modifications on my system to resolve some errors I got:
1) remove 0x1A from end of U:\OS2TK45\H\LIBC\direct.h
2) remove 0x1A from end of U:\OS2TK45\H\LIBC\wctype.h
3) copy F:\emx321\emx\include\limits.h F:\emx321\emx\include\sys\limits.h

But now I the build process fails at the point where the minivcrt-library is
compiled:
------------------------------------------------------------------------------------
   nmake /nologo -f minivcrt.mak lib
   gcc -Zomf -pipe -Wall -Zmt -g -O6 -mcpu=pentium -Zdll
       -IF:\Copy\Odi\Odin\include\Win -I. -IF:\Copy\Odi\Odin\include
       -D__MINIVCRT__ -D__WIN32OS2__ -D__WINE__ -D__i386__ -DTCPV40HDRS
       -DCOMCTL32UNDOC -o .\bin\Release.emx.minivcrt\dir.obj
       -c F:\Copy\Odi\Odin\src\msvcrt\dir.c
In file included from F:/Copy/Odi/Odin/src/msvcrt/dir.c:60:
F:/Copy/Odi/Odin/include/Win/wine/unicode.h:82: syntax error before "const"
F:/Copy/Odi/Odin/include/Win/wine/unicode.h:83: syntax error before "const"
   :
F:/Copy/Odi/Odin/include/Win/wine/unicode.h:100: syntax error before "int"
F:/Copy/Odi/Odin/include/Win/wine/unicode.h:102: syntax error before "int"
F:/Copy/Odi/Odin/src/msvcrt/dir.c: In function `MSVCRT__fullpath':
F:/Copy/Odi/Odin/src/msvcrt/dir.c:663: warning: implicit declaration of function
`_getdcwd'
(Continue reading)

Cliff Scott | 23 Aug 04:37

PE Failing

Does anyone run Audacity (Audio editing program for Windoz) using Odin on
eCS? I have and it worked pretty well with a few funny quirks. Now all of a
sudden it won't start. I am using PE to run it and it tries to start and then
quits in a second or two. No messages even if I run it from the command line.
How can I find out what is the problem? Thanks for any help.

---------------------------------------------------------------------
To unsubscribe, e-mail: odin-user-unsubscribe <at> netlabs.org
For additional commands, e-mail: odin-user-help <at> netlabs.org

Jon | 29 Jun 08:54
Picon

debug report

apparently i don't have the debug version and so I'm just 
going to send this info and hope for the best.

Just installed 0.6.21659 (2011-06-27)

My system is SMP, running 2 cpu's under eCS v1.24.
Kernel is build
Signature:       @#IBM:14.104a#@_SMP  IBM OS/2 Kernel
Vendor:          IBM
Revision:        14.104
File Version:    14.104
Description:     _SMP  IBM OS/2 Kernel

Previously running odin 050327 with winrar v3.0 (it runs 
fine).  Winrar is the only app I have tried.  It crashes 
under this new odin.

06-28-2011  23:43:13  SYS3175  PID 0077  TID 0001  Slot 00d5
D:\APPS\ODIN\SYSTEM32\PE.EXE
c0000005
1cf8cedd
P1=00000001  P2=00000000  P3=XXXXXXXX  P4=XXXXXXXX  
EAX=00000000  EBX=000f0000  ECX=5dbf4050  EDX=000f0000
ESI=00000000  EDI=00000000  
DS=0053  DSACC=f0f3  DSLIM=ffffffff  
ES=0053  ESACC=f0f3  ESLIM=ffffffff  
FS=0537  FSACC=00f3  FSLIM=00000fff
GS=0000  GSACC=****  GSLIM=********
CS:EIP=005b:1cf8cedd  CSACC=f0df  CSLIM=ffffffff
SS:ESP=0053:00129b58  SSACC=f0f3  SSLIM=ffffffff
(Continue reading)

jayy | 19 Jan 09:02
Picon

Jayy is outstation


I will be out of the office starting  19/01/2011 and will not return until
20/01/2011.

During this time I will have limited access to e-mail, a response may be
delayed.
Any enquiry please contact:-
- rpl <at> ricopl.com.sg
- Tel: +65 6745 8472
- Fax: +65 6747 1151

For Service please contact:-
- Email: sdc <at> ricopl.com.sg
- Tel: +65 6745 8473

For existing project, please CC your email to:-
- Ms. Shobana, shobana <at> ricopl.com.sg

Thank you.

---------------------------------------------------------------------
To unsubscribe, e-mail: odin-user-unsubscribe <at> netlabs.org
For additional commands, e-mail: odin-user-help <at> netlabs.org

Michael Marchant | 18 Jan 07:29

second try with Odin

Thanks all.
I uninstalled all existing Odin.
fresh default install of Jan 12 Odin release
downloaded odinapp.zip from netlabs
ran pe setup
got Odin Test running full screen
it created 4 new dll files in SYSTEM32\

tried pe calc and got same result as in first try:
"The application has called the non-existing api
USER32.DLL > GetProcessDefaultLayout
loaded by calc.exe"

tried my own program and got same result as first try:
got main display, but crash and exception log
when I clicked on a menu item which should
have popped up an information message box.

Michael Marchant

---------------------------------------------------------------------
To unsubscribe, e-mail: odin-user-unsubscribe <at> netlabs.org
For additional commands, e-mail: odin-user-help <at> netlabs.org

Michael Marchant | 17 Jan 03:45

Odin starting to work

I have now tried one of my own programs, and it runs! Reads files, 
processes and displays data. An impressive start. Still some big 
problems though. The debug pe_0 log file reports thousands of repeated 
attempts to commit memory. It all crashed when I clicked on a menu item 
which would have popped up a message box. It does give me hope that some 
day Odin will run my program completely.

If any of the developers want reports, I will send them. Also, since I 
wrote the program (using Free Pascal and Lazarus), there is the 
possibility of making modifications (perhaps disabling sections of the 
program) for the purposes of testing and identifying problem areas.

Michael Marchant

---------------------------------------------------------------------
To unsubscribe, e-mail: odin-user-unsubscribe <at> netlabs.org
For additional commands, e-mail: odin-user-help <at> netlabs.org

Michael Marchant | 17 Jan 03:27

first try with Odin

I would like to give Odin a try, starting with calc.exe to get my setup
right. Not working yet. Is it appropriate to post bug reports here now?
If it is and anyone can help, here is my report.

Thanks,
Michael Marchant

--------------------- Begin of Odin Bug Report ----------------------

Odin build information:

Current Odin build: odin32bin-20110112-debug.wpi, version 0.6.21558
Installation method: WarpIN
Launching method: PE.EXE
Last WarpIN install: 15.01.2011 at 20:37:00, it was version
0.6.21558.0
Last OdinInst install: 15.01.2011 at 20:36:59, current version 0.6.21558
Odin "Windows" dir: F:\PROGRAMS\ODIN\
Odin "System32" dir: F:\PROGRAMS\ODIN\SYSTEM32\
Evaluated Odin.INI: F:\PROGRAMS\ODIN\SYSTEM32\ODIN.INI

General system information:

OS/2 version: OS2TYPE
OS/2 reports version: 2.45, kernel revision: 14.104a_SMP
FixPack Level: XR0C004
Is xf86sup.sys loaded? No
Display driver: Panorama VESA (LC)
Video Chipset: ATI RS780

(Continue reading)

jayy | 11 Nov 09:01
Picon

Jayy is outstation


I will be out of the office starting  10/11/2010 and will not return until
12/11/2010.

Any enquiry please contact:-
- rpl <at> ricopl.com.sg
- Tel: +65 6745 8472
- Fax: +65 6747 1151

For Service please contact:-
- Email: sdc <at> ricopl.com.sg
- Tel: +65 6745 8473

For existing project, please CC your email to:-
- Ms. Shobana, shobana <at> ricopl.com.sg

Thank you.

---------------------------------------------------------------------
To unsubscribe, e-mail: odin-user-unsubscribe <at> netlabs.org
For additional commands, e-mail: odin-user-help <at> netlabs.org

Pete Brown | 10 Nov 01:03

odin and codepages

Hi All

I've been having a go at getting OpenOffice3.2.0 for Windows running 
using the recent odin release.

The Writer seems to work fairly well but introduces "foriegn" characters 
to replace characters that should be there. A common example is the UK 
currency symbol £ being replaced by a u with an accent above it.

I'm guessing this is a codepage problem?

Any ideas on curing this problem?

Regards

Pete

---------------------------------------------------------------------
To unsubscribe, e-mail: odin-user-unsubscribe <at> netlabs.org
For additional commands, e-mail: odin-user-help <at> netlabs.org

Adrian Gschwend | 14 Oct 22:20
Picon

Odin repository public again


After a long period of work we finally made the Odin repository public
again. You can access everything at http://svn.netlabs.org/odin32

SVN is available at http://svn.netlabs.org/repos/odin32/ but please do
*not* checkout the whole tree, this is ridiculously big and includes
older experimental source as well like odin32xp (can be found in
tags/odin32xp). Latest source can be found in trunk:
http://svn.netlabs.org/repos/odin32/trunk

And discussion about the source should go to the odin mailing lists, web
interfaces can be found at:

http://dir.gmane.org/gmane.org.netlabs.odin.devel

http://dir.gmane.org/gmane.org.netlabs.odin.user

To subscribe check out http://wiki.netlabs.org/index.php/Mailinglists

List names are odin-dev <at> netlabs.org and odin-user <at> netlabs.org

We are also on #netlabs IRC channel on irc://irc.freenode.net

enjoy

Adrian

--

-- 
Adrian Gschwend
@ netlabs.org
(Continue reading)

jayy | 26 Sep 16:01
Picon

Jayy is outstation


I will be out of the office starting  09/09/2010 and will not return until
27/09/2010.

Any enquiry please contact:-
- rpl <at> ricopl.com.sg
- Tel: +65 6745 8472
- Fax: +65 6747 1151

For Service please contact:-
- Email: sdc <at> ricopl.com.sg
- Tel: +65 6745 8473

For existing project, please CC your email to:-
- Ms. Shobana, shobana <at> ricopl.com.sg

Thank you.

---------------------------------------------------------------------
To unsubscribe, e-mail: odin-user-unsubscribe <at> netlabs.org
For additional commands, e-mail: odin-user-help <at> netlabs.org


Gmane