NativeBoost: Could not find accessor for variable "aModuleName" in NativeBoost>>#loadModule:

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
5 messages Options
Reply | Threaded
Open this post in threaded view
|

NativeBoost: Could not find accessor for variable "aModuleName" in NativeBoost>>#loadModule:

Nicolas Anquetil

Anybody has an idea what the problem could be?



Difficulty is that I cannot debug directly because it is not on my computer.
The library to load (/usr/lib/cairo.so.2) is present on the computer and pharo detects it.

Any idea on how to investigate this or where the issue could lie?

nicolas
Reply | Threaded
Open this post in threaded view
|

Re: NativeBoost: Could not find accessor for variable "aModuleName" in NativeBoost>>#loadModule:

Nicolai Hess-3-2
Missing the PharoVX.sources file?

2015-11-05 13:24 GMT+01:00 Nicolas Anquetil <[hidden email]>:

Anybody has an idea what the problem could be?



Difficulty is that I cannot debug directly because it is not on my computer.
The library to load (/usr/lib/cairo.so.2) is present on the computer and pharo detects it.

Any idea on how to investigate this or where the issue could lie?

nicolas

Reply | Threaded
Open this post in threaded view
|

Re: NativeBoost: Could not find accessor for variable "aModuleName" in NativeBoost>>#loadModule:

Nicolas Anquetil
YES !!!!

a thousand thanks

(strangely enough, on my computer, removing pharoVxx.sources does not trigger the error. But anyway, it did solve the error on the other computer which was the important thing)

nicolas

On 05/11/2015 13:37, Nicolai Hess wrote:
Missing the PharoVX.sources file?

2015-11-05 13:24 GMT+01:00 Nicolas Anquetil <[hidden email]>:

Anybody has an idea what the problem could be?



Difficulty is that I cannot debug directly because it is not on my computer.
The library to load (/usr/lib/cairo.so.2) is present on the computer and pharo detects it.

Any idea on how to investigate this or where the issue could lie?

nicolas


Reply | Threaded
Open this post in threaded view
|

Re: NativeBoost: Could not find accessor for variable "aModuleName" in NativeBoost>>#loadModule:

Torsten Bergmann
NativeBoost usually requires the names - so it may not work
without source file.

For deployment scenario there is  "NativeBoost prepareForProduction"
so the sources are not needed.

Bye
T.
 

Gesendet: Donnerstag, 05. November 2015 um 15:05 Uhr
Von: "Nicolas Anquetil" <[hidden email]>
An: "Pharo Development List" <[hidden email]>
Betreff: Re: [Pharo-dev] NativeBoost: Could not find accessor for variable "aModuleName" in NativeBoost>>#loadModule:

YES !!!!

a thousand thanks

(strangely enough, on my computer, removing pharoVxx.sources does not trigger the error. But anyway, it did solve the error on the other computer which was the important thing)

nicolas
 
On 05/11/2015 13:37, Nicolai Hess wrote:
Missing the PharoVX.sources file?

 
2015-11-05 13:24 GMT+01:00 Nicolas Anquetil <[hidden email]>:
Anybody has an idea what the problem could be?



Difficulty is that I cannot debug directly because it is not on my computer.
The library to load (/usr/lib/cairo.so.2) is present on the computer and pharo detects it.

Any idea on how to investigate this or where the issue could lie?

nicolas

Reply | Threaded
Open this post in threaded view
|

Re: NativeBoost: Could not find accessor for variable "aModuleName" in NativeBoost>>#loadModule:

Nicolai Hess-3-2
In reply to this post by Nicolas Anquetil


2015-11-05 15:05 GMT+01:00 Nicolas Anquetil <[hidden email]>:
YES !!!!

a thousand thanks


NativeBoost error + strange temp names (t1, t2, ...) = missing source file

:)
 

(strangely enough, on my computer, removing pharoVxx.sources does not trigger the error. But anyway, it did solve the error on the other computer which was the important thing)

 

nicolas


On 05/11/2015 13:37, Nicolai Hess wrote:
Missing the PharoVX.sources file?

2015-11-05 13:24 GMT+01:00 Nicolas Anquetil <[hidden email]>:

Anybody has an idea what the problem could be?



Difficulty is that I cannot debug directly because it is not on my computer.
The library to load (/usr/lib/cairo.so.2) is present on the computer and pharo detects it.

Any idea on how to investigate this or where the issue could lie?

nicolas