all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* compiling on Macosx Tiger
@ 2005-08-14 21:42 Flatman
  2005-08-15 12:51 ` Flatman
  0 siblings, 1 reply; 2+ messages in thread
From: Flatman @ 2005-08-14 21:42 UTC (permalink / raw)



Hi,

I tried compiling emacs cvs on Tiger.
I allways have this error stopping the build process .

Any idea ?

Thanks
Erik

gcc -I/sw/include -L/sw/lib -c -fpascal-strings -fno-common -DMAC_OSX -I../mac/src   -Demacs -DHAVE_CONFIG_H   -I. -I/Users/ec/emacscvs/emacs/mac/../src -fpascal-strings -fno-common -DMAC_OSX -I../mac/src -Dtemacs -g -O2 image.c
image.c: In function 'parse_image_spec':
image.c:851: warning: pointer targets in passing argument 2 of 'strcmp' differ in signedness
image.c: In function 'slurp_file':
image.c:2130: warning: pointer targets in assignment differ in signedness
image.c: In function 'image_load_qt_1':
image.c:2203: error: 'GraphicsImportComponent' undeclared (first use in this function)
image.c:2203: error: (Each undeclared identifier is reported only once
image.c:2203: error: for each function it appears in.)
image.c:2203: error: parse error before "gi"
image.c:2212: error: 'GraphicsImporterComponentType' undeclared (first use in this function)
image.c:2213: error: 'gi' undeclared (first use in this function)
image.c:2259: error: 'graphicsImporterDrawsAllPixels' undeclared (first use in this function)
image.c: In function 'xbm_read_bitmap_data':
image.c:2986: warning: pointer targets in assignment differ in signedness
image.c: In function 'xbm_load':
image.c:3145: warning: pointer targets in passing argument 1 of 'slurp_file' differ in signedness
image.c:3224: warning: pointer targets in assignment differ in signedness
image.c:3226: warning: pointer targets in assignment differ in signedness
image.c: In function 'xpm_put_color_table_h':
image.c:4005: warning: pointer targets in passing argument 1 of 'make_unibyte_string' differ in signedness
image.c: In function 'xpm_get_color_table_h':
image.c:4018: warning: pointer targets in passing argument 1 of 'make_unibyte_string' differ in signedness
image.c: In function 'xpm_load_image':
image.c:4099: warning: pointer targets in passing argument 1 of 'sscanf' differ in signedness
image.c:4135: warning: pointer targets in passing argument 1 of 'strtok' differ in signedness
image.c:4135: warning: pointer targets in assignment differ in signedness
image.c:4138: warning: pointer targets in passing argument 1 of 'xpm_str_to_color_key' differ in signedness
image.c:4143: warning: pointer targets in assignment differ in signedness
image.c:4147: warning: pointer targets in assignment differ in signedness
image.c:4149: warning: pointer targets in passing argument 1 of 'xpm_str_to_color_key' differ in signedness
image.c:4152: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
image.c:4158: warning: pointer targets in passing argument 1 of 'build_string' differ in signedness
image.c:4175: warning: pointer targets in passing argument 2 of 'xstricmp' differ in signedness
image.c:4182: warning: pointer targets in passing argument 2 of 'xstricmp' differ in signedness
image.c: In function 'xpm_load':
image.c:4281: warning: pointer targets in passing argument 1 of 'slurp_file' differ in signedness
image.c: In function 'pbm_load':
image.c:5346: warning: pointer targets in passing argument 1 of 'slurp_file' differ in signedness
image.c: In function 'png_load':
image.c:6194: error: 'kQTFileTypePNG' undeclared (first use in this function)
image.c: In function 'tiff_load':
image.c:7066: error: 'kQTFileTypeTIFF' undeclared (first use in this function)
image.c: In function 'gif_load':
image.c:7450: error: 'Movie' undeclared (first use in this function)
image.c:7450: error: parse error before "movie"
image.c:7452: error: 'Track' undeclared (first use in this function)
image.c:7452: error: parse error before "track"
image.c:7453: error: 'Media' undeclared (first use in this function)
image.c:7485: error: 'kQTFileTypeGIF' undeclared (first use in this function)
image.c:7497: error: 'movie' undeclared (first use in this function)
image.c:7520: error: 'kDataRefExtensionMacOSFileType' undeclared (first use in this function)
image.c:7533: error: 'HandleDataHandlerSubType' undeclared (first use in this function)
image.c:7558: error: 'track' undeclared (first use in this function)
image.c:7559: error: 'media' undeclared (first use in this function)
make[1]: *** [image.o] Error 1
make: *** [src] Error 2
Make failed... Aborting make-package.

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: compiling on Macosx Tiger
  2005-08-14 21:42 compiling on Macosx Tiger Flatman
@ 2005-08-15 12:51 ` Flatman
  0 siblings, 0 replies; 2+ messages in thread
From: Flatman @ 2005-08-15 12:51 UTC (permalink / raw)


