Re: 2007.2 compilation failed with package uicmoc4-native-4.0.3

2007-08-24 Thread Jimmy McMillan
Thanks, but Writchie in #openmoko gave me another fix for Ubuntu 7.04 cd /usr/lib sudo ln -s libXext.so.6 libXext.so sudo ln -s libfreetype.so.6 libfreetype.so Then everything compiled perfectly. rukhsana ansari wrote: Try: sudo apt-get install xlibs-dev and rerun make

Re: 2007.2 compilation failed with package uicmoc4-native-4.0.3

2007-08-24 Thread Michael 'Mickey' Lauer
Jimmy McMillan wrote: I'm having the same problem. Could you please explain what you did exactly to fix it. Like i said, building uicmoc4 out of Qt/Embedded, which doesn't need X. uic and moc are Qt tools, you can build them against Qt/X11 or Qt/Embedded. -- - Michael Lauer [EMAIL

Re: 2007.2 compilation failed with package uicmoc4-native-4.0.3

2007-08-24 Thread Eric Johnson
Sorry I know this shouldn't be on community but since the thread is here... Michael 'Mickey' Lauer wrote: Like i said, building uicmoc4 out of Qt/Embedded, which doesn't need X. uic and moc are Qt tools, you can build them against Qt/X11 or Qt/Embedded So what do I need to have on my build

Re: 2007.2 compilation failed with package uicmoc4-native-4.0.3

2007-08-23 Thread Rod Whitby
Phani Kumar Kancharala wrote: Hi all, I followed the steps in wiki-openmoko to get openmoko on my pc running Ubuntu 7.04 Feisty Fwan. Finally I also ended up with the same error reported by *Frank Gau, *following are the error and logs given by the mokomakefile: |

Re: 2007.2 compilation failed with package uicmoc4-native-4.0.3

2007-08-23 Thread mickeyl
From OpenMoko-community: Rod Whitby wrote: Phani Kumar Kancharala wrote: Hi all, I followed the steps in wiki-openmoko to get openmoko on my pc running Ubuntu 7.04 Feisty Fwan. Finally I also ended up with the same error reported by *Frank Gau, *following are the error and logs given

Re: 2007.2 compilation failed with package uicmoc4-native-4.0.3

2007-08-23 Thread Michael 'Mickey' Lauer
Sorry about that. I'm just fixing uicmoc4 to build against Qt/Embedded, hence removing the dependency on X. Mickey. ___ OpenMoko community mailing list community@lists.openmoko.org http://lists.openmoko.org/mailman/listinfo/community

Re: 2007.2 compilation failed with package uicmoc4-native-4.0.3

2007-08-23 Thread Jimmy McMillan
I'm having the same problem. Could you please explain what you did exactly to fix it. Thanks Michael 'Mickey' Lauer wrote: Sorry about that. I'm just fixing uicmoc4 to build against Qt/Embedded, hence removing the dependency on X. Mickey. ___

Re: 2007.2 compilation failed with package uicmoc4-native-4.0.3

2007-08-23 Thread rukhsana ansari
Try: sudo apt-get install xlibs-dev and rerun make openmoko-devel-image -Rukhsana Jimmy McMillan wrote: I'm having the same problem. Could you please explain what you did exactly to fix it. Thanks Michael 'Mickey' Lauer wrote: Sorry about that. I'm just fixing uicmoc4 to build against