Re: [Pgui-devel] configure error

2004-07-12 Thread Yunus Yucel Altunbicak
and select your OS and other modules for your platform. after this you can compile pgserver. Regards, Yunus Altunbicak > Has any body experience on this? > > > Regards: > Carlos Sánchez > [EMAIL PROTECTED] > > > >

Re: [Pgui-devel] What is picogui being used for?

2004-03-19 Thread Yunus Yucel Altunbicak
ous. > What is PicoGUI being used for these days? > > --Micah -- Yunus Yucel Altunbicak Department of R&D Eliar A.S. http://www.eliar.com.tr --- This SF.Net email is sponsored by: IBM Linux Tutorials Free Linux tutorial presented b

Re: [Pgui-devel] video/ez328.c

2002-05-17 Thread Yunus Altunbicak
pes? SourceForge.net is looking for download mirrors. We supply > the hardware. You get the recognition. Email Us: [EMAIL PROTECTED] > ___ > Pgui-devel mailing list > [EMAIL PROTECTED] > https://lists.sourceforge.net/lists/listinfo/p

Re: [Pgui-devel] pgReplaceTxt()

2002-04-09 Thread Yunus Altunbicak
t's text. but,you can use pgSetWidget(orig,PG_WP_TEXT,pgNewString(replacementString),0); for field widget. yunus ___ Pgui-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/pgui-devel

Fwd: Re: [Pgui-devel] Cross Compiling?

2002-01-22 Thread Yunus Altunbicak
-- Forwarded Message -- Subject: Re: [Pgui-devel] Cross Compiling? Date: Tue, 22 Jan 2002 10:27:37 +0200 From: Yunus Altunbicak <[EMAIL PROTECTED]> To: Mark McChrystal <[EMAIL PROTECTED]> try this, CC=m68k-pic-coff-gcc LD=m68k-pic-coff-ld AR=m68k-pic-coff-ar RAN

Re: [Pgui-devel] performance problem

2001-11-26 Thread Yunus Altunbicak
-- Forwarded Message -- Subject: Re: [Pgui-devel] performance problem Date: Mon, 26 Nov 2001 10:55:29 +0200 From: Yunus Altunbicak <[EMAIL PROTECTED]> To: Micah Dowty <[EMAIL PROTECTED]> On Friday 23 November 2001 12:21, you wrote: > Something else i thought

[Pgui-devel] performance problem

2001-11-20 Thread Yunus Altunbicak
another? any idea? system and pgui config info. -- embedded uClinux system : ucdimm kernel version : 2.4.x or 2.0.38 (i have tried both) pgui version : latest cvs version pgserver : running with 320x240x2 mode input: serialmouse theme : pseudo3d.th -- yunus

[Pgui-devel] test message

2001-10-29 Thread Yunus Yucel Altunbicak
sorry for this message :) Yunus ___ Pgui-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/pgui-devel

[Pgui-devel] picogui portded uCdimm with LCD(320x240)

2001-07-15 Thread Yunus Yucel Altunbicak
Hi all, i could run picogui on ucdimm with lcd(320x240x2).it seems good but slowly(running client).what is the performance of pgui on ucsimm?may i have made a mistake ?:) other hand, i want to use buttons for input.could you give me a hint?the ncurses input driver supports only computer keyboar

Re: [Pgui-devel] pgui ported uCdimm

2001-07-13 Thread Yunus Yucel Altunbicak
enu option so the driver can work with either the > ez328 or vz328. > > On Thu, 12 Jul 2001 08:42:10 Yunus Yucel Altunbicak wrote: > > Hi all, > > at last i could run Picogui on uCdimm with vga monitor.i will try use > > lcd(320x240) soon. > > > > Sincerely >

[Pgui-devel] pgui ported uCdimm

2001-07-12 Thread Yunus Yucel Altunbicak
Hi all, at last i could run Picogui on uCdimm with vga monitor.i will try use lcd(320x240) soon. Sincerely YYA ___ Pgui-devel mailing list [EMAIL PROTECTED] http://lists.sourceforge.net/lists/listinfo/pgui-devel

[Pgui-devel] picogui is ok :)

2001-06-27 Thread Yunus Yucel Altunbicak
Dear picogui development team, all problems was solved and i ran picogui on workstation it seems perfect :)) thank you for your interest. Yunus Yucel Altunbicak ___ Pgui-devel mailing list [EMAIL PROTECTED] http://lists.sourceforge.net/lists

[Pgui-devel] another problem :))

