| Author |
Message |
< Erlang questions mailing list ~ Impossible to get wxErlang running on Ubuntu/MacOSX x64 plat |
| caio |
Posted: Tue May 11, 2010 1:11 pm |
|
|
|
Joined: 16 Oct 2009
Posts: 5
Location: Bauru, Brazil
|
Both platforms give me the same error, just alterning the text specifying
the platform ("x86_64-pc-linux-gnu") and the path, on the error below:
1> wx:new().
=ERROR REPORT==== 11-May-2010::10:01:54 ===
WX ERROR: Could not find suitable 'wxe_driver' for x86_64-pc-linux-gnu in:
/usr/lib/erlang/lib/wx-0.98.2/priv
** exception error: {load_driver,"No driver found"}
in function wxe_server:start/0
in call from wx:new/1
Caio Ariede
http://caioariede.com/
Post received from mailinglist |
|
|
| Back to top |
|
| caio |
Posted: Wed May 12, 2010 6:29 pm |
|
|
|
Joined: 16 Oct 2009
Posts: 5
Location: Bauru, Brazil
|
Someone found or have a walkthrough to workaround this problem?
Caio Ariede
http://caioariede.com/
On Tue, May 11, 2010 at 10:09 AM, caio ariede <caio.ariede@gmail.com> wrote:
> Both platforms give me the same error, just alterning the text specifying
> the platform ("x86_64-pc-linux-gnu") and the path, on the error below:
>
> 1> wx:new().
>
> =ERROR REPORT==== 11-May-2010::10:01:54 ===
> WX ERROR: Could not find suitable 'wxe_driver' for x86_64-pc-linux-gnu in:
> /usr/lib/erlang/lib/wx-0.98.2/priv
> ** exception error: {load_driver,"No driver found"}
> in function wxe_server:start/0
> in call from wx:new/1
>
>
> Caio Ariede
> http://caioariede.com/
>
Post received from mailinglist |
|
|
| Back to top |
|
| Guest |
Posted: Wed May 19, 2010 11:18 am |
|
|
|
Guest
|
caio ariede <caio.ariede@gmail.com> writes:
Hello,
> Both platforms give me the same error, just alterning the text specifying
> the platform ("x86_64-pc-linux-gnu") and the path, on the error below:
>
> 1> wx:new().
>
> =ERROR REPORT==== 11-May-2010::10:01:54 ===
> WX ERROR: Could not find suitable 'wxe_driver' for x86_64-pc-linux-gnu in:
> /usr/lib/erlang/lib/wx-0.98.2/priv
> ** exception error: {load_driver,"No driver found"}
> in function wxe_server:start/0
> in call from wx:new/1
All official Ubuntu builds of erlang simply have wx disabled. If you
want to use it, you have to build your own version of erlang.
Ralf
________________________________________________________________
erlang-questions (at) erlang.org mailing list.
See http://www.erlang.org/faq.html
To unsubscribe; mailto:erlang-questions-unsubscribe@erlang.org
Post received from mailinglist |
|
|
| Back to top |
|
| Guest |
Posted: Wed May 19, 2010 5:29 pm |
|
|
|
Guest
|
> All official Ubuntu builds of erlang simply have wx disabled. If you
> want to use it, you have to build your own version of erlang.
>
> Ralf
Who makes that decision, and why?
== dae
________________________________________________________________
erlang-questions (at) erlang.org mailing list.
See http://www.erlang.org/faq.html
To unsubscribe; mailto:erlang-questions-unsubscribe@erlang.org
Post received from mailinglist |
|
|
| Back to top |
|
| Guest |
Posted: Wed May 19, 2010 9:09 pm |
|
|
|
Guest
|
I have Sun's VBox on an XP host (x32), running a Fedora Linux guest.
Fedora has an add-on rpm for Erlang which is labeled
"A library for wxWidgets support in Erlang"
erlang-xmerl-R13B-04.11.fc12 (i686)
That rpm includes a compiled driver (which is missing in Ubuntu). It
gets installed in:
/usr/lib/erlang/lib/wx-0.98.5/priv/i386-redhat-linux-gnu/wxe_driver.so
I doubt that the RedHat driver will work in Ubuntu, however.
On 5/19/2010 1:28 PM, caio ariede wrote:
> I know this. I think that they removed Wx support because it's dependencies.
>
> I can run wx:module_info() on both systems (mac and linux), but when I run
> wx:new() I get the same error:
>
> =ERROR REPORT==== 11-May-2010::10:01:54 ===
> WX ERROR: Could not find suitable 'wxe_driver' for x86_64-pc-linux-gnu in:
> /usr/lib/erlang/lib/wx-0.98.2/
> priv
> ** exception error: {load_driver,"No driver found"}
> in function wxe_server:start/0
> in call from wx:new/1
>
> Caio Ariede
> http://caioariede.com/
>
>
> On Wed, May 19, 2010 at 2:27 PM, Doug Edmunds (gmail)<dougedmunds@gmail.com
>> wrote:
>
>> All official Ubuntu builds of erlang simply have wx disabled. If you
>>> want to use it, you have to build your own version of erlang.
>>>
>>> Ralf
>>>
>>
>> Who makes that decision, and why?
>>
>> == dae
>>
>>
>> ________________________________________________________________
>> erlang-questions (at) erlang.org mailing list.
>> See http://www.erlang.org/faq.html
>> To unsubscribe; mailto:erlang-questions-unsubscribe@erlang.org
>>
>>
>
________________________________________________________________
erlang-questions (at) erlang.org mailing list.
See http://www.erlang.org/faq.html
To unsubscribe; mailto:erlang-questions-unsubscribe@erlang.org
Post received from mailinglist |
|
|
| Back to top |
|
| Guest |
Posted: Fri May 21, 2010 3:20 am |
|
|
|
Guest
|
The Ubuntu dev team disabled wx stuff in Erlang for Ubuntu 10.04 (we
may have done this for 9.10 also) because we needed the erlang core on
the LiveCD for CouchDB but could not support wx in Ubuntu "main", and
did not have time to split the packages so that the wx related stuff
could be in universe instead. I am working on fixing this for the next
release of Ubuntu. In the meantime another option is installing Erlang
from the erlang-dev PPA on Launchpad, which I maintain. That version
is unchanged from debian, which means you get it built with debug info
and with the wx bindings included.
Sorry for the inconvenience, there were some tough choices to get
Erlang onto the LiveCD, and while those choices were right for the
liveCD they don't make things easy for Erlang developers working on
Ubuntu. I hope to improve that. If there are any other quirks with the
Erlang builds on Ubuntu, please let me know and I will try to help.
--
Elliot Murphy
On May 19, 2010, at 16:28, caio ariede <caio.ariede@gmail.com> wrote:
> I know this. I think that they removed Wx support because it's
> dependencies.
>
> I can run wx:module_info() on both systems (mac and linux), but when
> I run
> wx:new() I get the same error:
>
> =ERROR REPORT==== 11-May-2010::10:01:54 ===
> WX ERROR: Could not find suitable 'wxe_driver' for x86_64-pc-linux-
> gnu in:
> /usr/lib/erlang/lib/wx-0.98.2/
> priv
> ** exception error: {load_driver,"No driver found"}
> in function wxe_server:start/0
> in call from wx:new/1
>
> Caio Ariede
> http://caioariede.com/
>
>
> On Wed, May 19, 2010 at 2:27 PM, Doug Edmunds (gmail) <dougedmunds@gmail.com
>> wrote:
>
>> All official Ubuntu builds of erlang simply have wx disabled. If you
>>> want to use it, you have to build your own version of erlang.
>>>
>>> Ralf
>>>
>>
>> Who makes that decision, and why?
>>
>> == dae
>>
>>
>> ________________________________________________________________
>> erlang-questions (at) erlang.org mailing list.
>> See http://www.erlang.org/faq.html
>> To unsubscribe; mailto:erlang-questions-unsubscribe@erlang.org
>>
>>
________________________________________________________________
erlang-questions (at) erlang.org mailing list.
See http://www.erlang.org/faq.html
To unsubscribe; mailto:erlang-questions-unsubscribe@erlang.org
Post received from mailinglist |
|
|
| Back to top |
|
| Guest |
Posted: Mon May 24, 2010 11:42 pm |
|
|
|
Guest
|
I followed the instructions below for installing Erlang into Ubuntu.
All the choices in the wx:demo() run, except one. If I select 'gl' from
the list, it crashes, with this information in the shell:
** Reason for termination ==
** {function_clause,[{wxSizer,add,
[{wx_ref,64,wxStaticBoxSizer,[]},
{error,{no_gl_context,{gl,viewport,0}}},
[{proportion,1},{flag,8192}]]},
{demo,handle_event,2},
{wx_object,handle_msg,5},
{proc_lib,init_p_do_apply,3}]}
=ERROR REPORT==== 24-May-2010::16:18:48 ===
WX INTERNAL ERROR: Failed to send return or event msg
How do I interpret this? If something is not installed, what is the
apt-get for it?
The Ubuntu system: running Vbox within XP host, LinuxMint guest.
-- Doug Edmunds
On 5/21/2010 6:29 AM, caio ariede wrote:
> Ops, just forgot that I needed to run apt-get update between
> add-apt-repository and apt-get install.
>
> Caio Ariede
> http://caioariede.com/
>
>
>
> On Fri, May 21, 2010 at 10:28 AM, caio ariede<caio.ariede@gmail.com> wrote:
>> Just got it to run on Ubuntu machine.
>>
>> First I removed the current installation, and installed all again:
>>
>> sudo add-apt-repository ppa:erlang-dev/ppa
>> sudo apt-get install erlang libwxgtk2.8-dbg wx2.8-headers
>>
>> wx:new() ran like a charm
>>
________________________________________________________________
erlang-questions (at) erlang.org mailing list.
See http://www.erlang.org/faq.html
To unsubscribe; mailto:erlang-questions-unsubscribe@erlang.org
Post received from mailinglist |
|
|
| Back to top |
|
| wuji |
Posted: Mon Aug 13, 2012 7:28 am |
|
|
|
User
Joined: 10 Aug 2012
Posts: 654
|
Anderson has ordered a review of police response to the the imitation designer *beep* the incident.Luther was remembered as an "awesome guy" and was
well loved," Jay Allis, the kitchen manager at the restaurant, restaurant, cheap polo shirts restaurant, told ABC News' Nashville affiliate WKRN.A recording at the
East Cafe said it would remain closed for "an indeterminate indeterminate jordan 6s indeterminate amount of time due to a tragedy in out
Cafe family."Police Pursuits in California Have Injured More Than 10,000Nearly 10,000Nearly jordan 6 10,000Nearly 90 Percent of Pursuits are for Non-Violent OffensesBy DAVID
19, 2012 More bystanders are injured or killed during high-speed high-speed [h3]cheap polo ralph lauren[/h3] high-speed police chases than by stray bullets. In California, more
10,000 people have been injured and over 300 people killed killed [h4]cheap designer *beep*[/h4] killed because of police chases in the last decade, according
newly released statistics from the California Highway Patrol.Nationally, it's estimated estimated [h2]jordan 6[/h2] estimated nearly 300 people die each year as a result |
|
|
| Back to top |
|
|
|
All times are GMT
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You cannot attach files in this forum You cannot download files in this forum
|
|
|