Author Topic: Gplflash 2, [working]  (Read 14813 times)

anunakin

  • Sr. Member
  • ****
  • Posts: 340
    • View Profile
    • http://vivaphp.net
Gplflash 2, [working]
« on: January 13, 2006, 06:16:31 pm »
Read more above...

http://gplflash.sourceforge.net/cgi-bin/mo...gi/BuildFromCvs


Any help?

On Zaurus
Code: [Select]
...
checking for X... libraries /usr/X11R6/lib, headers
checking for XOpenDisplay in -lX11... no
checking X11/XKBlib.h usability... yes
checking X11/XKBlib.h presence... yes
checking for X11/XKBlib.h... yes
configure: error: *** cannot find X11 development files

On PC
Code: [Select]
...
checking for jpeglib.h... yes
checking for X... libraries /opt/cross/arm/3.4.5-xscale-softvfp/armv5tel-cacko-linux/lib, headers /opt/cross/arm/3.4.5-xscale-softvfp/armv5tel-cacko-linux/include
checking for XOpenDisplay in -lX11... no
checking X11/XKBlib.h usability... yes
checking X11/XKBlib.h presence... yes
checking for X11/XKBlib.h... yes
configure: error: *** cannot find X11 development files
« Last Edit: January 20, 2006, 01:55:53 pm by anunakin »
[img]http://www.vivaphp.net/imagens/rev2.jpg\" border=\"0\" class=\"linked-sig-image\" /]
Anunakin (Marcus Fazzi)

Nokia N900 32GB + microSD 2GB
Nokia N810 w/ microSD 8GB
Nokia 5310 XpressMusic w/ microSD 1GB
HP48GX->Psion Sienna->Palm m130->Tungsten T->Zaurus SL-5500->C3000->C3100 ALL SOLD

My FEED(On Line AGAIN!!!)

dtruchan

  • Jr. Member
  • **
  • Posts: 89
    • View Profile
    • http://
Gplflash 2, [working]
« Reply #1 on: January 15, 2006, 12:22:42 am »
Specifiy --x-includes and --x-libraries to configure.
Then it builds fine.
860 Debian EABI
Lexar Cards
WCF11 v2.5
Mittoni SD-CF Adapter
Gentoo

anunakin

  • Sr. Member
  • ****
  • Posts: 340
    • View Profile
    • http://vivaphp.net
