Alex, Ronie,

do you have any idea what can cause the issue? Because I���ve never worked with native boost.

Uko


On 28 Jul 2015, at 20:52, Rafael Luque <rafael.luque.leiva@gmail.com> wrote:

Hi Yuriy,

I've tried with the latest changes but the problem described in my previous email still persists:

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

All your recommendations will be very welcomed.

Thank you.

Rafa



2015-04-24 18:13 GMT+02:00 Rafael Luque <rafael.luque.leiva@gmail.com>:
Hi Uko

I've just tried with your last changes, but I get the same error: "Error: Could not find accessor for variable named "aModuleName" in NativeBoost>>#loadModule:"

This is the stack trace for your information:

===========================================

NBFFICallout>>loaderForArgNamed:
NBFFICallout>>loaderForArgNamed:indirectIndex:
NBFFICallout>>argName:indirectIndex:type:ptrArity:
NBFnSpecParser>>parseArgument
NBFnSpecParser>>parseArguments
NBFnSpecParser>>parseAnonFunction:
NBFFICallout>>anonSpec:
[ :t3 | 
t3
useEmitCall;
callType: conv;
sender: context;
parseOptions: options;
anonSpec: t1;
generate: t2 ] in NBFFICalloutAPI>>function:emit:
[ t6 := t1 value: (self newForMethod: t3) ] in NBFFICallout class(NBNativeCodeGen class)>>generateCode:andRetry:
BlockClosure>>on:do:
NBRecursionDetect class>>in:during:
NBFFICallout class(NBNativeCodeGen class)>>generateCode:andRetry:
NBFFICallout class(NBNativeCodeGen class)>>handleFailureIn:nativeCode:
NBFFICalloutAPI>>function:emit:
NativeBoostMac32(NativeBoost)>>loadModule:
CairoLibraryLoader class>>loadCairoLibrary
CairoLibraryLoader class>>getLibraryHandle
AthensCairoSurface class>>nbLibraryNameOrHandle
AthensCairoSurface class(Object)>>nbCall:
AthensCairoSurface class>>primImage:width:height:
AthensCairoSurface class>>extent:format:
AthensCairoSurface class>>extent:
TRCanvas>>initialize
TRCanvas class(Behavior)>>new
RTView>>initialize
RTView class(Behavior)>>new
R3View>>initialize
R3View class(Behavior)>>new
Roassal3DModel>>initialize
Roassal3DModel class(Behavior)>>new
Roassal3DModel class(ComposableModel class)>>owner:
CityBrowser(ComposableModel)>>instantiate:
CityBrowser>>initializeWidgets
CityBrowser(ComposableModel)>>initialize
CityBrowser class(Behavior)>>new
CityBrowser class(ComposableModel class)>>owner:
VidiBrowser(ComposableModel)>>instantiate:
VidiBrowser>>initializeWidgets
VidiBrowser(ComposableModel)>>initialize
VidiBrowser>>initialize
VidiBrowser class(Behavior)>>new
ReModel>>vidi
VidiSession>>openVidi
[ (VidiSessionManager default newSessionOnPackages: packages) openVidi ] in VidiSessionPackagesSelect>>nextAction
self value.
Processor terminateActive ] in BlockClosure>>newProcess

===========================================


Thank you.

2015-04-24 14:25 GMT+02:00 Yuriy Tymchuk <yuriy.tymchuk@me.com>:
Hi Rafael,

now ViDI should work. I haven���t been working on it for a while, but feel free to report more issues, as I���ll get back to it soon.

Uko



On 24 Apr 2015, at 09:57, Rafael Luque <rafael.luque.leiva@gmail.com> wrote:

Thank you! I'm looking forward to hearing from you about the new version.

2015-04-24 9:52 GMT+02:00 Yuriy Tymchuk <yuriy.tymchuk@me.com>:
Ok, I found the problem. Some Spec api changed. I stable version will work at least on Mac quite soon. :)

Uko



On 23 Apr 2015, at 17:46, Rafael Luque <rafael.luque.leiva@gmail.com> wrote:

I'd like to use it in a Linux box, but as you told me Linux is not yet supported, I'm using a Mac OS X Yosemite (version 10.10.2).

Thanks

2015-04-23 17:37 GMT+02:00 Yuriy Tymchuk <yuriy.tymchuk@me.com>:
Hi Rafael,

I will take a look. Which operating system are you using?

Uko

On 23 Apr 2015, at 17:30, Rafael Luque <rafael.luque.leiva@gmail.com> wrote:

Hi,

I installed ViDI on Pharo 4 following the project instructions detailed in its GitHub page:

Gofer new
  smalltalkhubUser: 'YuriyTymchuk'
  project: 'Configuration';
  configurationOf: 'Vidi';
  load.
#ConfigurationOfVidi asClass loadStable

When I launch a review session over any package I always get the following error:

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

I'm very interested in this kind of quality assurance tools, so any help will be very welcomed.

Thank you.