Skip to Content.
Sympa Menu

sm-grimoire-bugs - [SM-Grimoire-Bugs] [Bug 13825] New: libmcal fails compile

sm-grimoire-bugs AT lists.ibiblio.org

Subject: SourceMage Grimoire Bug List

List archive

Chronological Thread  
  • From: bugzilla-daemon AT bugs.sourcemage.org
  • To: sm-grimoire-bugs AT lists.ibiblio.org
  • Subject: [SM-Grimoire-Bugs] [Bug 13825] New: libmcal fails compile
  • Date: 11 Jun 2007 02:29:46 -0000

http://bugs.sourcemage.org/show_bug.cgi?id=13825

Summary: libmcal fails compile
Product: Codex
Version: test grimoire
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: libs
AssignedTo: sm-grimoire-bugs AT lists.ibiblio.org
ReportedBy: MatthewClark AT InLesserTerms.net


Using gcc version: 3.4.6
Installing in dir: /usr/src/libmcal
libmcal 0.7
gcc -march=athlon-xp -pipe -DPIC -fPIC -O3 -O0 -Wall -g -I.. -I../libmcal -c
-o icap.o icap.c
icap.c: In function `icap_open':
icap.c:162: warning: use of cast expressions as lvalues is deprecated
gcc -march=athlon-xp -pipe -DPIC -fPIC -O3 -O0 -Wall -g -I.. -I../libmcal -c
-o icaproutines.o icaproutines.c
flex icapscanner.lex
gcc -march=athlon-xp -pipe -DPIC -fPIC -O3 -O0 -Wall -g -I.. -I../libmcal -c
-o lex.icap_yy.o lex.icap_yy.c
ld -r -o icap_driver.o icap.o icaproutines.o lex.icap_yy.o
touch bootstrap.in
gcc -march=athlon-xp -pipe -DPIC -fPIC -O3 -O0 -Wall -g -I.. -I../libmcal
-DDEBUG -c -o mstore.o mstore.c
mstore.c: In function `mstore_open':
mstore.c:311: warning: use of cast expressions as lvalues is deprecated
mstore.c: In function `mstore_store':
mstore.c:776: warning: use of cast expressions as lvalues is deprecated
ld -r -o mstore_driver.o mstore.o
touch bootstrap.in
checking for driver icap... yes
checking for driver mstore... yes
creating cache ./config.cache
checking for flex... flex
checking for yywrap in -lfl... yes
checking for gcc... gcc
checking whether the C compiler (gcc -march=athlon-xp -pipe -DPIC -fPIC -O3 -z
combreloc -s) works... yes
checking whether the C compiler (gcc -march=athlon-xp -pipe -DPIC -fPIC -O3 -z
combreloc -s) is a cross-compiler... no
checking whether we are using GNU C... yes
checking whether gcc accepts -g... yes
checking how to run the C preprocessor... gcc -E
checking for ANSI C header files... yes
checking for unistd.h... yes
checking for working const... yes
checking for size_t... yes
checking whether struct tm is in sys/time.h or time.h... time.h
checking for vprintf... yes
checking for socket... yes
checking for strdup... yes
checking for strtoul... yes
updating cache ./config.cache
creating ./config.status
creating Makefile
gcc -O0 -Wall -g -Imstore -Iicap -I. -march=athlon-xp -pipe -DPIC -fPIC
-O3
-c -o mcal.o mcal.c
mcal.c: In function `calevent_setattr':
mcal.c:361: warning: 'tmp' might be used uninitialized in this function
gcc -O0 -Wall -g -Imstore -Iicap -I. -march=athlon-xp -pipe -DPIC -fPIC
-O3
-c -o datetime.o datetime.c
datetime.c: In function `dt_roll_time':
datetime.c:384: warning: 'doe' might be used uninitialized in this function
flex icalscanner.lex
gcc -O0 -Wall -g -Imstore -Iicap -I. -march=athlon-xp -pipe -DPIC -fPIC
-O3
-c -o lex.ical_yy.o lex.ical_yy.c
icalscanner.lex: In function `ical_usebuf':
icalscanner.lex:39: error: `INITIAL' undeclared (first use in this function)
icalscanner.lex:39: error: (Each undeclared identifier is reported only once
icalscanner.lex:39: error: for each function it appears in.)
make: *** [lex.ical_yy.o] Error 1
! Problem Detected !
Creating compile log /var/log/sorcery/compile/libmcal-0.7.bz2

Spells that encountered problems:
---------------------------------
libmcal

--
Configure bugmail: http://bugs.sourcemage.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



  • [SM-Grimoire-Bugs] [Bug 13825] New: libmcal fails compile, bugzilla-daemon, 06/10/2007

Archive powered by MHonArc 2.6.24.

Top of Page