Gplflash 2, [working]
« Reply #2 on: January 16, 2006, 07:10:39 am »
Quote
Specifiy --x-includes and --x-libraries to configure.
Then it builds fine.
[div align=\"right\"][a href=\"index.php?act=findpost&pid=110997\"][{POST_SNAPBACK}][/a][/div]

I using this ./configure on PC:
Code: [Select]
./configure --host=armv5tel-cacko-linux --build=i686-linux --x-includes=/opt/cross/arm/3.4.5-xscale-softvfp/armv5tel-cacko-linux/include --x-libraries=/opt/cross/arm/3.4.5-xscale-softvfp/armv5tel-cacko-linux/lib --prefix=/usr --with-plugin-dir=/usr/lib/firefox/lib/firefox-1.5/plugins
[img]http://www.vivaphp.net/imagens/rev2.jpg\" border=\"0\" class=\"linked-sig-image\" /]
Anunakin (Marcus Fazzi)

Nokia N900 32GB + microSD 2GB
Nokia N810 w/ microSD 8GB
Nokia 5310 XpressMusic w/ microSD 1GB
HP48GX->Psion Sienna->Palm m130->Tungsten T->Zaurus SL-5500->C3000->C3100 ALL SOLD

My FEED(On Line AGAIN!!!)

adf

  • Hero Member
  • *****
  • Posts: 2807
    • View Profile
    • http://
Gplflash 2, [working]
« Reply #3 on: January 16, 2006, 02:34:17 pm »
did it work?

if it did work, and seems to test out, post it?

This is an important plugin
**3100 Zubuntu Jaunty,(working on Cacko dualboot), 16G A-Data internal CF, 4G SD, Ambicom WL-1100C Cf, linksys usb ethernet,  BelkinF8T020 BT card, Belkin F8U1500-E Ir kbd, mini targus usb mouse, rechargeble AC/DC powered USB hub, psp cables and battery extenders.

**6000l  Tetsuized Sharprom, installed on internal flash only 1G sd, 2G cf

anunakin

  • Sr. Member
  • ****
  • Posts: 340
    • View Profile
    • http://vivaphp.net
Gplflash 2, [working]
« Reply #4 on: January 16, 2006, 02:44:15 pm »
Quote
did it work?

if it did work, and seems to test out, post it?

This is an important plugin
[div align=\"right\"][a href=\"index.php?act=findpost&pid=111178\"][{POST_SNAPBACK}][/a][/div]

Dont work I got the errors on firt msg on topic
Code: [Select]
configure: error: *** cannot find X11 development files
[img]http://www.vivaphp.net/imagens/rev2.jpg\" border=\"0\" class=\"linked-sig-image\" /]
Anunakin (Marcus Fazzi)

Nokia N900 32GB + microSD 2GB
Nokia N810 w/ microSD 8GB
Nokia 5310 XpressMusic w/ microSD 1GB
HP48GX->Psion Sienna->Palm m130->Tungsten T->Zaurus SL-5500->C3000->C3100 ALL SOLD

My FEED(On Line AGAIN!!!)

karlto

  • Sr. Member
  • ****
  • Posts: 343
    • View Profile
    • http://
Gplflash 2, [working]
« Reply #5 on: January 16, 2006, 04:37:58 pm »
Quote
Dont work I got the errors on firt msg on topic
Code: [Select]
configure: error: *** cannot find X11 development files[div align=\"right\"][a href=\"index.php?act=findpost&pid=111184\"][{POST_SNAPBACK}][/a][/div]

I presume you've checked that the required files exist in your cross-compiler directories (as above)? One of the copies I have is missing those libraries (could be the one for compiling the kernel...?)
SL6000-L, RC12

dtruchan

  • Jr. Member
  • **
  • Posts: 89
    • View Profile
    • http://
Gplflash 2, [working]
« Reply #6 on: January 16, 2006, 10:04:42 pm »
My mistake, it does still fail at that point.
I fudged configure to finish, but make fails while linking with libXxf86vm.  
860 Debian EABI
Lexar Cards
WCF11 v2.5
Mittoni SD-CF Adapter
Gentoo

Chero

  • Hero Member
  • *****
  • Posts: 1140
    • View Profile
    • http://users.telenet.be/zaurususer/Chero
Gplflash 2, [working]
« Reply #7 on: January 17, 2006, 02:17:32 am »
Maybe this xlibs package can help you. It contains some of the xlibs and binaries that aren't included in pdaXrom.

I used it to compile some app that needed more xlibs. (Can't remember which one)

WARNING : startx will be broken. Deleting the "fonts" section in startx will solve this.
WARNING : it's big (6+ Mb)
WARNING : use at your own risk
WARNING : ... (whatever i forgot)

Have fun,
Chero
HP-95LX -> HP Jornada 680 -> SL-C860 -> SL-C3100 -> Fuji u810 -> SL-C1000 -> HTC uni -> SL-C860 -> SL-C760.
March 12 2009 : Back because the Zaurus is one of a kind.
SL-C760 : pdaXrom
Pandora pre-ordered -> received and tested : great device but not my cup of tea -> sold.

lardman

  • Hero Member
  • *****
  • Posts: 4512
    • View Profile
    • http://people.bath.ac.uk/enpsgp/Zaurus/
Gplflash 2, [working]
« Reply #8 on: January 17, 2006, 05:33:30 am »
The x libs and x header files are often not in the same directory as the other libs and headers. Check where this directory is (I presume you must have it in your build system) and specify the correct paths.

Si
C750 OZ3.5.4 (GPE, 2.6.x kernel)
SL5500 OZ3.5.4 (Opie)
Nokia 770
Serial GPS, WCF-12, Socket Ethernet & BT, Ratoc USB
WinXP, Mandriva

dtruchan

  • Jr. Member
  • **
  • Posts: 89
    • View Profile
    • http://
Gplflash 2, [working]
« Reply #9 on: January 19, 2006, 09:05:23 pm »
Turns out deps are different for arm. automake sucks.  
libXxf86vm isn't built with X since it's not needed.

Let me know if it works.  
I havn't tried yet.


 [ Invalid Attachment ]



NOTE:
from README
Quote
The standalone player is not completed. It is currently targetted for debugging purpose.
« Last Edit: January 20, 2006, 05:21:07 pm by dtruchan »
860 Debian EABI
Lexar Cards
WCF11 v2.5
Mittoni SD-CF Adapter
Gentoo

anunakin

  • Sr. Member
  • ****
  • Posts: 340
    • View Profile
    • http://vivaphp.net
Gplflash 2, [working]
« Reply #10 on: January 20, 2006, 12:05:49 pm »
Quote
Turns out deps are different for arm. automake sucks.   
libXxf86vm isn't built with X since it's not needed.

Let me know if it works.  
I havn't tried yet.

 [ Invalid Attachment ]
 [ Invalid Attachment ]
[div align=\"right\"][a href=\"index.php?act=findpost&pid=111630\"][{POST_SNAPBACK}][/a][/div]

   Hey this works, I have flash on my Firefox 1.5, nice!                
[span style=\'font-size:21pt;line-height:100%\']
THANK YOU![/span]
« Last Edit: January 20, 2006, 12:06:19 pm by anunakin »
[img]http://www.vivaphp.net/imagens/rev2.jpg\" border=\"0\" class=\"linked-sig-image\" /]
Anunakin (Marcus Fazzi)

Nokia N900 32GB + microSD 2GB
Nokia N810 w/ microSD 8GB
Nokia 5310 XpressMusic w/ microSD 1GB
HP48GX->Psion Sienna->Palm m130->Tungsten T->Zaurus SL-5500->C3000->C3100 ALL SOLD

My FEED(On Line AGAIN!!!)

dtruchan

  • Jr. Member
  • **
  • Posts: 89
    • View Profile
    • http://
Gplflash 2, [working]
« Reply #11 on: January 20, 2006, 05:16:45 pm »
Excellent!!!  

If you could, please post the steps you took to install it.
860 Debian EABI
Lexar Cards
WCF11 v2.5
Mittoni SD-CF Adapter
Gentoo

wowo123

  • Jr. Member
  • **
  • Posts: 81
    • View Profile
    • http://
Gplflash 2, [working]
« Reply #12 on: January 21, 2006, 06:42:33 am »
I have installed libnpflash_so_0_0.0 to ~firefox-1.5/plugins but firefox doesn't recognize it as a plugin. It has a different mime-type. Is flashplayer also needed in this dir or is it only the external player? Any suggestions??

jgardia

  • Newbie
  • *
  • Posts: 9
    • View Profile
    • http://
Gplflash 2, [working]
« Reply #13 on: January 21, 2006, 07:29:03 am »
Quote
I have installed libnpflash_so_0_0.0 to ~firefox-1.5/plugins but firefox doesn't recognize it as a plugin. It has a different mime-type. Is flashplayer also needed in this dir or is it only the external player? Any suggestions??
[div align=\"right\"][a href=\"index.php?act=findpost&pid=111795\"][{POST_SNAPBACK}][/a][/div]

Did you install Libstdc++.so.5 ?

Good luck,

Jose

wowo123

  • Jr. Member
  • **
  • Posts: 81
    • View Profile
    • http://
Gplflash 2, [working]
« Reply #14 on: January 21, 2006, 07:48:36 am »
Quote
Quote
I have installed libnpflash_so_0_0.0 to ~firefox-1.5/plugins but firefox doesn't recognize it as a plugin. It has a different mime-type. Is flashplayer also needed in this dir or is it only the external player? Any suggestions??
[div align=\"right\"][a href=\"index.php?act=findpost&pid=111795\"][{POST_SNAPBACK}][/a][/div]

Did you install Libstdc++.so.5 ?

Good luck,

Jose
[div align=\"right\"][a href=\"index.php?act=findpost&pid=111797\"][{POST_SNAPBACK}][/a][/div]

Yes I did (both 5.05 and 5.07)