La ricerca ha trovato 19 risultati
- dom 29 mag 2011, 11:57
- Forum: Slackware64
- Argomento: mingw32
- Risposte: 14
- Visite : 5603
Re: mingw32
That error is typical on 64 bit systems when you try to assemble 32 bit assembly in 64 bit code. My suggestion is to modify the CPUOPT variable, adding the "-m32" flag before compilation starts. You can do this just before the configure: CPUOPT+=" -m32" i try to change x86_64) CPUOPT="-O2 -fPIC" ;;...
- dom 29 mag 2011, 10:16
- Forum: Slackware64
- Argomento: mingw32
- Risposte: 14
- Visite : 5603
Re: mingw32
ok after the modification the error is the following -c /tmp/mingw32/gcc-3.4.5-20060117-2/gcc/crtstuff.c -DCRT_BEGIN \ -o crtbegin.o /tmp/cc3tRX0n.s: Assembler messages: /tmp/cc3tRX0n.s:7: Error: suffix or operands invalid for `push' /tmp/cc3tRX0n.s:9: Error: suffix or operands invalid for `pop' mak...
- ven 27 mag 2011, 18:13
- Forum: Slackware64
- Argomento: mingw32
- Risposte: 14
- Visite : 5603
Re: mingw32
Inside the SlackBuild, change --build=$ARCH-pc-linux-gnu with --build=$ARCH-slackware-linux and try to execute this sh /etc/profile.d/32dev.sh before executing the SlackBuild ok i made the modifications but same problem here is my log file http://noog.fr/slackbuild/mingw/mingw32-libs/output2.log an...
- ven 27 mag 2011, 17:02
- Forum: Slackware64
- Argomento: mingw32
- Risposte: 14
- Visite : 5603
Re: mingw32
this is the compilation log http://noog.fr/output.log and i can't find dependencies error :p checking host system type... x86_64-unknown-linux-gnu I think that this "unknown" it's not a good parameter. But I'm not really sure.It's only an idea. Did you try to clean your build directory? yes i clean...
- ven 27 mag 2011, 15:56
- Forum: Slackware64
- Argomento: mingw32
- Risposte: 14
- Visite : 5603
Re: mingw32
this is the compilation loghttp://noog.fr/output.log and i can't find dependencies errorVito ha scritto:Maybe you've missed some dependencies.
- ven 27 mag 2011, 14:52
- Forum: Slackware64
- Argomento: mingw32
- Risposte: 14
- Visite : 5603
Re: mingw32
yes i already have the multilib so i can compile and install binutils-mingw32 but i have this error with mingw32-libs ./mingw32-libs.SlackBuild /tmp/ccK5hOF6.s: Assembler messages: /tmp/ccK5hOF6.s:5: Error: unknown pseudo-op: `.def' /tmp/ccK5hOF6.s:5: Error: unknown pseudo-op: `.scl' /tmp/ccK5hOF6.s...
- ven 27 mag 2011, 14:16
- Forum: Slackware64
- Argomento: mingw32
- Risposte: 14
- Visite : 5603
mingw32
hello how can i compile mingw32 on slackware x64 13.1 i found a slackbuild here http://forum.slackware-fr.org/viewtopic.php?id=731 but i have this error ./mingw32-libs.SlackBuild checking if mkdir takes one argument... no *** Configuration x86_64-pc-mingw32 not supported make: *** [configure-gcc] Er...
- gio 7 apr 2011, 12:41
- Forum: Packages
- Argomento: problem compiling firefox 4 -lgconf-2
- Risposte: 0
- Visite : 1016
problem compiling firefox 4 -lgconf-2
hello
when i try to compile firefox4 in slackware x86_64 i have this error
what is the problem ?
thks
when i try to compile firefox4 in slackware x86_64 i have this error
Codice: Seleziona tutto
make[3]: *** No rule to make target `-lgconf-2', needed by `libmozgnome.so'. Stop.
make[3]: Leaving directory `/tmp/mozilla-2.0/toolkit/system/gnome'
thks
- mer 9 mar 2011, 11:26
- Forum: Slackware64
- Argomento: compilation problem gdal 1.8.0
- Risposte: 0
- Visite : 744
compilation problem gdal 1.8.0
hello i try to compile gdal 1.8.0 with the slackbuild of the 1.7.3 version, in x32 the compilation is ok, but when i try with a x86_64 processor i have this error /bin/sh /tmp/SBo/gdal-1.8.0/libtool --mode=compile --tag=CXX g++ -DHAVE_MITAB -O2 -fPIC -Wall -Iogrsf_frmts -I. -I/tmp/SBo/gdal-1.8.0/por...
- gio 20 gen 2011, 23:15
- Forum: Slackware64
- Argomento: qwt slackware 13.1 x86_64 [risolto]
- Risposte: 18
- Visite : 3584
Re: qwt slackware 13.1 x86_64
it's ok thank you so much !!! 

- gio 20 gen 2011, 19:48
- Forum: Slackware64
- Argomento: qwt slackware 13.1 x86_64 [risolto]
- Risposte: 18
- Visite : 3584
Re: qwt slackware 13.1 x86_64
sorry it's the same
- gio 20 gen 2011, 18:43
- Forum: Slackware64
- Argomento: qwt slackware 13.1 x86_64 [risolto]
- Risposte: 18
- Visite : 3584
Re: qwt slackware 13.1 x86_64
like this ? sed -i 's|/usr/lib|/usr/lib${LIBDIRSUFFIX}|g' cmake/FindQWT.cmake cmake . \ -DCMAKE_C_FLAGS:STRING="$SLKCFLAGS" \ -DCMAKE_CXX_FLAGS:STRING="$SLKCFLAGS" \ -DCMAKE_INSTALL_PREFIX=/usr \ -DQGIS_LIB_SUBDIR=lib${LIBDIRSUFFIX} \ -DQGIS_LIBEXEC_SUBDIR=lib${LIBDIRSUFFIX}/qgis \ -DQGIS_PLUGIN_SUB...
- gio 20 gen 2011, 18:30
- Forum: Slackware64
- Argomento: qwt slackware 13.1 x86_64 [risolto]
- Risposte: 18
- Visite : 3584
Re: qwt slackware 13.1 x86_64
no i made cp /usr/lib64/lib/libqwt.so.5.2.1 /usr/lib64 ldconfig whereis libqwt.so.5.2.1 libqwt.so.5.2: /usr/lib64/libqwt.so.5.2.1 and ./qgis.SlackBuild but same response -- Found GDAL: /usr/lib64/libgdal.so CMake Error at cmake/FindQWT.cmake:41 (MESSAGE): Could not find QWT Call Stack (most recent c...
- gio 20 gen 2011, 18:01
- Forum: Slackware64
- Argomento: qwt slackware 13.1 x86_64 [risolto]
- Risposte: 18
- Visite : 3584
Re: qwt slackware 13.1 x86_64
ok now i try to compile qgis i made a ldconfig but i have this error -- Found GSL: -L/usr/lib64 -lgsl -lgslcblas -lm -- Found GEOS: /usr/lib64/libgeos_c.so -- Found GDAL: /usr/lib64/libgdal.so CMake Error at cmake/FindQWT.cmake:41 (MESSAGE): Could not find QWT Call Stack (most recent call first): CM...
- gio 20 gen 2011, 17:58
- Forum: Slackware64
- Argomento: qwt slackware 13.1 x86_64 [risolto]
- Risposte: 18
- Visite : 3584
Re: qwt slackware 13.1 x86_64
yes with your version it's ok, thank you so much now i can compile qgis 
mille grazie !
mille grazie !