Giter Site home page Giter Site logo

Won't compile under Qt5 about skype1ico HOT 2 CLOSED

hashworks avatar hashworks commented on May 23, 2024
Won't compile under Qt5

from skype1ico.

Comments (2)

derlaft avatar derlaft commented on May 23, 2024

Why would you want to compile it with 64bit qt5? Skype is 32-bit qt4 application, so you need to compile this wrapper as 32-bit qt4 application.

If you want to use it with another 64-bit qt5 application, then you have to update the sources for qt5 support, yes.

from skype1ico.

hashworks avatar hashworks commented on May 23, 2024

Ah, alright.

g++ -c -m32 -pipe -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -Wall -W -D_REENTRANT -fPIC -DSKYPE1ICO_LIBRARY -DTHEMES_DIR=\"/us
r/share/skype1ico/\" -DDEFAULT_THEME=\"kfaenza\" -DQT_NO_DEBUG -DQT_CORE_LIB -DQT_SHARED -I../../../share/qt4/mkspecs/linux-g++-32 -I. -I../../../include/qt4/QtCore -I../../.
./include/qt4 -I. -o skype1ico.o skype1ico.cpp
g++ -c -m32 -pipe -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -Wall -W -D_REENTRANT -fPIC -DSKYPE1ICO_LIBRARY -DTHEMES_DIR=\"/us
r/share/skype1ico/\" -DDEFAULT_THEME=\"kfaenza\" -DQT_NO_DEBUG -DQT_CORE_LIB -DQT_SHARED -I../../../share/qt4/mkspecs/linux-g++-32 -I. -I../../../include/qt4/QtCore -I../../.
./include/qt4 -I. -o hashing.o hashing.cpp
rm -f libskype1ico.so.1.0.0 libskype1ico.so libskype1ico.so.1 libskype1ico.so.1.0
g++ -m32 -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1 -shared -Wl,-soname,libskype1ico.so.1 -o libskype1ico.so.1.0.0 skype1ico.o hashing.o   -L/usr/lib32 -L/usr/lib -lQ
tCore -lpthread  
/usr/bin/ld: i386:x86-64 architecture of input file `/usr/lib/gcc/x86_64-unknown-linux-gnu/5.2.0/../../../../lib/crti.o' is incompatible with i386 output
/usr/bin/ld: i386:x86-64 architecture of input file `/usr/lib/gcc/x86_64-unknown-linux-gnu/5.2.0/crtbeginS.o' is incompatible with i386 output
/usr/bin/ld: i386:x86-64 architecture of input file `/usr/lib/gcc/x86_64-unknown-linux-gnu/5.2.0/crtendS.o' is incompatible with i386 output
/usr/bin/ld: i386:x86-64 architecture of input file `/usr/lib/gcc/x86_64-unknown-linux-gnu/5.2.0/../../../../lib/crtn.o' is incompatible with i386 output
collect2: Fehler: ld gab 1 als Ende-Status zurück
Makefile:110: die Regel für Ziel „libskype1ico.so.1.0.0“ scheiterte
make: *** [libskype1ico.so.1.0.0] Fehler 1

Guess I have to fiddle with this a bit longer.

Thanks!

from skype1ico.

Related Issues (1)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.