ajstarks wrote:thanks, fixed.
Hi, its not totally fixed. I get these errors (gcc 5.2.1):
Code: Select all
royce@anshulPi:~$ git clone git://github.com/ajstarks/openvg
Cloning into 'openvg'...
remote: Counting objects: 1000, done.
remote: Total 1000 (delta 0), reused 0 (delta 0), pack-reused 1000
Receiving objects: 100% (1000/1000), 6.14 MiB | 548.00 KiB/s, done.
Resolving deltas: 100% (547/547), done.
Checking connectivity... done.
royce@anshulPi:~$ cd openvg
royce@anshulPi:~/openvg$ make
g++ -I/usr/include/freetype2 fontutil/font2openvg.cpp -o font2openvg -lfreetype
./font2openvg /usr/share/fonts/truetype/ttf-dejavu/DejaVuSans.ttf DejaVuSans.inc DejaVuSans
468 glyphs written
./font2openvg /usr/share/fonts/truetype/ttf-dejavu/DejaVuSansMono.ttf DejaVuSansMono.inc DejaVuSansMono
468 glyphs written
./font2openvg /usr/share/fonts/truetype/ttf-dejavu/DejaVuSerif.ttf DejaVuSerif.inc DejaVuSerif
468 glyphs written
gcc -O2 -Wall -I/opt/vc/include -I/opt/vc/include/interface/vmcs_host/linux -I/opt/vc/include/interface/vcos/pthreads -fPIC -c oglinit.c
In file included from /opt/vc/include/interface/vcos/vcos.h:185:0,
from /opt/vc/include/interface/vmcs_host/vc_dispmanx.h:33,
from /opt/vc/include/EGL/eglplatform.h:110,
from /opt/vc/include/EGL/egl.h:36,
from oglinit.c:1:
/opt/vc/include/interface/vcos/vcos_timer.h:112:6: warning: inline function ‘vcos_timer_delete’ declared but never defined
void vcos_timer_delete(VCOS_TIMER_T *timer);
^
/opt/vc/include/interface/vcos/vcos_timer.h:109:6: warning: inline function ‘vcos_timer_reset’ declared but never defined
void vcos_timer_reset(VCOS_TIMER_T *timer, VCOS_UNSIGNED delay);
^
/opt/vc/include/interface/vcos/vcos_timer.h:102:6: warning: inline function ‘vcos_timer_cancel’ declared but never defined
void vcos_timer_cancel(VCOS_TIMER_T *timer);
^
/opt/vc/include/interface/vcos/vcos_timer.h:95:6: warning: inline function ‘vcos_timer_set’ declared but never defined
void vcos_timer_set(VCOS_TIMER_T *timer, VCOS_UNSIGNED delay);
^
/opt/vc/include/interface/vcos/vcos_timer.h:80:15: warning: inline function ‘vcos_timer_create’ declared but never defined
VCOS_STATUS_T vcos_timer_create(VCOS_TIMER_T *timer,
^
In file included from /opt/vc/include/interface/vcos/vcos.h:127:0,
from /opt/vc/include/interface/vmcs_host/vc_dispmanx.h:33,
from /opt/vc/include/EGL/eglplatform.h:110,
from /opt/vc/include/EGL/egl.h:36,
from oglinit.c:1:
/opt/vc/include/interface/vcos/vcos_thread.h:269:6: warning: inline function ‘vcos_thread_resume’ declared but never defined
void vcos_thread_resume(VCOS_THREAD_T *thread);
^
/opt/vc/include/interface/vcos/vcos_thread.h:262:5: warning: inline function ‘vcos_thread_running’ declared but never defined
int vcos_thread_running(VCOS_THREAD_T *thread);
^
/opt/vc/include/interface/vcos/vcos_thread.h:251:15: warning: inline function ‘vcos_change_preemption’ declared but never defined
VCOS_UNSIGNED vcos_change_preemption(VCOS_UNSIGNED pe);
^
/opt/vc/include/interface/vcos/vcos_thread.h:234:6: warning: inline function ‘vcos_thread_relinquish’ declared but never defined
void vcos_thread_relinquish(void);
^
/opt/vc/include/interface/vcos/vcos_thread.h:186:15: warning: inline function ‘vcos_thread_get_affinity’ declared but never defined
VCOS_UNSIGNED vcos_thread_get_affinity(VCOS_THREAD_T *thread);
^
gcc -O2 -Wall -I/opt/vc/include -I/opt/vc/include/interface/vmcs_host/linux -I/opt/vc/include/interface/vcos/pthreads -fPIC -c libshapes.c
In file included from /opt/vc/include/interface/vcos/vcos.h:185:0,
from /opt/vc/include/interface/vmcs_host/vc_dispmanx.h:33,
from /opt/vc/include/EGL/eglplatform.h:110,
from /opt/vc/include/EGL/egl.h:36,
from libshapes.c:15:
/opt/vc/include/interface/vcos/vcos_timer.h:112:6: warning: inline function ‘vcos_timer_delete’ declared but never defined
void vcos_timer_delete(VCOS_TIMER_T *timer);
^
/opt/vc/include/interface/vcos/vcos_timer.h:109:6: warning: inline function ‘vcos_timer_reset’ declared but never defined
void vcos_timer_reset(VCOS_TIMER_T *timer, VCOS_UNSIGNED delay);
^
/opt/vc/include/interface/vcos/vcos_timer.h:102:6: warning: inline function ‘vcos_timer_cancel’ declared but never defined
void vcos_timer_cancel(VCOS_TIMER_T *timer);
^
/opt/vc/include/interface/vcos/vcos_timer.h:95:6: warning: inline function ‘vcos_timer_set’ declared but never defined
void vcos_timer_set(VCOS_TIMER_T *timer, VCOS_UNSIGNED delay);
^
/opt/vc/include/interface/vcos/vcos_timer.h:80:15: warning: inline function ‘vcos_timer_create’ declared but never defined
VCOS_STATUS_T vcos_timer_create(VCOS_TIMER_T *timer,
^
In file included from /opt/vc/include/interface/vcos/vcos.h:127:0,
from /opt/vc/include/interface/vmcs_host/vc_dispmanx.h:33,
from /opt/vc/include/EGL/eglplatform.h:110,
from /opt/vc/include/EGL/egl.h:36,
from libshapes.c:15:
/opt/vc/include/interface/vcos/vcos_thread.h:269:6: warning: inline function ‘vcos_thread_resume’ declared but never defined
void vcos_thread_resume(VCOS_THREAD_T *thread);
^
/opt/vc/include/interface/vcos/vcos_thread.h:262:5: warning: inline function ‘vcos_thread_running’ declared but never defined
int vcos_thread_running(VCOS_THREAD_T *thread);
^
/opt/vc/include/interface/vcos/vcos_thread.h:251:15: warning: inline function ‘vcos_change_preemption’ declared but never defined
VCOS_UNSIGNED vcos_change_preemption(VCOS_UNSIGNED pe);
^
/opt/vc/include/interface/vcos/vcos_thread.h:234:6: warning: inline function ‘vcos_thread_relinquish’ declared but never defined
void vcos_thread_relinquish(void);
^
/opt/vc/include/interface/vcos/vcos_thread.h:186:15: warning: inline function ‘vcos_thread_get_affinity’ declared but never defined
VCOS_UNSIGNED vcos_thread_get_affinity(VCOS_THREAD_T *thread);
^
gcc -L/opt/vc/lib -lGLESv2 -lEGL -ljpeg -shared -o libshapes.so oglinit.o libshapes.o
royce@anshulPi:~/openvg$
The following changes to the Makefile got rid of these errors (thanks to @Paeryn):
Forcing
-std=gnu89 in all lines with gcc
Moving the
$(LIBFLAGS) to the end of the line in the library: option.
But then, while trying to build the demos in the ~/openvg/client/ folder, I get errors:
Code: Select all
royce@anshulPi:~$ cd openvg/client
royce@anshulPi:~/openvg/client$ make
gcc -Wall -I/opt/vc/include -I/opt/vc/include/interface/vmcs_host/linux -I/opt/vc/include/interface/vcos/pthreads -I.. -L/opt/vc/lib -lGLESv2 -lEGL -lbcm_host -lpthread -ljpeg -o shapedemo shapedemo.c ../libshapes.o ../oglinit.o
../libshapes.o: In function `loadfont':
libshapes.c:(.text+0x152): undefined reference to `vgCreatePath'
libshapes.c:(.text+0x16a): undefined reference to `vgAppendPathData'
../libshapes.o: In function `unloadfont':
libshapes.c:(.text+0x1de): undefined reference to `vgDestroyPath'
../libshapes.o: In function `createImageFromJpeg':
libshapes.c:(.text+0x21a): undefined reference to `jpeg_std_error'
libshapes.c:(.text+0x22c): undefined reference to `jpeg_CreateDecompress'
libshapes.c:(.text+0x234): undefined reference to `jpeg_stdio_src'
libshapes.c:(.text+0x23c): undefined reference to `jpeg_read_header'
libshapes.c:(.text+0x242): undefined reference to `jpeg_start_decompress'
libshapes.c:(.text+0x282): undefined reference to `jpeg_read_scanlines'
libshapes.c:(.text+0x2f8): undefined reference to `vgCreateImage'
libshapes.c:(.text+0x310): undefined reference to `vgImageSubData'
libshapes.c:(.text+0x316): undefined reference to `jpeg_destroy_decompress'
../libshapes.o: In function `makeimage':
libshapes.c:(.text+0x382): undefined reference to `vgCreateImage'
libshapes.c:(.text+0x396): undefined reference to `vgImageSubData'
libshapes.c:(.text+0x3b4): undefined reference to `vgSetPixels'
../libshapes.o: In function `Image':
libshapes.c:(.text+0x3fe): undefined reference to `vgSetPixels'
../libshapes.o: In function `dumpscreen':
libshapes.c:(.text+0x43a): undefined reference to `vgReadPixels'
../libshapes.o: In function `init':
libshapes.c:(.text+0x498): undefined reference to `bcm_host_init'
../libshapes.o: In function `finish':
libshapes.c:(.text+0x698): undefined reference to `eglSwapBuffers'
libshapes.c:(.text+0x6a4): undefined reference to `eglMakeCurrent'
libshapes.c:(.text+0x6ac): undefined reference to `eglDestroySurface'
libshapes.c:(.text+0x6b4): undefined reference to `eglDestroyContext'
../libshapes.o: In function `setfill':
libshapes.c:(.text+0x6ec): undefined reference to `vgCreatePaint'
libshapes.c:(.text+0x6fa): undefined reference to `vgSetParameteri'
libshapes.c:(.text+0x708): undefined reference to `vgSetParameterfv'
libshapes.c:(.text+0x710): undefined reference to `vgSetPaint'
../libshapes.o: In function `setstroke':
libshapes.c:(.text+0x724): undefined reference to `vgCreatePaint'
libshapes.c:(.text+0x732): undefined reference to `vgSetParameteri'
libshapes.c:(.text+0x740): undefined reference to `vgSetParameterfv'
libshapes.c:(.text+0x748): undefined reference to `vgSetPaint'
../libshapes.o: In function `StrokeWidth':
libshapes.c:(.text+0x75e): undefined reference to `vgSetf'
libshapes.c:(.text+0x76a): undefined reference to `vgSeti'
../libshapes.o: In function `setstop':
libshapes.c:(.text+0x894): undefined reference to `vgSetParameteri'
libshapes.c:(.text+0x8a0): undefined reference to `vgSetParameteri'
libshapes.c:(.text+0x8b0): undefined reference to `vgSetParameterfv'
../libshapes.o: In function `FillLinearGradient':
libshapes.c:(.text+0x8e4): undefined reference to `vgCreatePaint'
libshapes.c:(.text+0x8f2): undefined reference to `vgSetParameteri'
libshapes.c:(.text+0x900): undefined reference to `vgSetParameterfv'
libshapes.c:(.text+0x910): undefined reference to `vgDestroyPaint'
../libshapes.o: In function `FillRadialGradient':
libshapes.c:(.text+0x954): undefined reference to `vgCreatePaint'
libshapes.c:(.text+0x962): undefined reference to `vgSetParameteri'
libshapes.c:(.text+0x970): undefined reference to `vgSetParameterfv'
libshapes.c:(.text+0x980): undefined reference to `vgDestroyPaint'
../libshapes.o: In function `ClipRect':
libshapes.c:(.text+0x9be): undefined reference to `vgSeti'
libshapes.c:(.text+0x9d6): undefined reference to `vgSetiv'
../libshapes.o: In function `Text':
libshapes.c:(.text+0xab0): undefined reference to `vgGetMatrix'
libshapes.c:(.text+0xaea): undefined reference to `vgLoadMatrix'
libshapes.c:(.text+0xaf0): undefined reference to `vgMultMatrix'
libshapes.c:(.text+0xafe): undefined reference to `vgDrawPath'
libshapes.c:(.text+0xb28): undefined reference to `vgLoadMatrix'
../libshapes.o: In function `newpath':
libshapes.c:(.text+0xd68): undefined reference to `vgCreatePath'
../libshapes.o: In function `makecurve':
libshapes.c:(.text+0xd8c): undefined reference to `vgAppendPathData'
libshapes.c:(.text+0xd94): undefined reference to `vgDrawPath'
../libshapes.o: In function `poly':
libshapes.c:(.text+0xebc): undefined reference to `vguPolygon'
libshapes.c:(.text+0xec4): undefined reference to `vgDrawPath'
libshapes.c:(.text+0xeca): undefined reference to `vgDestroyPath'
../libshapes.o: In function `Rect':
libshapes.c:(.text+0xf10): undefined reference to `vguRect'
libshapes.c:(.text+0xf18): undefined reference to `vgDrawPath'
../libshapes.o: In function `Line':
libshapes.c:(.text+0xf58): undefined reference to `vguLine'
libshapes.c:(.text+0xf60): undefined reference to `vgDrawPath'
../libshapes.o: In function `Roundrect':
libshapes.c:(.text+0xfb0): undefined reference to `vguRoundRect'
libshapes.c:(.text+0xfb8): undefined reference to `vgDrawPath'
../libshapes.o: In function `Ellipse':
libshapes.c:(.text+0xff8): undefined reference to `vguEllipse'
libshapes.c:(.text+0x1000): undefined reference to `vgDrawPath'
../libshapes.o: In function `Arc':
libshapes.c:(.text+0x105c): undefined reference to `vguArc'
libshapes.c:(.text+0x1064): undefined reference to `vgDrawPath'
../libshapes.o: In function `Start':
libshapes.c:(.text+0x10b0): undefined reference to `vgSetfv'
libshapes.c:(.text+0x10bc): undefined reference to `vgClear'
libshapes.c:(.text+0x10e0): undefined reference to `vgLoadIdentity'
../libshapes.o: In function `End':
libshapes.c:(.text+0x110a): undefined reference to `vgGetError'
libshapes.c:(.text+0x1118): undefined reference to `eglSwapBuffers'
libshapes.c:(.text+0x111c): undefined reference to `eglGetError'
../libshapes.o: In function `SaveEnd':
libshapes.c:(.text+0x117c): undefined reference to `vgGetError'
libshapes.c:(.text+0x11b2): undefined reference to `eglSwapBuffers'
libshapes.c:(.text+0x11b6): undefined reference to `eglGetError'
../libshapes.o: In function `Background':
libshapes.c:(.text+0x1258): undefined reference to `vgSetfv'
libshapes.c:(.text+0x1268): undefined reference to `vgClear'
../libshapes.o: In function `BackgroundRGB':
libshapes.c:(.text+0x12a8): undefined reference to `vgSetfv'
libshapes.c:(.text+0x12b8): undefined reference to `vgClear'
../libshapes.o: In function `RectOutline':
libshapes.c:(.text+0x1404): undefined reference to `vguRect'
libshapes.c:(.text+0x140c): undefined reference to `vgDrawPath'
../libshapes.o: In function `RoundrectOutline':
libshapes.c:(.text+0x145c): undefined reference to `vguRoundRect'
libshapes.c:(.text+0x1464): undefined reference to `vgDrawPath'
../libshapes.o: In function `EllipseOutline':
libshapes.c:(.text+0x14a4): undefined reference to `vguEllipse'
libshapes.c:(.text+0x14ac): undefined reference to `vgDrawPath'
../libshapes.o: In function `ArcOutline':
libshapes.c:(.text+0x1508): undefined reference to `vguArc'
libshapes.c:(.text+0x1510): undefined reference to `vgDrawPath'
../libshapes.o: In function `makeimage':
libshapes.c:(.text+0x3c4): undefined reference to `vgDestroyImage'
../libshapes.o: In function `Image':
libshapes.c:(.text+0x40e): undefined reference to `vgDestroyImage'
../libshapes.o: In function `finish':
libshapes.c:(.text+0x6be): undefined reference to `eglTerminate'
../libshapes.o: In function `Translate':
libshapes.c:(.text+0x6d8): undefined reference to `vgTranslate'
../libshapes.o: In function `Rotate':
libshapes.c:(.text+0x6dc): undefined reference to `vgRotate'
../libshapes.o: In function `Shear':
libshapes.c:(.text+0x6e0): undefined reference to `vgShear'
../libshapes.o: In function `Scale':
libshapes.c:(.text+0x6e4): undefined reference to `vgScale'
../libshapes.o: In function `setfill':
libshapes.c:(.text+0x71a): undefined reference to `vgDestroyPaint'
../libshapes.o: In function `setstroke':
libshapes.c:(.text+0x752): undefined reference to `vgDestroyPaint'
../libshapes.o: In function `StrokeWidth':
libshapes.c:(.text+0x77a): undefined reference to `vgSeti'
../libshapes.o: In function `setstop':
libshapes.c:(.text+0x8bc): undefined reference to `vgSetPaint'
../libshapes.o: In function `ClipEnd':
libshapes.c:(.text+0x9fa): undefined reference to `vgSeti'
../libshapes.o: In function `makecurve':
libshapes.c:(.text+0xd9e): undefined reference to `vgDestroyPath'
../libshapes.o: In function `Rect':
libshapes.c:(.text+0xf26): undefined reference to `vgDestroyPath'
../libshapes.o: In function `Line':
libshapes.c:(.text+0xf6e): undefined reference to `vgDestroyPath'
../libshapes.o: In function `Roundrect':
libshapes.c:(.text+0xfc6): undefined reference to `vgDestroyPath'
../libshapes.o: In function `Ellipse':
libshapes.c:(.text+0x100e): undefined reference to `vgDestroyPath'
../libshapes.o:libshapes.c:(.text+0x1072): more undefined references to `vgDestroyPath' follow
../libshapes.o: In function `WindowClear':
libshapes.c:(.text+0x12e4): undefined reference to `vgClear'
../libshapes.o: In function `AreaClear':
libshapes.c:(.text+0x12ec): undefined reference to `vgClear'
../libshapes.o: In function `RectOutline':
libshapes.c:(.text+0x141a): undefined reference to `vgDestroyPath'
../libshapes.o: In function `RoundrectOutline':
libshapes.c:(.text+0x1472): undefined reference to `vgDestroyPath'
../libshapes.o: In function `EllipseOutline':
libshapes.c:(.text+0x14ba): undefined reference to `vgDestroyPath'
../libshapes.o: In function `ArcOutline':
libshapes.c:(.text+0x151e): undefined reference to `vgDestroyPath'
../oglinit.o: In function `setWindowParams':
oglinit.c:(.text+0x72): undefined reference to `vc_dispmanx_rect_set'
../oglinit.o: In function `oglinit':
oglinit.c:(.text+0x11e): undefined reference to `eglGetDisplay'
oglinit.c:(.text+0x12e): undefined reference to `eglInitialize'
oglinit.c:(.text+0x13e): undefined reference to `eglBindAPI'
oglinit.c:(.text+0x152): undefined reference to `eglChooseConfig'
oglinit.c:(.text+0x162): undefined reference to `eglCreateContext'
oglinit.c:(.text+0x172): undefined reference to `graphics_get_display_size'
oglinit.c:(.text+0x1a8): undefined reference to `vc_dispmanx_display_open'
oglinit.c:(.text+0x1b4): undefined reference to `vc_dispmanx_update_start'
oglinit.c:(.text+0x1d0): undefined reference to `vc_dispmanx_element_add'
oglinit.c:(.text+0x1e4): undefined reference to `vc_dispmanx_update_submit_sync'
oglinit.c:(.text+0x1f0): undefined reference to `eglCreateWindowSurface'
oglinit.c:(.text+0x206): undefined reference to `eglSurfaceAttrib'
oglinit.c:(.text+0x216): undefined reference to `eglMakeCurrent'
../oglinit.o: In function `dispmanMoveWindow':
oglinit.c:(.text+0x354): undefined reference to `vc_dispmanx_update_start'
oglinit.c:(.text+0x36c): undefined reference to `vc_dispmanx_element_change_attributes'
oglinit.c:(.text+0x372): undefined reference to `vc_dispmanx_update_submit_sync'
../oglinit.o: In function `dispmanChangeWindowOpacity':
oglinit.c:(.text+0x3a2): undefined reference to `vc_dispmanx_update_start'
oglinit.c:(.text+0x3ba): undefined reference to `vc_dispmanx_element_change_attributes'
../oglinit.o: In function `setWindowParams':
oglinit.c:(.text+0x88): undefined reference to `vc_dispmanx_rect_set'
../oglinit.o: In function `dispmanChangeWindowOpacity':
oglinit.c:(.text+0x3c6): undefined reference to `vc_dispmanx_update_submit_sync'
collect2: error: ld returned 1 exit status
Makefile:7: recipe for target 'shapedemo' failed
make: *** [shapedemo] Error 1
royce@anshulPi:~/openvg/client$
So I made the same 2 modifications to the makefile (moved $(LIBFLAGS) to the end at the
shapedemo: option - rest were ok), and still got these errors (though many disappeared):
Code: Select all
royce@anshulPi:~$ cd openvg/client
royce@anshulPi:~/openvg/client$ make
gcc -std=gnu89 -Wall -I/opt/vc/include -I/opt/vc/include/interface/vmcs_host/linux -I/opt/vc/include/interface/vcos/pthreads -I.. -o shapedemo shapedemo.c ../libshapes.o ../oglinit.o -L/opt/vc/lib -lGLESv2 -lEGL -lbcm_host -lpthread -ljpeg
/opt/vc/lib/libEGL.so: undefined reference to `glxx_buffer_info_set'
/opt/vc/lib/libEGL.so: undefined reference to `glBufferSubData'
/opt/vc/lib/libEGL.so: undefined reference to `glxx_client_GetFramebufferAttachmentParameteriv'
/opt/vc/lib/libEGL.so: undefined reference to `glxx_client_state_free'
/opt/vc/lib/libEGL.so: undefined reference to `glxx_client_DeleteRenderbuffers'
/opt/vc/lib/libEGL.so: undefined reference to `glxx_set_error'
/opt/vc/lib/libEGL.so: undefined reference to `glxx_client_GenFramebuffers'
/opt/vc/lib/libEGL.so: undefined reference to `glxx_set_error_api'
/opt/vc/lib/libEGL.so: undefined reference to `glxx_client_BindRenderbuffer'
/opt/vc/lib/libEGL.so: undefined reference to `glxx_client_FramebufferTexture2D'
/opt/vc/lib/libEGL.so: undefined reference to `glxx_client_GenRenderbuffers'
/opt/vc/lib/libEGL.so: undefined reference to `glxx_client_DeleteFramebuffers'
/opt/vc/lib/libEGL.so: undefined reference to `glxx_client_GetRenderbufferParameteriv'
/opt/vc/lib/libEGL.so: undefined reference to `glxx_client_RenderbufferStorage'
/opt/vc/lib/libEGL.so: undefined reference to `glxx_client_IsFramebuffer'
/opt/vc/lib/libEGL.so: undefined reference to `glintAttribPointer'
/opt/vc/lib/libEGL.so: undefined reference to `glxx_client_GenerateMipmap'
/opt/vc/lib/libEGL.so: undefined reference to `glPointSizePointerOES'
/opt/vc/lib/libEGL.so: undefined reference to `gl20_client_state_init'
/opt/vc/lib/libEGL.so: undefined reference to `gl11_client_state_init'
/opt/vc/lib/libEGL.so: undefined reference to `glxx_client_FramebufferRenderbuffer'
/opt/vc/lib/libEGL.so: undefined reference to `glxx_client_IsRenderbuffer'
/opt/vc/lib/libEGL.so: undefined reference to `glxx_buffer_info_get'
/opt/vc/lib/libEGL.so: undefined reference to `glxx_client_BindFramebuffer'
/opt/vc/lib/libEGL.so: undefined reference to `glxx_client_CheckFramebufferStatus'
/opt/vc/lib/libEGL.so: undefined reference to `glDiscardFramebufferEXT'
collect2: error: ld returned 1 exit status
Makefile:7: recipe for target 'shapedemo' failed
make: *** [shapedemo] Error 1
royce@anshulPi:~/openvg/client$
So I'm at a loss at what to do next.
In the
earlier version (before the latest update) make ran without errors (after the 2 changes as above) and I could compile and run the demos.
Thank You.
--
Best Regards,
-- Royce Pereira