Re: GDB configuration for multi-arch

2023-12-12 Thread Jon Turney via Cygwin-apps

On 16/10/2023 17:14, Old, Oliver via Cygwin wrote:

Good evening!

The difference in size is indeed a whopping 19M (8M -> 27M). That might be why 
the Msys devs chose to split their gdb into a main package and a multi-arch 
package that depends on the main package.

In case you decide to build gdb with 'enable-targets=all', definitely also 
configure with '--disable-sim' or it'll build simulators for the additional 
architectures.


I (finally) got around to looking at this.

The gdb 14.1 test release includes a separate gdb-multiarch package, 
with gdb built with '--enable-targets=all'.


I didn't get to do anything fancy with alternatives symlinks, so you'll 
need to explicitly run the 'gdb-multiarch' executable.



This is just an oversight, I think.

I'll look at adding that for the forthcoming gdb 14.1, assuming it
doesn't make the package ridiculously larger.




scallywag: build of gl2ps

2023-12-12 Thread Marco Atzeri via Cygwin-apps

Hi Jon,
when I build the gl2ps package on my new system, I have no problems

[ 44%] Linking C shared library cyggl2ps-1.dll
[ 44%] Built target shared
[ 55%] Building C object CMakeFiles/gl2psTest.dir/gl2psTest.c.o
[ 66%] Linking C executable gl2psTest.exe
[ 66%] Built target gl2psTest

instead Scallwag is hitting an issue on the W32API

https://github.com/cygwin/scallywag/actions/runs/7190889779/job/19584829876

I increase the verbosity but I do not see any obvious
culprit

make  -f CMakeFiles/gl2psTest.dir/build.make CMakeFiles/gl2psTest.dir/depend
make[2]: Entering directory 
'/cygdrive/d/a/scallywag/gl2ps/gl2ps-1.4.2-1.x86_64/build'
cd /cygdrive/d/a/scallywag/gl2ps/gl2ps-1.4.2-1.x86_64/build && 
/usr/bin/cmake.exe -E cmake_depends "Unix Makefiles" 
/cygdrive/d/a/scallywag/gl2ps/gl2ps-1.4.2-1.x86_64/src/gl2ps-1.4.2 
/cygdrive/d/a/scallywag/gl2ps/gl2ps-1.4.2-1.x86_64/src/gl2ps-1.4.2 
/cygdrive/d/a/scallywag/gl2ps/gl2ps-1.4.2-1.x86_64/build 
/cygdrive/d/a/scallywag/gl2ps/gl2ps-1.4.2-1.x86_64/build 
/cygdrive/d/a/scallywag/gl2ps/gl2ps-1.4.2-1.x86_64/build/CMakeFiles/gl2psTest.dir/DependInfo.cmake 
--color=
make[2]: Leaving directory 
'/cygdrive/d/a/scallywag/gl2ps/gl2ps-1.4.2-1.x86_64/build'

make  -f CMakeFiles/gl2psTest.dir/build.make CMakeFiles/gl2psTest.dir/build
make[2]: Entering directory 
'/cygdrive/d/a/scallywag/gl2ps/gl2ps-1.4.2-1.x86_64/build'

[ 55%] Building C object CMakeFiles/gl2psTest.dir/gl2psTest.c.o
/usr/bin/gcc.exe -DHAVE_PNG -DHAVE_ZLIB  -ggdb -O2 -pipe -Wall 
-Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector-strong 
--param=ssp-buffer-size=4 
-fdebug-prefix-map=/cygdrive/d/a/scallywag/gl2ps/gl2ps-1.4.2-1.x86_64/build=/usr/src/debug/gl2ps-1.4.2-1 
-fdebug-prefix-map=/cygdrive/d/a/scallywag/gl2ps/gl2ps-1.4.2-1.x86_64/src/gl2ps-1.4.2=/usr/src/debug/gl2ps-1.4.2-1 
-O2 -g -DNDEBUG -MD -MT CMakeFiles/gl2psTest.dir/gl2psTest.c.o -MF 
CMakeFiles/gl2psTest.dir/gl2psTest.c.o.d -o 
CMakeFiles/gl2psTest.dir/gl2psTest.c.o -c 
/cygdrive/d/a/scallywag/gl2ps/gl2ps-1.4.2-1.x86_64/src/gl2ps-1.4.2/gl2psTest.c

In file included from /usr/include/GL/freeglut_std.h:144,
 from /usr/include/GL/glut.h:17,
 from 
/cygdrive/d/a/scallywag/gl2ps/gl2ps-1.4.2-1.x86_64/src/gl2ps-1.4.2/gl2psTest.c:58:

/usr/include/w32api/GL/glu.h:68:78: error: expected ‘)’ before ‘*’ token
   68 | void APIENTRY gluQuadricCallback(GLUquadric *qobj,GLenum 
which,void (CALLBACK *fn)());



any suggestion will be appreciated.

Regards
Marco