Opened 15 years ago

Closed 15 years ago

Last modified 15 years ago

#17988 closed defect (fixed)

evolution data server fails to build

Reported by: jwhowse4 Owned by: dbevans (David B. Evans)
Priority: Normal Milestone:
Component: ports Version: 1.7.0
Keywords: Cc:
Port: evolution-data-server

Description

On an intel mac running Leopard 10.5.6 and Xcode 3.1.2 evolution-data-server fails to build with the following error. I noticed you removed several patch files including one for icaltz-util.c, perhaps that is why the build fails?

/bin/sh ../../libtool --tag=CC   --mode=compile /usr/bin/gcc-4.0 -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../src -I../../src -I../../src/libical -I../../src/libical -I. -DPACKAGE_DATA_DIR=\""/opt/macports/share/evolution-data-server-2.24"\" -I/opt/macports/include  -O2 -MT icaltz-util.lo -MD -MP -MF .deps/icaltz-util.Tpo -c -o icaltz-util.lo icaltz-util.c
 /usr/bin/gcc-4.0 -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../src -I../../src -I../../src/libical -I../../src/libical -I. -DPACKAGE_DATA_DIR=\"/opt/macports/share/evolution-data-server-2.24\" -I/opt/macports/include -O2 -MT icaltz-util.lo -MD -MP -MF .deps/icaltz-util.Tpo -c icaltz-util.c  -fno-common -DPIC -o .libs/icaltz-util.o
icaltz-util.c: In function 'decode':
icaltz-util.c:103: error: syntax error before 'uint32_t'
icaltz-util.c:109: error: 'p' undeclared (first use in this function)
icaltz-util.c:109: error: (Each undeclared identifier is reported only once
icaltz-util.c:109: error: for each function it appears in.)
icaltz-util.c: At top level:
icaltz-util.c:118: error: syntax error before '}' token
make[7]: *** [icaltz-util.lo] Error 1
make[6]: *** [all] Error 2
make[5]: *** [all-recursive] Error 1
make[4]: *** [all-recursive] Error 1
make[3]: *** [all] Error 2
make[2]: *** [all-recursive] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2

Change History (4)

comment:1 Changed 15 years ago by dbevans (David B. Evans)

Owner: changed from macports-tickets@… to devans@…
Status: newassigned

Could be. It builds fine on my machine (10.4.11 ppc) without but they may address an issue on Leopard. Will look in more detail tonight. Is your machine ppc or intel?

comment:2 Changed 15 years ago by blb@…

Port: evolution-data-server added
Resolution: fixed
Status: assignedclosed

Should be fixed in r45345, was an Intel-based issue (or, technically, little endian issue).

comment:3 Changed 15 years ago by jwhowse4

This fix worked for me. Thanks.

comment:4 Changed 15 years ago by (none)

Milestone: Port Bugs

Milestone Port Bugs deleted

Note: See TracTickets for help on using tickets.