Custom Query (257 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (64 - 66 of 257)

Ticket Resolution Summary Owner Reporter
#271 fixed %llX-format (long long) is not supported by Windows' C Runtime stephanj ph3-der-loewe
Description
emul_gopher.c: In function 'scb_status_txt':
emul_gopher.c:132:10: warning: unknown conversion type character 'l' in format [
-Wformat]
emul_gopher.c:132:10: warning: unknown conversion type character 'l' in format [
-Wformat]
emul_gopher.c:132:10: warning: unknown conversion type character 'l' in format [
-Wformat]
emul_gopher.c:132:10: warning: unknown conversion type character 'l' in format [
-Wformat]
emul_gopher.c:132:10: warning: too many arguments for format [-Wformat-extra-arg
s]
emul_gopher.c: In function '_aprintf':
emul_gopher.c:634:6: warning: variable 'ret' set but not used [-Wunused-but-set-
variable]
#269 fixed roard fails to compile with MinGW due to non supported -rdynamic option ph3-der-loewe stephanj
Description

GCC Ver:

$ gcc --version
gcc.exe (GCC) 4.6.1
Copyright (C) 2011 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

Compiler output:

emul_gopher.c: In function 'scb_status_txt':
emul_gopher.c:132:10: warning: unknown conversion type character 'l' in format [
-Wformat]
emul_gopher.c:132:10: warning: unknown conversion type character 'l' in format [
-Wformat]
emul_gopher.c:132:10: warning: unknown conversion type character 'l' in format [
-Wformat]
emul_gopher.c:132:10: warning: unknown conversion type character 'l' in format [
-Wformat]
emul_gopher.c:132:10: warning: too many arguments for format [-Wformat-extra-arg
s]
emul_gopher.c: In function '_aprintf':
emul_gopher.c:634:6: warning: variable 'ret' set but not used [-Wunused-but-set-
variable]
/mingw/bin/gcc.exe -g -Wall -O2  -DPACKAGE_VERSION="\"1.0beta3\"" -DDEVICE_VENDO
R_ID=0 -DDEVICE_VENDOR_NAME="\"RoarAudio\"" -DDEVICE_VENDOR_STRING="\"0/RoarAudi
o\"" -DDISTRIBUTION_VERSION_STRING="\"\"" -I../include -I./include    -c -o hwmi
xer_dstr.o hwmixer_dstr.c
/mingw/bin/gcc.exe -g -Wall -O2  -DPACKAGE_VERSION="\"1.0beta3\"" -DDEVICE_VENDO
R_ID=0 -DDEVICE_VENDOR_NAME="\"RoarAudio\"" -DDEVICE_VENDOR_STRING="\"0/RoarAudi
o\"" -DDISTRIBUTION_VERSION_STRING="\"\"" -I../include -I./include    -c -o hwmi
xer_oss.o hwmixer_oss.c
/mingw/bin/gcc.exe -g -Wall -rdynamic -L../lib/  -o roard roard.o driver.o mixer
.o output.o signals.o loop.o clients.o streams.o network.o commands.o req.o sour
ces.o sample.o meta.o codecfilter.o lib.o ssynth.o container_framework.o plugins
.o memlock.o hwmixer.o auth.o caps.o rolestack.o midi.o light.o raw.o rdtcs.o wa
veform.o beep.o driver_esd.o driver_ao.o driver_roar.o driver_oss.o driver_shout
.o driver_sndio.o driver_dmx.o driver_pwmled.o driver_sysclock.o driver_wmm.o dr
iver_dstr.o driver_alsa.o driver_rsound.o driver_portaudio.o driver_pulsesimple.
o driver_jack.o driver_artsc.o codecfilter_wave.o codecfilter_raum.o codecfilter
_au.o codecfilter_cmd.o codecfilter_vorbis.o codecfilter_celt.o codecfilter_spee
x.o codecfilter_alaw.o codecfilter_mulaw.o codecfilter_sndfile.o codecfilter_fis
hsound.o codecfilter_flac.o emul_esd.o emul_simple.o emul_rsound.o emul_rplay.o
emul_gopher.o hwmixer_dstr.o hwmixer_oss.o          -lwinmm -lwinmm
     -lroareio  -lroar         -lwsock32 -lwsock32 -lws2_32 -lws2_32 -lroarlight
 -lroar         -lwsock32 -lwsock32 -lws2_32 -lws2_32 -lm -lm -lroarmidi -lroard
sp      -lroar         -lwsock32 -lwsock32 -lws2_32 -lws2_32 -lm -lm -lroardsp
    -lroar         -lwsock32 -lwsock32 -lws2_32 -lws2_32 -lm -lm -lroar
-lwsock32 -lwsock32 -lws2_32 -lws2_32
gcc.exe: error: unrecognized option '-rdynamic'
make[1]: *** [roard] Error 1
make[1]: Leaving directory `/d/dev/roaraudio-current/roard'
make: *** [all] Error 2
#268 fixed Makefile misses install and uninstall targets ph3-der-loewe
Description

The Makefile currently has no install and uninstall targets.

This may also depend on adding a configure script.

Note: See TracQuery for help on using queries.