2001-06-27 Thread Yunus Yucel Altunbicak
/lib/libSDL.a(SDL_x11mouse.lo): In function `X11_WarpWMCursor': SDL_x11mouse.lo(.text+0x54d): undefined reference to `XWarpPointer' SDL_x11mouse.lo(.text+0x561): undefined reference to `XSync' /usr/lib/libSDL.a(SDL_x11mouse.lo): In function `SetMouseAccel': SDL_x11mouse.lo(.text+0x643): undefined reference to `XChangePointerControl' /usr/lib/libSDL.a(SDL_x11mouse.lo): In function `X11_CheckMouseMode': SDL_x11mouse.lo(.text+0x6f7): undefined reference to `XGetPointerControl' SDL_x11mouse.lo(.text+0x765): undefined reference to `XChangePointerControl' /usr/lib/libSDL.a(SDL_dgaevents.lo): In function `DGA_DispatchEvent': SDL_dgaevents.lo(.text+0x2b): undefined reference to `XNextEvent' SDL_dgaevents.lo(.text+0xd3): undefined reference to `XDGAKeyEventToXKeyEvent' /usr/lib/libSDL.a(SDL_x11dga.lo): In function `X11_EnableDGAMouse': SDL_x11dga.lo(.text+0xb4): undefined reference to `XF86DGAQueryExtension' SDL_x11dga.lo(.text+0xe2): undefined reference to `XF86DGADirectVideo' /usr/lib/libSDL.a(SDL_x11dga.lo): In function `X11_CheckDGAMouse': SDL_x11dga.lo(.text+0x14e): undefined reference to `XF86DGAQueryDirectVideo' SDL_x11dga.lo(.text+0x17b): undefined reference to `XF86DGADirectVideo' /usr/lib/libSDL.a(SDL_x11dga.lo): In function `X11_DisableDGAMouse': SDL_x11dga.lo(.text+0x1c9): undefined reference to `XF86DGADirectVideo' collect2: ld returned 1 exit status make[2]: *** [pgserver] Error 1 make[2]: Leaving directory `/install/pgui-dev20010625/pgserver' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/install/pgui-dev20010625/pgserver' make: *** [all-recursive-am] Error 2 [root@localhost pgserver]# ** Sincerely Yunus Yucel Altunbicak ___ Pgui-devel mailing list [EMAIL PROTECTED] http://lists.sourceforge.net/lists/listinfo/pgui-devel

[Pgui-devel] make problem

2001-06-26 Thread Yunus Yucel Altunbicak
[all-recursive] Error 1 make[1]: Leaving directory `/install/pgui-dev20010625/pgserver' make: *** [all-recursive-am] Error 2 [root@localhost pgserver]# *** if use to profile.ucsimm is not occur above error. Sincerely, Yunus Yucel

[Pgui-devel] cli_c problem solved

2001-06-25 Thread Yunus Yucel Altunbicak
Dear Philippe, the problem was solved after changed the code you sent me. thank you Yunus Yucel Altunbicak ___ Pgui-devel mailing list [EMAIL PROTECTED] http://lists.sourceforge.net/lists/listinfo/pgui-devel

[Pgui-devel] cli_c make problem

2001-06-25 Thread Yunus Yucel Altunbicak
Hi all, does anybody know what is the reason of below problem,and how i solve it? * [root@localhost cli_c]# make make  all-recursive make[1]: Entering directory `/install/pgui-dev20010624/cli_c' Making all in src make[2]: Entering directory `/install/pgui-de

[Pgui-devel] it's the same error?

2001-06-19 Thread Yunus Yucel Altunbicak
  Dear Tim, Do you remember occured error on your machine while running ./configure? you can see occured error on my machine while running ./configure in my previous mail. is it same errors?   thanks... Yunus Yucel Altunbicak

[Pgui-devel] pgui install :(

2001-06-19 Thread Yunus Yucel Altunbicak
:line 1828:'fi' autogen.sh:error:while running ./configure ** if delete the line 1828:fi,line 1829:done,another error occured line 3686:unexpected end of file   thanks...   Yunus Yucel Altunbicak  

[Pgui-devel] pgui installation

2001-06-18 Thread yunus
Dear Frederic, I have updated aclocal and autoheader version.but a new error occured below :(   ./configure:line 1828:syntax error near expected token 'fi' ./configure:line 1828:'fi' autogen.sh:error:while running ./configure ** what shall i do? thank you.   Yunus  

[Pgui-devel] test

2001-06-14 Thread Yunus Yucel Altunbicak
this message for test purposes only. ___ Pgui-devel mailing list [EMAIL PROTECTED] http://lists.sourceforge.net/lists/listinfo/pgui-devel

[Pgui-devel] installation problem with pgui

2001-06-14 Thread Yunus Yucel Altunbicak
'AM_PATH_SDL' not found in library autogen.sh:error:while running aclocal *** what shall i do first of all for install properly picogui? What is the installation and configuration steps?   Regards,   Yunus   note: i use suse linux 5.3 on workstation,and i want to develop a project on udim

[Pgui-devel] does it works on udimm

2001-06-01 Thread Yunus Yucel Altunbicak
Hi, Does anybody know picogui works on uCdimm from lineo(based on mc68vz328)? Regards,   yunus      

[Pgui-devel] (no subject)

2001-06-01 Thread Yunus Yucel Altunbicak
confirm 993398 Yunus Yucel Altunbicak Control&Computer Engineer---Department of R&D[EMAIL PROTECTED]   Eliar Electronic A.S.Sulun Sok.No:18 80620 1.Levent/Istanbul/TurkeyTel