Walter ZAMBOTTI

Results 9 issues of Walter ZAMBOTTI

In time_render.c the following line 18-20: ``` AG_Cond agCondBeginRender; AG_Cond agCondEndRender; AG_Mutex agCondRenderLock; ``` Should be changed for: ``` #ifdef __MINGW32__ __declspec(dllexport) AG_Cond agCondBeginRender; __declspec(dllexport) AG_Cond agCondEndRender; __declspec(dllexport) AG_Mutex agCondRenderLock;...

Line 13 of sg/sg.h `# include ` should be changed to ``` #ifdef __APPLE__ # include #else # include #endif ``` Otherwise fatal errors are caused when building in MacOS

The following line taken from configure is used to determine if the environment is Cygwin: echo "$CC $CFLAGS $TEST_CFLAGS -mcygwin -o $testdir/conftest$$ conftest$$.c 2>>config.log">>config.log However the -mcygwin compiler flag is...

Issuing AG_Redraw() requests are stacked but not processed in the event loop until such time that an actual interrupt (such as mouse motion) is handled by AG_EventLoop. The same is...

In Dependency.cpp at around line 130: //check if file is contained in one of the paths for( int i=0; i

Your demo application is linked against mclmcrrt710.dll which is part of matlab 2009. Mathworks do not provide online downloads for versions prior to 2012 (mclmcrrt7_17.dll) which I have tried but...

Attempting to perform the : conda install --file requirements.txt results in unavailable packages : ``` (graxpert) wallyz@odroidn2:~/Python/GraXpert$ conda info --envs # conda environments: # base /home/wallyz/miniforge3 graxpert * /home/wallyz/miniforge3/envs/graxpert (graxpert)...

System information follows at end. Testing the rtw_8822bu(Simplecom NW621 AC1200 USB2/3 Techkey Wifi Adapter) from rtw88 downstream. Can confirm USB3 is now working. Having a bit rate issue on all...

I am using Ubuntu 22.04.04 kernel 6.15.0-44. This kernel comes with a RTL88x2BU driver. I am uncertain Ubuntu driver is based off this GitHub project. With the driver that ships...