* Flatman <flatman@swing.be> wrote:
|
| Hi,
| 
| I tried compiling emacs cvs on Tiger.
| I allways have this error stopping the build process .
| 
| Any idea ?
| 
| Thanks
| Erik
| 
| gcc -I/sw/include -L/sw/lib -c -fpascal-strings -fno-common -DMAC_OSX -I../mac/src   -Demacs -DHAVE_CONFIG_H   -I. -I/Users/ec/emacscvs/emacs/mac/../src -fpascal-strings -fno-common -DMAC_OSX -I../mac/src -Dtemacs -g -O2 image.c
| image.c: In function 'parse_image_spec':
| image.c:851: warning: pointer targets in passing argument 2 of 'strcmp' differ in signedness
| image.c: In function 'slurp_file':
| image.c:2130: warning: pointer targets in assignment differ in signedness
| image.c: In function 'image_load_qt_1':
| image.c:2203: error: 'GraphicsImportComponent' undeclared (first use in this function)
| image.c:2203: error: (Each undeclared identifier is reported only once
| image.c:2203: error: for each function it appears in.)
| image.c:2203: error: parse error before "gi"
| image.c:2212: error: 'GraphicsImporterComponentType' undeclared (first use in this function)
| image.c:2213: error: 'gi' undeclared (first use in this function)
| image.c:2259: error: 'graphicsImporterDrawsAllPixels' undeclared (first use in this function)
| image.c: In function 'xbm_read_bitmap_data':
| image.c:2986: warning: pointer targets in assignment differ in signedness
| image.c: In function 'xbm_load':
| image.c:3145: warning: pointer targets in passing argument 1 of 'slurp_file' differ in signedness
| image.c:3224: warning: pointer targets in assignment differ in signedness
| image.c:3226: warning: pointer targets in assignment differ in signedness
| image.c: In function 'xpm_put_color_table_h':
| image.c:4005: warning: pointer targets in passing argument 1 of 'make_unibyte_string' differ in signedness
| image.c: In function 'xpm_get_color_table_h':
| image.c:4018: warning: pointer targets in passing argument 1 of 'make_unibyte_string' differ in signedness
| image.c: In function 'xpm_load_image':
| image.c:4099: warning: pointer targets in passing argument 1 of 'sscanf' differ in signedness
| image.c:4135: warning: pointer targets in passing argument 1 of 'strtok' differ in signedness
| image.c:4135: warning: pointer targets in assignment differ in signedness
| image.c:4138: warning: pointer targets in passing argument 1 of 'xpm_str_to_color_key' differ in signedness
| image.c:4143: warning: pointer targets in assignment differ in signedness
| image.c:4147: warning: pointer targets in assignment differ in signedness
| image.c:4149: warning: pointer targets in passing argument 1 of 'xpm_str_to_color_key' differ in signedness
| image.c:4152: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
| image.c:4158: warning: pointer targets in passing argument 1 of 'build_string' differ in signedness
| image.c:4175: warning: pointer targets in passing argument 2 of 'xstricmp' differ in signedness
| image.c:4182: warning: pointer targets in passing argument 2 of 'xstricmp' differ in signedness
| image.c: In function 'xpm_load':
| image.c:4281: warning: pointer targets in passing argument 1 of 'slurp_file' differ in signedness
| image.c: In function 'pbm_load':
| image.c:5346: warning: pointer targets in passing argument 1 of 'slurp_file' differ in signedness
| image.c: In function 'png_load':
| image.c:6194: error: 'kQTFileTypePNG' undeclared (first use in this function)
| image.c: In function 'tiff_load':
| image.c:7066: error: 'kQTFileTypeTIFF' undeclared (first use in this function)
| image.c: In function 'gif_load':
| image.c:7450: error: 'Movie' undeclared (first use in this function)
| image.c:7450: error: parse error before "movie"
| image.c:7452: error: 'Track' undeclared (first use in this function)
| image.c:7452: error: parse error before "track"
| image.c:7453: error: 'Media' undeclared (first use in this function)
| image.c:7485: error: 'kQTFileTypeGIF' undeclared (first use in this function)
| image.c:7497: error: 'movie' undeclared (first use in this function)
| image.c:7520: error: 'kDataRefExtensionMacOSFileType' undeclared (first use in this function)
| image.c:7533: error: 'HandleDataHandlerSubType' undeclared (first use in this function)
| image.c:7558: error: 'track' undeclared (first use in this function)
| image.c:7559: error: 'media' undeclared (first use in this function)
| make[1]: *** [image.o] Error 1
| make: *** [src] Error 2
| Make failed... Aborting make-package.


Found the solution !

Emacs cvs does not build with these packages installed with fink !

 i      libquicktime0   0.9.4-11        Enhanced quicktime4linux library
 i      libquicktime0-bin       0.9.4-11        Various commands using quicktime4linux library
 i      libquicktime0-shlibs    0.9.4-11        Shared libraries for quicktime4linux

Erik

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2005-08-15 12:51 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-08-14 21:42 compiling on Macosx Tiger Flatman
2005-08-15 12:51 ` Flatman

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.