Debian etch - 64 Bit: Suche Flashplayer für Icewesel

Bratkartoffel

gebratene Kartoffel
Premium-User
Hi Leute,

stehe vor einem ziemlich simplen Problem, welches ich aber ums verrecken nicht auf die Reihe bringe. Ich habe auf meinem PC ein 64 Bit Debian installiert (Kernel 2.6.24-1) und da den Iceweasel (quasi Firefox).

Nun brauche ich für bestimmte Seiten (youtube u. a.) natürlich den Flashplayer um die Videos ansehen zu können.

Jedoch bin ich noch immer auf der Suche nach einem Flashplayer. Der von Adobe ist nur für 32 Bit, genau so wie alle anderen, die ich per google gefunden habe. Ein Freund von mir meinte dazu nur dass es keine Flashplayer für 64er OSes gibt. Stimmt das?
 
Also ich hab auf meinen 64bit Linux System den Flashplayer mit nspluginwrapper eingebunden.

Mit dem kannst du 32bit Plugins in nem 64bit Browser laufen lassen. Ein reines 64bit Flashplugin von Adobe gibts leider nicht.
 
Geht bei mir nicht, folgende Ausgabe in der Konsole (gibt für Debian leider keine fertigen Pakete, deshalb muss ich mir die selber bauen)

Code:
evil-eye:/home/ee/Desktop/nspluginwrapper-0.9.91.5# make
cc -o npconfig-npw-config.o -c src/npw-config.c -I. -I. -Wall
In file included from src/npw-config.c:21:
src/sysdeps.h:25:2: error: #error "Your compiler is not ISO. Get a real one."
src/sysdeps.h:28:20: error: config.h: Datei oder Verzeichnis nicht gefunden
src/npw-config.c: In function ‘get_system_mozilla_plugin_dir’:
src/npw-config.c:113: error: ‘LIBDIR’ undeclared (first use in this function)
src/npw-config.c:113: error: (Each undeclared identifier is reported only once
src/npw-config.c:113: error: for each function it appears in.)
src/npw-config.c:113: error: expected ‘,’ or ‘;’ before string constant
src/npw-config.c:146: error: initializer element is not constant
src/npw-config.c:146: error: (near initialization for ‘suse_dirs[0]’)
src/npw-config.c:146: error: expected ‘}’ before string constant
src/npw-config.c:161: error: initializer element is not constant
src/npw-config.c:161: error: (near initialization for ‘gentoo_dirs[0]’)
src/npw-config.c:161: error: expected ‘}’ before string constant
src/npw-config.c: In function ‘detect_plugin_viewer’:
src/npw-config.c:508: error: ‘HOST_ARCH’ undeclared (first use in this function)
src/npw-config.c:508: warning: passing argument 2 of ‘strcmp’ from incompatible pointer type
src/npw-config.c:509: error: ‘HOST_OS’ undeclared (first use in this function)
src/npw-config.c:509: warning: passing argument 2 of ‘strcmp’ from incompatible pointer type
src/npw-config.c:512: error: ‘for’ loop initial declaration used outside C99 mode
src/npw-config.c:517: error: ‘NPW_LIBDIR’ undeclared (first use in this function)
src/npw-config.c:517: warning: format ‘%s’ expects type ‘char *’, but argument 3 has type ‘const char **’
src/npw-config.c:522: error: ‘for’ loop initial declaration used outside C99 mode
src/npw-config.c: In function ‘is_wrapper_plugin_0’:
src/npw-config.c:617: error: ‘NPW_LIBDIR’ undeclared (first use in this function)
src/npw-config.c:617: error: expected ‘)’ before string constant
src/npw-config.c:617: warning: passing argument 2 of ‘strcmp’ from incompatible pointer type
src/npw-config.c:618: error: expected ‘)’ before string constant
src/npw-config.c:618: warning: passing argument 2 of ‘strcmp’ from incompatible pointer type
src/npw-config.c: In function ‘is_system_wide_wrapper_plugin’:
src/npw-config.c:640: error: expected ‘)’ before ‘NPW_VERSION’
src/npw-config.c: In function ‘do_install_plugin’:
src/npw-config.c:698: error: ‘NPW_LIBDIR’ undeclared (first use in this function)
src/npw-config.c:698: error: expected ‘)’ before string constant
src/npw-config.c:698: warning: passing argument 1 of ‘is_wrapper_plugin’ from incompatible pointer type
src/npw-config.c:698: error: too few arguments to function ‘is_wrapper_plugin’
src/npw-config.c:703: error: expected ‘)’ before string constant
src/npw-config.c:703: warning: passing argument 2 of ‘strcmp’ from incompatible pointer type
src/npw-config.c:728: error: expected ‘)’ before ‘NPW_VERSION’
src/npw-config.c:728: error: too few arguments to function ‘memcmp’
src/npw-config.c:706: warning: unused variable ‘plugin_ident_length’
src/npw-config.c: In function ‘update_plugin’:
src/npw-config.c:867: error: expected ‘)’ before ‘NPW_VERSION’
src/npw-config.c: In function ‘print_usage’:
src/npw-config.c:916: error: ‘NPW_VERSION’ undeclared (first use in this function)
src/npw-config.c:916: warning: format ‘%s’ expects type ‘char *’, but argument 3 has type ‘const char **’
make: *** [npconfig-npw-config.o] Fehler 1
evil-eye:/home/ee/Desktop/nspluginwrapper-0.9.91.5#

Mich macht vorallem die 4te Zeile stutzig ("Your compiler is not ISO. Get a real one."). Als Compiler habe ich gcc und g++ installiert...
 
Danke für den Link, aber geht leider auch nicht, beim compilieren gibt er mir ca. 10 Seiten mit Fehlern aus...

Hat noch jemand einen Vorschlag?
 
OT:
Falls es sich um ein Notebook handelt auf dem du das Problem hast, dann kann man sich ja mal in Passau treffen.
Bin am Wochenende öfters mal dort.
 
Ne, das Problem habe ich auf meinem normalen PC. Kann heute aber mal meinen Laptop damit installieren und schaun obs dort genau so ist.
 
Zurück