View Single Post
Posts: 151 | Thanked: 158 times | Joined on Apr 2012 @ UK
#17
I love flux on my PC and have tried to get it running on my N9.
No luck there.

As flux closed source, I have tried redshift. Downloaded the source code and I have gcc installed as per:
http://talk.maemo.org/showpost.php?p...3&postcount=18

I know gcc works are I have compiled and use proxychains on my N9.

On ./configure:
Code:
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... ./install-sh -c -d
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... yes
checking for style of include used by make... GNU
checking for 2-gcc... no
checking for gcc... gcc
checking whether the C compiler works... no
From the config.log

Code:
configure:3219: $? = 0
configure:3208: gcc -v >&5
Using built-in specs.
Target: arm-linux-gnueabi
Configured with: ../src/configure -v --with-pkgversion='maemo 4.4.1-0maemo14+0m6' --with-bugurl=http://bugs.maemo.org/ --with-arch=armv7-a --with-float=hard --with-fpu=neon --enable-languages=c,c++,fortran --prefix=/usr --enable-shared --disable-multiarch --enable-linker-build-id --with-system-zlib --with-mpfr-lib=/usr/lib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.4 --program-suffix=-4.4 --enable-nls --enable-clocale=gnu --enable-libstdcxx-debug --disable-sjlj-exceptions --enable-checking=release --build=arm-linux-gnueabi --host=arm-linux-gnueabi --target=arm-linux-gnueabi
Thread model: posix
gcc version 4.4.1 (maemo 4.4.1-0maemo14+0m6) 
configure:3219: $? = 0
configure:3208: gcc -V >&5
gcc: '-V' option must have argument
configure:3219: $? = 1
configure:3208: gcc -qversion >&5
gcc: unrecognized option '-qversion'
gcc: no input files
configure:3219: $? = 1
configure:3239: checking whether the C compiler works
configure:3261: gcc    conftest.c  >&5
/usr/bin/ld: crt1.o: No such file: No such file or directory
collect2: ld returned 1 exit status
configure:3265: $? = 1
configure:3303: result: no
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "redshift"
| #define PACKAGE_TARNAME "redshift"
| #define PACKAGE_VERSION "1.7"
| #define PACKAGE_STRING "redshift 1.7"
| #define PACKAGE_BUGREPORT "https://bugs.launchpad.net/redshift"
| #define PACKAGE_URL ""
| #define PACKAGE "redshift"
| #define VERSION "1.7"
| /* end confdefs.h.  */
| 
| int
| main ()
| {
| 
|   ;
|   return 0;
| }
configure:3308: error: in `/redshift':
configure:3310: error: C compiler cannot create executables
See `config.log' for more details
I doesnt want to compile ;/

Thought there was a slim chance that the debian packages may work too so I have also downloaded redshift_1.2-3_armel.deb, which installed ok following me installing the dependency libxxf86vm1_1.1.0-2_armel.deb was installed but then I get a "BUS error" on execution.

Any ideas on getting it to run?
 

The Following User Says Thank You to Nad For This Useful Post: