LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - General
User Name
Password
Linux - General This Linux forum is for general Linux questions and discussion.
If it is Linux Related and doesn't seem to fit in any other forum then this is the place.

Notices


Reply
  Search this Thread
Old 12-27-2006, 06:09 PM   #1
Xeratul
Senior Member
 
Registered: Jun 2006
Location: UNIX
Distribution: FreeBSD
Posts: 2,657

Rep: Reputation: 255Reputation: 255Reputation: 255
Compiling Metisse [ 1 error ] 3D-desk


So, after ./configure

Code:
config.status: creating modules/FvwmWindowMenu/FvwmWindowMenu
config.status: creating modules/FvwmGtk/Makefile
config.status: creating config.h
config.status: executing depfiles commands

FVWM Configuration:

  Version:     2.5.11 (from cvs)

  Executables: /usr/bin
  Man pages:   /usr/share/man
  Modules:     /usr/libexec/fvwm-insitu/2.5.11
  Data files:  /usr/share/fvwm-insitu
  Perl lib:    /usr/share/fvwm-insitu/perllib
  Locale msg:  /usr/share/locale  ar de fr sv_SE zh_CN

  With Asian bi-direct. text support? no: No fribidi-config found in PATH
  With Gettext Native Lang support?   yes (libc)
  With GTK+ required for FvwmGtk?     yes
  With GDK image support in FvwmGtk?  yes
  With GNOME libs support in FvwmGtk? yes
  With Iconv support?                 yes (from C library)
  With Mouse strokes (gestures)?      yes
  With PNG image support?             yes
  With ReadLine sup. in FvwmConsole?  yes
  With RPlay support in FvwmEvent?    yes
  With Shaped window support?         yes
  With Shared memory for XImage?      yes
  With Session Management support?    yes
  With Xinerama multi-head support?   yes
  With Xft anti-alias font support?   yes (version 2)
  With XPM image support?             yes
  With Xrecord for meta wm?           no: Failed to detect libXrecord
  With Xrender image support?         yes

See INSTALL.fvwm for the description of what this may mean.

Metisse Configuration:

  * Xwnc will be build and installed in  /usr/bin

  * FvwmAmetista will be build and installed in /usr/libexec/fvwm-insitu/2.5.11

and make :
there is a
Quote:
dispcur.o Error 1
Quote:
rver/render -I../../../xserver/xfixes -I../../../xserver/Xext -I../../../xserver/os -I../../../wncauth -I../../../xserver/include -I../../../xlibs/Xfont/include/X11/fonts/ -I../../../xlibs/Xau -I../../../xserver/include/X11/Xtrans -g -O2 -Wall -MT corre.o -MD -MP -MF ".deps/corre.Tpo" -c -o corre.o corre.c; \
then mv -f ".deps/corre.Tpo" ".deps/corre.Po"; else rm -f ".deps/corre.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I../../.. -I../../../xserver/fb -I../../../xserver/mi -I../../../xserver/render -I../../../xserver/xfixes -I../../../xserver/Xext -I../../../xserver/os -I../../../wncauth -I../../../xserver/include -I../../../xlibs/Xfont/include/X11/fonts/ -I../../../xlibs/Xau -I../../../xserver/include/X11/Xtrans -g -O2 -Wall -MT cursor.o -MD -MP -MF ".deps/cursor.Tpo" -c -o cursor.o cursor.c; \
then mv -f ".deps/cursor.Tpo" ".deps/cursor.Po"; else rm -f ".deps/cursor.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I../../.. -I../../../xserver/fb -I../../../xserver/mi -I../../../xserver/render -I../../../xserver/xfixes -I../../../xserver/Xext -I../../../xserver/os -I../../../wncauth -I../../../xserver/include -I../../../xlibs/Xfont/include/X11/fonts/ -I../../../xlibs/Xau -I../../../xserver/include/X11/Xtrans -g -O2 -Wall -MT cutpaste.o -MD -MP -MF ".deps/cutpaste.Tpo" -c -o cutpaste.o cutpaste.c; \
then mv -f ".deps/cutpaste.Tpo" ".deps/cutpaste.Po"; else rm -f ".deps/cutpaste.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I../../.. -I../../../xserver/fb -I../../../xserver/mi -I../../../xserver/render -I../../../xserver/xfixes -I../../../xserver/Xext -I../../../xserver/os -I../../../wncauth -I../../../xserver/include -I../../../xlibs/Xfont/include/X11/fonts/ -I../../../xlibs/Xau -I../../../xserver/include/X11/Xtrans -g -O2 -Wall -MT dispcur.o -MD -MP -MF ".deps/dispcur.Tpo" -c -o dispcur.o dispcur.c; \
then mv -f ".deps/dispcur.Tpo" ".deps/dispcur.Po"; else rm -f ".deps/dispcur.Tpo"; exit 1; fi
dispcur.c: In function ‘rfbInitCursor’:
dispcur.c:320: error: invalid lvalue in assignment
make[4]: *** [dispcur.o] Error 1
make[4]: Leaving directory `/tmp/metisse-debs/sources/metisse-0.3.3/xserver/hw/wnc'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/tmp/metisse-debs/sources/metisse-0.3.3/xserver/hw'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/tmp/metisse-debs/sources/metisse-0.3.3/xserver'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/tmp/metisse-debs/sources/metisse-0.3.3'
make: *** [all] Error 2
H E L P ! Thanks

Last edited by Xeratul; 12-27-2006 at 06:19 PM.
 
Old 12-27-2006, 06:28 PM   #2
Xeratul
Senior Member
 
Registered: Jun 2006
Location: UNIX
Distribution: FreeBSD
Posts: 2,657

Original Poster
Rep: Reputation: 255Reputation: 255Reputation: 255
dirscur.o

Code:
          rfbCursorGeneration = serverGeneration;
     }

     ScreenPriv = xcalloc( 1, sizeof(rfbCursorScreenRec) );
     if (!ScreenPriv)
          return FALSE;

 line320 is there=>    CURSOR_PRIV(pScreen) = ScreenPriv;

     /* override some screen procedures */
     ScreenPriv->QueryBestSize = pScreen->QueryBestSize;
     pScreen->QueryBestSize = rfbCursorQueryBestSize;
     
     ScreenPriv->DisplayCursor = pScreen->DisplayCursor;
     pScreen->DisplayCursor = rfbDisplayCursor;

     ScreenPriv->ConstrainCursor = pScreen->ConstrainCursor;
     pScreen->ConstrainCursor
 
Old 12-27-2006, 07:11 PM   #3
Xeratul
Senior Member
 
Registered: Jun 2006
Location: UNIX
Distribution: FreeBSD
Posts: 2,657

Original Poster
Rep: Reputation: 255Reputation: 255Reputation: 255
new error with last verions of metisse:
I../../xlibs/Xfont/include/X11/fonts/ -I../../xlibs/Xau -I../../xserver/include/X11/Xtrans -mmmx -Winl ine --param inline-unit-growth=10000 --param large-function-growth=10000 -g -O2 -Wall -MT fbtrap.o -MD -M P -MF ".deps/fbtrap.Tpo" -c -o fbtrap.o fbtrap.c; \
then mv -f ".deps/fbtrap.Tpo" ".deps/fbtrap.Po"; else rm -f ".deps/fbtrap.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../xserver/mi -I../../xserver/render -I../../xserver/include -I../../xlibs/Xfont/include/X11/fonts/ -I../../xlibs/Xau -I../../xserver/include/X11/Xtrans -mmmx -Winl ine --param inline-unit-growth=10000 --param large-function-growth=10000 -g -O2 -Wall -MT fbutil.o -MD -M P -MF ".deps/fbutil.Tpo" -c -o fbutil.o fbutil.c; \
then mv -f ".deps/fbutil.Tpo" ".deps/fbutil.Po"; else rm -f ".deps/fbutil.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../xserver/mi -I../../xserver/render -I../../xserver/include -I../../xlibs/Xfont/include/X11/fonts/ -I../../xlibs/Xau -I../../xserver/include/X11/Xtrans -mmmx -Winl ine --param inline-unit-growth=10000 --param large-function-growth=10000 -g -O2 -Wall -MT fbwindow.o -MD -MP -MF ".deps/fbwindow.Tpo" -c -o fbwindow.o fbwindow.c; \
then mv -f ".deps/fbwindow.Tpo" ".deps/fbwindow.Po"; else rm -f ".deps/fbwindow.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../xserver/mi -I../../xserver/render -I../../xserver/include -I../../xlibs/Xfont/include/X11/fonts/ -I../../xlibs/Xau -I../../xserver/include/X11/Xtrans -mmmx -Winl ine --param inline-unit-growth=10000 --param large-function-growth=10000 -g -O2 -Wall -MT fbmmx.o -MD -MP -MF ".deps/fbmmx.Tpo" -c -o fbmmx.o fbmmx.c; \
then mv -f ".deps/fbmmx.Tpo" ".deps/fbmmx.Po"; else rm -f ".deps/fbmmx.Tpo"; exit 1; fi
fbmmx.c:41: warning: specifying vector types with __attribute__ ((mode)) is deprecated
fbmmx.c:41: warning: use __attribute__ ((vector_size)) instead
fbmmx.c:42: warning: specifying vector types with __attribute__ ((mode)) is deprecated
fbmmx.c:42: warning: use __attribute__ ((vector_size)) instead
fbmmx.c:43: warning: specifying vector types with __attribute__ ((mode)) is deprecated
fbmmx.c:43: warning: use __attribute__ ((vector_size)) instead
fbmmx.c: In function ‘negate’:
fbmmx.c:111: error: incompatible type for argument 1 of ‘__builtin_ia32_pxor’
fbmmx.c:111: error: incompatible type for argument 2 of ‘__builtin_ia32_pxor’
fbmmx.c: In function ‘expand_alpha’:
fbmmx.c:170: error: incompatible type for argument 1 of ‘__builtin_ia32_por’
fbmmx.c:170: error: incompatible type for argument 2 of ‘__builtin_ia32_por’
fbmmx.c:170: error: incompatible types in assignment
fbmmx.c:172: error: incompatible type for argument 1 of ‘__builtin_ia32_por’
fbmmx.c:172: error: incompatible type for argument 2 of ‘__builtin_ia32_por’
fbmmx.c:172: error: incompatible types in assignment
fbmmx.c: In function ‘expand_alpha_rev’:
fbmmx.c:185: error: incompatible type for argument 1 of ‘__builtin_ia32_por’
fbmmx.c:185: error: incompatible type for argument 2 of ‘__builtin_ia32_por’
fbmmx.c:185: error: incompatible types in assignment
fbmmx.c:187: error: incompatible type for argument 1 of ‘__builtin_ia32_por’
fbmmx.c:187: error: incompatible type for argument 2 of ‘__builtin_ia32_por’
fbmmx.c:187: error: incompatible types in assignment
[/CODE]

fbmmx.c:207: error: incompatible types in assignment
fbmmx.c: In function ‘over_rev_non_pre’:
fbmmx.c:241: error: incompatible type for argument 1 of ‘__builtin_ia32_por’
fbmmx.c:241: error: incompatible type for argument 2 of ‘__builtin_ia32_por’
fbmmx.c: In function ‘expand565’:
fbmmx.c:307: error: incompatible type for argument 1 of ‘__builtin_ia32_por’
fbmmx.c:307: error: incompatible type for argument 2 of ‘__builtin_ia32_por’
fbmmx.c:307: error: incompatible types in assignment
fbmmx.c:308: error: incompatible type for argument 1 of ‘__builtin_ia32_por’
fbmmx.c:308: error: incompatible type for argument 2 of ‘__builtin_ia32_por’
fbmmx.c:308: error: incompatible types in assignment
fbmmx.c:309: error: incompatible type for argument 1 of ‘__builtin_ia32_pand’
fbmmx.c:309: error: incompatible type for argument 2 of ‘__builtin_ia32_pand’
fbmmx.c:309: error: incompatible types in assignment
fbmmx.c: In function ‘pack565’:
fbmmx.c:331: error: incompatible type for argument 1 of ‘__builtin_ia32_pand’
fbmmx.c:331: error: incompatible type for argument 2 of ‘__builtin_ia32_pand’
fbmmx.c:331: error: incompatible types in assignment
fbmmx.c:332: error: incompatible type for argument 1 of ‘__builtin_ia32_pand’
fbmmx.c:332: error: incompatible type for argument 2 of ‘__builtin_ia32_pand’
fbmmx.c:332: error: incompatible types in assignment
fbmmx.c:333: error: incompatible type for argument 1 of ‘__builtin_ia32_pand’
fbmmx.c:333: error: incompatible type for argument 2 of ‘__builtin_ia32_pand’
fbmmx.c:333: error: incompatible types in assignment
fbmmx.c:340: error: incompatible type for argument 1 of ‘__builtin_ia32_pand’
fbmmx.c:340: error: incompatible type for argument 2 of ‘__builtin_ia32_pand’
fbmmx.c:340: error: incompatible types in assignment
fbmmx.c:342: error: incompatible type for argument 1 of ‘__builtin_ia32_pand’
fbmmx.c:342: error: incompatible type for argument 2 of ‘__builtin_ia32_pand’
fbmmx.c:342: error: incompatible types in assignment
fbmmx.c:344: error: incompatible type for argument 1 of ‘__builtin_ia32_pand’
fbmmx.c:344: error: incompatible type for argument 2 of ‘__builtin_ia32_pand’
fbmmx.c:344: error: incompatible types in assignment
fbmmx.c:346: error: incompatible type for argument 1 of ‘__builtin_ia32_pand’
fbmmx.c:346: error: incompatible type for argument 2 of ‘__builtin_ia32_pand’
fbmmx.c:346: error: incompatible types in assignment
fbmmx.c:348: error: incompatible type for argument 1 of ‘__builtin_ia32_por’
fbmmx.c:348: error: incompatible type for argument 2 of ‘__builtin_ia32_por’
fbmmx.c:348: error: incompatible types in assignment
fbmmx.c:349: error: incompatible type for argument 1 of ‘__builtin_ia32_por’
fbmmx.c:349: error: incompatible type for argument 2 of ‘__builtin_ia32_por’
fbmmx.c:349: error: incompatible types in assignment
fbmmx.c:351: error: incompatible type for argument 1 of ‘__builtin_ia32_por’
fbmmx.c:351: error: incompatible type for argument 2 of ‘__builtin_ia32_por’
make[3]: *** [fbmmx.o] Error 1
make[3]: Leaving directory `/tmp/tmp2/metisse-0.3.5/xserver/fb'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/tmp/tmp2/metisse-0.3.5/xserver'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/tmp/tmp2/metisse-0.3.5'
make: *** [all] Error 2
 
Old 12-27-2006, 08:08 PM   #4
Xeratul
Senior Member
 
Registered: Jun 2006
Location: UNIX
Distribution: FreeBSD
Posts: 2,657

Original Poster
Rep: Reputation: 255Reputation: 255Reputation: 255
after using deb & rpm :

Code:
$ metisse-start-fvwm 
Start fvwmi with args -d :0.0 -w wnc://127.0.0.1:1  for FvwmAmetista
[1]+  Segmentation fault
Help
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Metisse compile Da_Panther Linux - Software 3 02-03-2007 01:56 PM
i get an error ./term.c :95 error conflicting types of tpam when compiling bitchx eveningblush Programming 0 03-30-2006 06:46 AM
Installing Metisse on FC4 Prumpus Linux - Software 1 03-06-2006 08:30 PM
Error compiling php 5.1 and also a fantastico error arachn1d Linux - Software 0 02-19-2006 04:52 PM
Linux Help desk sefra General 2 11-04-2005 04:10 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - General

All times are GMT -5. The time now is 07:38 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration