Compiling Metisse, a 3D desktop

Hey,
I've found a pretty cool desktop window manager called Metisse.  Essentially it does some things that Compiz doesn't.... at least Compiz 0.8.x (0.9 doesn't work with my laptop's graphics )
I've downloaded it from http://insitu.lri.fr/metisse/ and following the instructions.  The other one, Nucleo, needs to be compiled first.  If anybody would like to have a go, I've patched most of the files, and managed to get it to run, just let me know and I can upload somewhere.
However, compiling it has been a bit of a hassle - I spent most of today (NZ time) trying to compile, without success.
After tweaking several of the files and removing errors (thanks, Google!), it comes up with another error that nobody seems to have been able to solve recently:
(The 'Entering, Leaving, nothing to be done' is simply because this isn't the first time I ran 'make', so it had already done everything for those folders.)
[lyndon@LyndonArch metisse-0.4.1]$ make
make all-recursive
make[1]: Entering directory '/home/lyndon/Downloads/metisse/metisse-0.4.1'
Making all in doc
make[2]: Entering directory '/home/lyndon/Downloads/metisse/metisse-0.4.1/doc'
Making all in docs
make[3]: Entering directory '/home/lyndon/Downloads/metisse/metisse-0.4.1/doc/docs'
make[4]: Entering directory '/home/lyndon/Downloads/metisse/metisse-0.4.1/doc/docs'
make[4]: Nothing to be done for 'all-am'.
make[4]: Leaving directory '/home/lyndon/Downloads/metisse/metisse-0.4.1/doc/docs'
make[3]: Leaving directory '/home/lyndon/Downloads/metisse/metisse-0.4.1/doc/docs'
make[3]: Entering directory '/home/lyndon/Downloads/metisse/metisse-0.4.1/doc'
make[3]: Nothing to be done for 'all-am'.
make[3]: Leaving directory '/home/lyndon/Downloads/metisse/metisse-0.4.1/doc'
make[2]: Leaving directory '/home/lyndon/Downloads/metisse/metisse-0.4.1/doc'
Making all in fvwm-insitu
make[2]: Entering directory '/home/lyndon/Downloads/metisse/metisse-0.4.1/fvwm-insitu'
make all-recursive
make[3]: Entering directory '/home/lyndon/Downloads/metisse/metisse-0.4.1/fvwm-insitu'
Making all in libs
make[4]: Entering directory '/home/lyndon/Downloads/metisse/metisse-0.4.1/fvwm-insitu/libs'
Making all in .
make[5]: Entering directory '/home/lyndon/Downloads/metisse/metisse-0.4.1/fvwm-insitu/libs'
make[5]: Nothing to be done for 'all-am'.
make[5]: Leaving directory '/home/lyndon/Downloads/metisse/metisse-0.4.1/fvwm-insitu/libs'
Making all in libgfvwm
make[5]: Entering directory '/home/lyndon/Downloads/metisse/metisse-0.4.1/fvwm-insitu/libs/libgfvwm'
make[5]: Nothing to be done for 'all'.
make[5]: Leaving directory '/home/lyndon/Downloads/metisse/metisse-0.4.1/fvwm-insitu/libs/libgfvwm'
make[4]: Leaving directory '/home/lyndon/Downloads/metisse/metisse-0.4.1/fvwm-insitu/libs'
Making all in fvwm
make[4]: Entering directory '/home/lyndon/Downloads/metisse/metisse-0.4.1/fvwm-insitu/fvwm'
gcc -DFVWM_MODULEDIR=\"/usr/local/libexec/fvwm-insitu/2.5.20\" -DFVWM_DATADIR=\"/usr/local/share/fvwm-insitu\" -DFVWM_CONFDIR=\"/usr/local/etc\" -DFVWM_COLORSET_PRIVATE=1 -DLOCALEDIR=\"/usr/local/share/locale\" -Wall -Wno-implicit-int -g -O2 -o fvwmi menus.o style.o events.o move_resize.o add_window.o builtins.o borders.o icons.o fvwm.o module_interface.o frame.o virtual.o stack.o ewmh.o menustyle.o session.o colorset.o placement.o functions.o gnome.o focus.o conditional.o geometry.o ewmh_events.o windowlist.o menuitem.o ewmh_icons.o decorations.o update.o expand.o misc.o functable.o bindings.o cursor.o colormaps.o ewmh_conf.o modconf.o read.o menucmd.o ewmh_names.o icccm2.o schedule.o windowshade.o focus_policy.o repeat.o execcontext.o menudim.o condrc.o metisse.o -L../libs -lfvwm -lXft -lXpm -lstroke -lSM -lICE -lXinerama -lXext -lX11 -lm -lXrender -lpng -lz -lXtst -lgdk_pixbuf-2.0 -lgobject-2.0 -lglib-2.0
/usr/bin/ld: ../libs/libfvwm.a(Fft.o): undefined reference to symbol 'FcPatternDel'
/usr/lib/libfontconfig.so.1: error adding symbols: DSO missing from command line
collect2: error: ld returned 1 exit status
Makefile:427: recipe for target 'fvwmi' failed
make[4]: *** [fvwmi] Error 1
make[4]: Leaving directory '/home/lyndon/Downloads/metisse/metisse-0.4.1/fvwm-insitu/fvwm'
Makefile:392: recipe for target 'all-recursive' failed
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory '/home/lyndon/Downloads/metisse/metisse-0.4.1/fvwm-insitu'
Makefile:331: recipe for target 'all' failed
make[2]: *** [all] Error 2
make[2]: Leaving directory '/home/lyndon/Downloads/metisse/metisse-0.4.1/fvwm-insitu'
Makefile:346: recipe for target 'all-recursive' failed
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory '/home/lyndon/Downloads/metisse/metisse-0.4.1'
Makefile:266: recipe for target 'all' failed
make: *** [all] Error 2
The interesting part - to the best of my limited knowledge - is just before the 'collect2:error' line, where it says:
/usr/bin/ld: ../libs/libfvwm.a(Fft.o): undefined reference to symbol 'FcPatternDel'
/usr/lib/libfontconfig.so.1: error adding symbols: DSO missing from command line
Has anybody tried Metisse recently, and managed to get it working on Arch?  If so, please do let me know!
Cheers,
Freddo

Okay, I promised an update and here it is:
Basically I started again on the entire thing, which involves compiling Nucleo first, then Metisse.
Nucleo gives me error messages similar to ones in an earlier post about png set 1,2,4 to 8.  The full error log is here - I've left out all the 'entering directory xyz' notes.
Making all in apps
make[1]: Entering directory '/home/lyndon/Downloads/June07Metisse/nucleo-0.7.6/apps'
Making all in videoServer
make[2]: Entering directory '/home/lyndon/Downloads/June07Metisse/nucleo-0.7.6/apps/videoServer'
/bin/sh ../../libtool --tag=CXX --mode=link g++ -g -O2 -L../../nucleo -lNucleo -lpng -o videoServer main.o VideoServer.o VideoService.o Notifier.o FileStreamer.o VideoStreamer.o -ljpeg -lGLU -lGL -lpthread -lSM -lICE -lXi -lpng16 -lexif -ldl
libtool: link: g++ -g -O2 -o .libs/videoServer main.o VideoServer.o VideoService.o Notifier.o FileStreamer.o VideoStreamer.o -L/home/lyndon/Downloads/June07Metisse/nucleo-0.7.6/nucleo /home/lyndon/Downloads/June07Metisse/nucleo-0.7.6/nucleo/.libs/libNucleo.so -lexpat -ldns_sd -lfreetype -lgnutls -lpng -ljpeg -lGLU -lGL -lpthread -lSM -lICE -lXi -lpng16 -lexif -ldl -Wl,-rpath -Wl,/usr/local/lib
/home/lyndon/Downloads/June07Metisse/nucleo-0.7.6/nucleo/.libs/libNucleo.so: undefined reference to `png_set_gray_1_2_4_to_8'
collect2: error: ld returned 1 exit status
Makefile:341: recipe for target 'videoServer' failed
make[2]: *** [videoServer] Error 1
make[2]: Leaving directory '/home/lyndon/Downloads/June07Metisse/nucleo-0.7.6/apps/videoServer'
Makefile:409: recipe for target 'all-recursive' failed
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory '/home/lyndon/Downloads/June07Metisse/nucleo-0.7.6/apps'
Makefile:421: recipe for target 'all-recursive' failed
make: *** [all-recursive] Error 1
Unfortunately, I can't seem to read *.so files - in both Nano and Mousepad everything appears as funny little question mark characters. 
So, a new question: (no pun intended) How does one open and edit .so files?  Even on my mac it looks like utter gibberish in TextEdit.
Cheers,
Freddo

Similar Messages

  • Compilation meta info problem

    When I am compiling I am getting an error in adfm.xml - it says it cannot find the path specified. (The path is fine) If i rebuild without cleaning it works fine - so I think that it is a sequence problem of some kind. I think it is empty when it compiles it but then it gets updated and is fine on the second build. It only really happens after a clean and then a make all.

    get album tracks to group together
    http://support.apple.com/kb/TS1468
    Songs in album won't group together.
    http://docs.info.apple.com/article.html?artnum=304389

  • Error at the time of Deployment of Composit ---  ant-sca-compile.xml

    Hi,
    While deploying the composite, it’s throwing given error
    [03:03:42 PM] ---- Deployment started. ----
    [03:03:42 PM] Target platform is (Weblogic 10.3).
    [03:03:42 PM] Running dependency analysis...
    [03:03:42 PM] Building...
    [03:03:49 PM] Deploying profile...
    [03:03:50 PM] Wrote Archive Module to H:\AIASOAProject\AIAFrameworkProject\ReceiptListEBS\deploy\sca_ReceiptListEBS_rev1.0.jar
    [03:03:50 PM] Deploying sca_ReceiptListEBS_rev1.0.jar to soa_server1 [edpsvddb002.baea.com.au:8001]
    [03:03:50 PM] Processing sar=/H:/AIASOAProject/AIAFrameworkProject/ReceiptListEBS/deploy/sca_ReceiptListEBS_rev1.0.jar
    [03:03:50 PM] Adding sar file - H:\AIASOAProject\AIAFrameworkProject\ReceiptListEBS\deploy\sca_ReceiptListEBS_rev1.0.jar
    [03:03:50 PM] Preparing to send HTTP request for deployment
    [03:03:50 PM] Creating HTTP connection to host:edpsvddb002.baea.com.au, port:8001
    [03:03:50 PM] Sending internal deployment descriptor
    [03:03:50 PM] Sending archive - sca_ReceiptListEBS_rev1.0.jar
    [03:03:52 PM] Received HTTP response from the server, response code=401
    [03:03:52 PM] Problem in sending HTTP request to the server. Check standard HTTP response code for 401
    [03:03:52 PM] Error deploying archive sca_ReceiptListEBS_rev1.0.jar to soa_server1 [edpsvddb002.baea.com.au:8001]
    [03:03:52 PM] HTTP error code returned [401]
    [03:03:52 PM] No error message is returned from the server.
    [03:03:52 PM] Error deploying archive sca_ReceiptListEBS_rev1.0.jar to soa_server1 [edpsvddb002.baea.com.au:8001]
    [03:03:52 PM] #### Deployment incomplete. ####
    [03:03:52 PM] Error deploying archive file:/H:/AIASOAProject/AIAFrameworkProject/ReceiptListEBS/deploy/sca_ReceiptListEBS_rev1.0.jar
    (oracle.tip.tools.ide.fabric.deploy.common.SOARemoteDeployer)
    Buildfile: C:\jdeveloper1112\jdeveloper\bin\ant-sca-compile.xml
    scac:
    *[scac] Validating composite : 'H:\AIASOAProject\AIAFrameworkProject\ReceiptListEBS\composite.xml'*
    *[scac] Error occurred during initialization of VM*
    *[scac] Could not reserve enough space for object heap*
    BUILD FAILED
    C:\jdeveloper1112\jdeveloper\bin\ant-sca-compile.xml:264: Java returned: 1 Check log file : H:\AIASOAProject\AIAFrameworkProject\ReceiptListEBS\SCA-INF\classes\scac.log for errorsTotal time: 1 second
    Is this issue occuring due to server ant-sca-compile.xml or C:\jdeveloper1112\jdeveloper\bin\ant-sca-compile.xml in my desktop.
    Kindly Confirm.
    Regards
    Manish

    Same composite we were able to deploy successfully without any error, from Monday onward we are experiencing this issue.
    We checked in Installation Guide provided by oracle. Oracle has suggested few memory related changes in ant-sca-compile.xml file.
    Increasing Memory to avoid Compilation Errors
    To avoid out-of-memory errors during compilation of a SOA composite application, you need to
    increase the following memory settings.
    To increase memory settings:
    1. Open the ant-sca-compile.xml file in the SOA_HOME/bin directory.
    2. Under the scac element, increase the following memory settings.
    <jvmarg value="-Xms2048m"/>
    <jvmarg value="-Xmx2048m"/>
    <jvmarg value="-XX:PermSize=32m"/>
    <jvmarg value="-XX:MaxPermSize=256m"/>
    3. For Windows change the following memory settings to.
    <jvmarg value="-Xms1536m"/>
    <jvmarg value="-Xmx1536m"/>
    <jvmarg value="-XX:PermSize=32m"/>
    <jvmarg value="-XX:MaxPermSize=256m"/>
    We did those changes but still experiencing same error. I checked H:\AIASOAProject\AIAReceiptInterface\ReceiptListEbizProvider\SCA-INF\classes\scac.log ; file its showing Could not create the Java virtual machine.
    Regards
    Manish

  • Flex Desktop App (AIR) + LCDS w/ Hibernate Assembler - Not Working

    I have a desktop application which uses J2EE + LCDS + Hibernate to access a MySQL database. This not returning any data when used a data service fill command (and not returning any error).
    The same set of MXML code included in a web app (using the same J2EE + LCDS + Hibernate server side config) is returning data using data service fill command.
    I am using the FLEX IDE to build both the web and desktop flex apps.
    To me it seems to be a path/compiler issue with my desktop app setup.
    Any pointers would be very helpful

    Hello -
    There are lots of things that you can do to help debug this. The first thing you'll want to do is startup the LCDS server with DEBUG logging levels turned on and look for clues (ERRORS and debug output).  See this for details.  You can turn on client-side logging and debugging to help diagnose the problem too - See "Debugging AIR applications with Flex Builder" for details.  You could also use mx:tracetarget to help further diagnose the issue.  Without any real errors being reported it is difficult to diagnose the problem.  If you are getting errors (connection errors, NPEs, etc) post them here.
    hth,
    Bill
    LCDS QE

  • Compilation/deployment question - C++

    Hi There,
    I am about to install a new server which will run my custom software - the server is on its way. It is a dual Xeon (not dual core, two single core, x64 Irwindale processors) based hardware for my home hobby project.
    I worked for about four and a half year developing for Solaris - always using corporate provided SPARC systems. Since I was very satisfied with the O/S and the dev. environment, I decided to use that for my home project as well.
    So the question finally is, if I install my hardware in a hosting center and would like to develop/build for the mentioned box, what build machine will I have to have? I would like to create a binary on the other box and then just copy for deployment. Do I need to build one more dual Xeon box or can I use a desktop PC for that? I understand that using Java would be probably easier in this particular case but I am a C++ developer for quite some years and probably it would take more time to llearn how to write decent java software than resolving this issue. Probably...
    Thanks :)

    Sun Studio doesn't have cross-compilation, but if your desktop PC and the server have identical configuration (same OS, same patch levels) or server has later versions of OS/patches, you should be able to compile on PC and then copy binaries to the server.

  • Problems in VirtualBox with Plasma

    Hi there,
    I recently set up a fresh arch install in Oracle VirtualBox (4.3.22)(host is Windows 7 64bit) with having installed xorg, sddm and plasma-meta for a desktop environment. I basically followed the Beginners Guide and Installation steps for Arch Linux guests. Thanks to that info a lot is already working fine (writing this from within the VM) but I'm having a few issues and don't really know how to go on.
    Most prominently, the autoresize feature of virtualbox isn't working (neither is fullscreen or seamless mode correctly), and Display Configuration in System Settings is only offering me quite a limited and impractical set of resolutions.
    I enabled the vboxservice and made and linked an autostart script in ~/.config/autostart/ that calls 'VBoxClient --clipboard --display --checkhostversion'
    [psifi@archolamin ~]$ systemctl status vboxservice.service -l
    ● vboxservice.service - VirtualBox Guest Service
    Loaded: loaded (/usr/lib/systemd/system/vboxservice.service; enabled; vendor preset: disabled)
    Active: active (running) since Fri 2015-02-27 00:33:38 CET; 2min 15s ago
    Process: 184 ExecStartPre=/usr/bin/modprobe vboxsf (code=exited, status=0/SUCCESS)
    Process: 179 ExecStartPre=/usr/bin/modprobe vboxvideo (code=exited, status=0/SUCCESS)
    Process: 176 ExecStartPre=/usr/bin/modprobe vboxguest (code=exited, status=0/SUCCESS)
    Main PID: 189 (VBoxService)
    CGroup: /system.slice/vboxservice.service
    └─189 /usr/bin/VBoxService -f
    Feb 27 00:33:38 archolamin VBoxService[189]: VBoxService 4.3.22_OSE r98236 (verbosity: 0) linux.amd64 (Feb 18 2015 21:08:37) release log
    Feb 27 00:33:38 archolamin VBoxService[189]: 00:00:00.000080 main Log opened 2015-02-26T23:33:38.884466000Z
    Feb 27 00:33:38 archolamin VBoxService[189]: 00:00:00.000190 main OS Product: Linux
    Feb 27 00:33:38 archolamin VBoxService[189]: 00:00:00.000228 main OS Release: 3.18.6-1-ARCH
    Feb 27 00:33:38 archolamin VBoxService[189]: 00:00:00.000263 main OS Version: #1 SMP PREEMPT Sat Feb 7 08:44:05 CET 2015
    Feb 27 00:33:38 archolamin VBoxService[189]: 00:00:00.000296 main OS Service Pack: #1 SMP PREEMPT Sat Feb 7 08:44:05 CET 2015
    Feb 27 00:33:38 archolamin VBoxService[189]: 00:00:00.000333 main Executable: /usr/bin/VBoxService
    Feb 27 00:33:38 archolamin VBoxService[189]: 00:00:00.000334 main Process ID: 189
    Feb 27 00:33:38 archolamin VBoxService[189]: 00:00:00.000335 main Package type: LINUX_64BITS_GENERIC (OSE)
    Feb 27 00:33:38 archolamin VBoxService[189]: 00:00:00.001657 main 4.3.22_OSE r98236 started. Verbose level = 0
    [psifi@archolamin ~]$ lsmod | grep vb
    vboxsf 41351 0
    vboxvideo 12437 1
    drm 263481 3 vboxvideo
    vboxguest 206333 5 vboxsf
    [psifi@archolamin ~]$ pgrep -a VB
    189 /usr/bin/VBoxService -f
    392 /usr/bin/VBoxClient --clipboard
    393 /usr/bin/VBoxClient --clipboard
    405 /usr/bin/VBoxClient --display
    414 /usr/bin/VBoxClient --seamless
    415 /usr/bin/VBoxClient --seamless
    421 /usr/bin/VBoxClient --draganddrop
    422 /usr/bin/VBoxClient --draganddrop
    Everything seems to be running and other features do work (like the shared clipboard) but not the resolution thingy. Also, something already seems a little weird, notice the multiple VBoxClient instances shown by pgrep. Now it get's more funny.
    After some extended but fruitless searching and analyzing I tried to disable all vbox components to get to the root of the problem. But:
    ## 2 modules get loaded and I don't know why
    [psifi@archolamin ~]$ systemctl status vboxservice.service
    ● vboxservice.service - VirtualBox Guest Service
    Loaded: loaded (/usr/lib/systemd/system/vboxservice.service; disabled; vendor preset: disabled)
    Active: inactive (dead)
    [psifi@archolamin ~]$ ls -l /etc/modules-load.d/
    total 0
    [psifi@archolamin ~]$ lsmod | grep vb
    vboxguest 206333 3
    vboxvideo 12437 1
    drm 263481 3 vboxvideo
    ## VBoxClients still running and I don't know why
    [psifi@archolamin ~]$ ls -l .config/autostart/
    total 0
    [psifi@archolamin ~]$ pgrep -a VB
    380 /usr/bin/VBoxClient --display
    1103 /usr/bin/VBoxClient --display
    1345 /usr/bin/VBoxClient --clipboard
    1346 /usr/bin/VBoxClient --clipboard
    1358 /usr/bin/VBoxClient --display
    1366 /usr/bin/VBoxClient --seamless
    1368 /usr/bin/VBoxClient --seamless
    1372 /usr/bin/VBoxClient --draganddrop
    1373 /usr/bin/VBoxClient --draganddrop
    I really don't understand what's going on here. Killing and restarting the VBoxClient processes doesn't seem to make a difference (except removing the duplicates).  Oh, and there also is, possibly related:
    [psifi@archolamin ~]$ cat /var/log/Xorg.0.log | grep EE
    [ 655.104] Current Operating System: Linux archolamin 3.18.6-1-ARCH #1 SMP PREEMPT Sat Feb 7 08:44:05 CET 2015 x86_64
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    [ 655.125] (EE) systemd-logind: failed to get session: PID 1177 does not belong to any known session
    [ 655.134] (EE) Failed to load module "fbdev" (module does not exist, 0)
    [ 655.134] (EE) Failed to load module "vesa" (module does not exist, 0)
    [ 655.978] (EE) AIGLX error: vboxvideo does not export required DRI extension
    [ 655.978] (EE) AIGLX: reverting to software rendering
    [ 656.038] (II) XINPUT: Adding extended input device "VirtualBox mouse integration" (type: TOUCHSCREEN, id 9)
    (3D acceleration in the preferences of the vm is disabled because for me with it enabled plasma was hardly working at all, completely unusable)
    So I wonder
    Why is the resizing and screen resolution in general not working as intended? Probably something to do with the video driver?
    Why or where are the modules and VBoxClient loaded?
    I hope somebody can point me in the right direction. Maybe plasma 5 simply isn't ready enough yet for this to work? I've read somewhere that it uses quite a different graphics architecture, but for me this stuff still feels a bit over my head
    On a side note - other problems that I haven't really looked into yet:
    (*) switching tty completely destroys plasma session
    (*) scrolling with mousewheel sometimes is "hanging" or even going in the opposite direction

    arcaloid wrote:
    however I have turned off 3d acceleration in the configuration of the vm (because otherwise plasma5 only was a flickering mess so far) and hence it isn't supposed to be 3d accelerated anyway, right?
    the resolution issue has recently resolved on it's own over the course of a few system updates, but numerous other issues keep coming and going instead. I guess that's just the thing with bleeding edge software.
    If it's any consolation, the problem with Plasma 5 and "vboxvideo" happens here as well. The host system is Linux from Scratch and KDE4 worked flawless as a VirtualBox (4.3.26) Arch.x86_64 guest system. Just a few hours ago, I took the plunge and switched to Plasma 5 on a fully-updated Arch platform with kernel 3.19.2 and all the latest Xorg and Mesa packages.
    It was necessary to disable "3D Acceleration" for the system to be usable. Prior to doing so, the display looked nice and pretty but all input events (mouse and keyboard) were not recognized. Plus the bottom-screen panel was not visible.
    For what it's worth, KaOS.x86_64 was tried a month ago on VirtualBox. Its Plasma 5 environment was totally unusable with or without "3D Acceleration". Problems ranged from a black screen with only the Oxygen mouse cursor to erratic, flashing video.
    Frankly, I still consider KF5/Plasma 5 to be in a state of flux (to put it kindly). I have successfully built and installed it on my LFS platform with zero errors during the compile process. But at launch time, all that occurs is a black screen with the Oyxgen mouse cursor. That said, sddm works fine and I'm now using it for my display manager rather than KDM.
    I think KF5/Plasma 5 show great potential but like its KDE4 predecessor (which I love), it'll take some time to mature.

  • [solved] error makepkg (make aborts) nucleo-cvs from AUR

    hi
    i wanted to try metisse and to do that i downloaded metisse-cvs and nucleo-cvs tarballs from aur. but if i "makepkg" to build nucleo-package i get the following:
    ==> Starting make...
    found automake 1.10.1 (1.7.x or better required)
    found libtool 1.5.26 (1.4.x or better required)
    found autoconf 2.61 (2.59 or better required)
    found pkg-config 0.22 (0.17.2 or better required)
    + rm -rf 'autom4te*.cache'
    + libtoolize --automake --copy
    + aclocal --force
    + autoheader --force
    + automake --add-missing --copy --force-missing
    configure.ac:17: installing `build-utils/install-sh'
    configure.ac:17: installing `build-utils/missing'
    Makefile.am: installing `./INSTALL'
    apps/Makefile.am: installing `build-utils/depcomp'
    nucleo/plugins/qt/Makefile.am:23: `%'-style pattern rules are a GNU make extension
    + autoconf --force
    checking for a BSD-compatible install... /bin/install -c
    checking whether build environment is sane... yes
    checking for a thread-safe mkdir -p... /bin/mkdir -p
    checking for gawk... gawk
    checking whether make sets $(MAKE)... yes
    checking for g++... g++
    checking for C++ compiler default output file name... a.out
    checking whether the C++ compiler works... yes
    checking whether we are cross compiling... no
    checking for suffix of executables...
    checking for suffix of object files... o
    checking whether we are using the GNU C++ compiler... yes
    checking whether g++ accepts -g... yes
    checking for style of include used by make... GNU
    checking dependency style of g++... gcc3
    checking build system type... i686-pc-linux-gnu
    checking host system type... i686-pc-linux-gnu
    checking for gcc... gcc
    checking whether we are using the GNU C compiler... yes
    checking whether gcc accepts -g... yes
    checking for gcc option to accept ISO C89... none needed
    checking dependency style of gcc... gcc3
    checking for a sed that does not truncate output... /bin/sed
    checking for grep that handles long lines and -e... /bin/grep
    checking for egrep... /bin/grep -E
    checking for ld used by gcc... /usr/bin/ld
    checking if the linker (/usr/bin/ld) is GNU ld... yes
    checking for /usr/bin/ld option to reload object files... -r
    checking for BSD-compatible nm... /usr/bin/nm -B
    checking whether ln -s works... yes
    checking how to recognize dependent libraries... pass_all
    checking how to run the C preprocessor... gcc -E
    checking for ANSI C header files... yes
    checking for sys/types.h... yes
    checking for sys/stat.h... yes
    checking for stdlib.h... yes
    checking for string.h... yes
    checking for memory.h... yes
    checking for strings.h... yes
    checking for inttypes.h... yes
    checking for stdint.h... yes
    checking for unistd.h... yes
    checking dlfcn.h usability... yes
    checking dlfcn.h presence... yes
    checking for dlfcn.h... yes
    checking how to run the C++ preprocessor... g++ -E
    checking for g77... no
    checking for xlf... no
    checking for f77... no
    checking for frt... no
    checking for pgf77... no
    checking for cf77... no
    checking for fort77... no
    checking for fl32... no
    checking for af77... no
    checking for xlf90... no
    checking for f90... no
    checking for pgf90... no
    checking for pghpf... no
    checking for epcf90... no
    checking for gfortran... gfortran
    checking whether we are using the GNU Fortran 77 compiler... yes
    checking whether gfortran accepts -g... yes
    checking the maximum length of command line arguments... 98304
    checking command to parse /usr/bin/nm -B output from gcc object... ok
    checking for objdir... .libs
    checking for ar... ar
    checking for ranlib... ranlib
    checking for strip... strip
    checking if gcc supports -fno-rtti -fno-exceptions... no
    checking for gcc option to produce PIC... -fPIC
    checking if gcc PIC flag -fPIC works... yes
    checking if gcc static flag -static works... yes
    checking if gcc supports -c -o file.o... yes
    checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes
    checking whether -lc should be explicitly linked in... no
    checking dynamic linker characteristics... GNU/Linux ld.so
    checking how to hardcode library paths into programs... immediate
    checking whether stripping libraries is possible... yes
    checking if libtool supports shared libraries... yes
    checking whether to build shared libraries... yes
    checking whether to build static libraries... no
    configure: creating libtool
    appending configuration tag "CXX" to libtool
    checking for ld used by g++... /usr/bin/ld
    checking if the linker (/usr/bin/ld) is GNU ld... yes
    checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
    checking for g++ option to produce PIC... -fPIC
    checking if g++ PIC flag -fPIC works... yes
    checking if g++ static flag -static works... yes
    checking if g++ supports -c -o file.o... yes
    checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
    checking dynamic linker characteristics... GNU/Linux ld.so
    (cached) (cached) checking how to hardcode library paths into programs... immediate
    appending configuration tag "F77" to libtool
    checking if libtool supports shared libraries... yes
    checking whether to build shared libraries... yes
    checking whether to build static libraries... no
    checking for gfortran option to produce PIC... -fPIC
    checking if gfortran PIC flag -fPIC works... yes
    checking if gfortran static flag -static works... yes
    checking if gfortran supports -c -o file.o... yes
    checking whether the gfortran linker (/usr/bin/ld) supports shared libraries... yes
    checking dynamic linker characteristics... GNU/Linux ld.so
    (cached) (cached) checking how to hardcode library paths into programs... immediate
    checking for pkg-config... /usr/bin/pkg-config
    checking for void *... yes
    checking size of void *... 4
    checking for unsigned... yes
    checking size of unsigned... 4
    debug unsigned int size: 4
    checking hash_map usability... yes
    checking hash_map presence... yes
    checking for hash_map... yes
    checking ext/hash_map usability... yes
    checking ext/hash_map presence... yes
    checking for ext/hash_map... yes
    checking for X... libraries , headers
    checking for gethostbyname... yes
    checking for connect... yes
    checking for remove... yes
    checking for shmat... yes
    checking for IceConnectionNumber in -lICE... yes
    checking GL/gl.h usability... yes
    checking GL/gl.h presence... yes
    checking for GL/gl.h... yes
    checking for GL/glext.h... yes
    checking for GL/glu.h... yes
    checking for GL/glx.h... yes
    checking for pthread_create in -lpthread... yes
    checking for glFlush in -lGL... yes
    checking for gluUnProject in -lGLU... yes
    checking for XListInputDevices in -lXi... yes
    checking for glXGetProcAddress in -lGL... yes
    checking for jpeg_start_decompress in -ljpeg... yes
    checking jpeglib.h usability... yes
    checking jpeglib.h presence... yes
    checking for jpeglib.h... yes
    checking for libpng using pkg-config... yes
    checking for libexif using pkg-config... yes
    checking for freetype2 using pkg-config... yes
    checking for DNSServiceRegister in -ldns_sd... yes
    checking dns_sd.h usability... yes
    checking dns_sd.h presence... yes
    checking for dns_sd.h... yes
    checking for XML_GetFeatureList in -lexpat... yes
    checking expat.h usability... yes
    checking expat.h presence... yes
    checking for expat.h... yes
    checking for gnutls using pkg-config... yes
    checking for dlfcn.h... (cached) yes
    checking dl.h usability... no
    checking dl.h presence... no
    checking for dl.h... no
    checking for dlopen... yes
    checking for libavformat using pkg-config... yes
    checking for QtCore using pkg-config... no
    checking for gdlib-config... yes
    checking for opencv using pkg-config... no
    configure: creating ./config.status
    config.status: creating Makefile
    config.status: creating nucleo/nucleo.H
    config.status: creating nucleo/Makefile
    config.status: creating nucleo/core/Makefile
    config.status: creating nucleo/core/select/Makefile
    config.status: creating nucleo/core/carbon/Makefile
    config.status: creating nucleo/core/corefoundation/Makefile
    config.status: creating nucleo/utils/Makefile
    config.status: creating nucleo/xml/Makefile
    config.status: creating nucleo/network/Makefile
    config.status: creating nucleo/network/udp/Makefile
    config.status: creating nucleo/network/tcp/Makefile
    config.status: creating nucleo/network/http/Makefile
    config.status: creating nucleo/network/dnssd/Makefile
    config.status: creating nucleo/network/xmpp/Makefile
    config.status: creating nucleo/image/Makefile
    config.status: creating nucleo/image/encoding/Makefile
    config.status: creating nucleo/image/source/Makefile
    config.status: creating nucleo/image/sink/Makefile
    config.status: creating nucleo/image/processing/Makefile
    config.status: creating nucleo/image/processing/basic/Makefile
    config.status: creating nucleo/image/processing/chromakeying/Makefile
    config.status: creating nucleo/image/processing/convolution/Makefile
    config.status: creating nucleo/image/processing/difference/Makefile
    config.status: creating nucleo/image/processing/gamma/Makefile
    config.status: creating nucleo/image/processing/noise/Makefile
    config.status: creating nucleo/gl/Makefile
    config.status: creating nucleo/gl/glIncludes.H
    config.status: creating nucleo/gl/window/Makefile
    config.status: creating nucleo/gl/texture/Makefile
    config.status: creating nucleo/gl/text/Makefile
    config.status: creating nucleo/gl/scenegraph/Makefile
    config.status: creating nucleo/gl/shading/Makefile
    config.status: creating nucleo/helpers/Makefile
    config.status: creating nucleo/plugins/Makefile
    config.status: creating nucleo/plugins/vnc/Makefile
    config.status: creating nucleo/plugins/ffmpeg/Makefile
    config.status: creating nucleo/plugins/qt/Makefile
    config.status: creating nucleo/plugins/gd/Makefile
    config.status: creating tests/Makefile
    config.status: creating demos/Makefile
    config.status: creating demos/video/Makefile
    config.status: creating demos/misc/Makefile
    config.status: creating demos/vnc/Makefile
    config.status: creating demos/opencv/Makefile
    config.status: creating demos/opencv/faceFinder/Makefile
    config.status: creating demos/opencv/opticalFlow/Makefile
    config.status: creating apps/Makefile
    config.status: creating apps/videoServer/Makefile
    config.status: creating data/Makefile
    config.status: creating data/vera/Makefile
    config.status: creating docs/Makefile
    config.status: creating docs/MacOSX/Makefile
    config.status: creating docs/MacOSX/nTest
    config.status: WARNING: docs/MacOSX/nTest.in seems to ignore the --datarootdir setting
    config.status: creating docs/MacOSX/nBundle
    config.status: WARNING: docs/MacOSX/nBundle.in seems to ignore the --datarootdir setting
    config.status: creating build-utils/Makefile
    config.status: creating build-utils/rpm/Makefile
    config.status: creating build-utils/rpm/nucleo.spec
    config.status: creating nucleo-config
    config.status: creating nucleo.pc
    config.status: creating nucleo/config.H
    config.status: executing depfiles commands
    Núcleo configuration:
    Architecture: i686-pc-linux-gnu
    glWindow backend? GLX + Xinput glXGetProcAddress
    JPEG image support? yes (using libjpeg)
    PNG image support? yes (using libpng)
    EXIF support? yes (using libexif)
    Freetype2 support? yes
    DNS-SD support? yes
    <eXpat/> support? yes
    GnuTLS support? yes
    FFmpeg plugin? yes
    VNC plugin? no (--with-vnc option not or badly used)
    Qt plugin? no (QtCore not found by pkg-config)
    GD plugin? yes
    Build OpenCV demos? no (opencv not found by pkg-config)
    Making all in nucleo
    make[1]: Entering directory `/home/user/pakete/nucleo-cvs/src/nucleo-build/nucleo'
    make all-recursive
    make[2]: Entering directory `/home/user/pakete/nucleo-cvs/src/nucleo-build/nucleo'
    Making all in core
    make[3]: Entering directory `/home/user/pakete/nucleo-cvs/src/nucleo-build/nucleo/core'
    Making all in select
    make[4]: Entering directory `/home/user/pakete/nucleo-cvs/src/nucleo-build/nucleo/core/select'
    /bin/sh ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../nucleo -I../../.. -I../../.. -I/usr/include/libpng12 -I/usr/include/freetype2 -march=i686 -mtune=generic -O2 -pipe -MT sTimeKeeper.lo -MD -MP -MF .deps/sTimeKeeper.Tpo -c -o sTimeKeeper.lo sTimeKeeper.cxx
    mkdir .libs
    g++ -DHAVE_CONFIG_H -I. -I../../../nucleo -I../../.. -I../../.. -I/usr/include/libpng12 -I/usr/include/freetype2 -march=i686 -mtune=generic -O2 -pipe -MT sTimeKeeper.lo -MD -MP -MF .deps/sTimeKeeper.Tpo -c sTimeKeeper.cxx -fPIC -DPIC -o .libs/sTimeKeeper.o
    mv -f .deps/sTimeKeeper.Tpo .deps/sTimeKeeper.Plo
    /bin/sh ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../nucleo -I../../.. -I../../.. -I/usr/include/libpng12 -I/usr/include/freetype2 -march=i686 -mtune=generic -O2 -pipe -MT sFileKeeper.lo -MD -MP -MF .deps/sFileKeeper.Tpo -c -o sFileKeeper.lo sFileKeeper.cxx
    g++ -DHAVE_CONFIG_H -I. -I../../../nucleo -I../../.. -I../../.. -I/usr/include/libpng12 -I/usr/include/freetype2 -march=i686 -mtune=generic -O2 -pipe -MT sFileKeeper.lo -MD -MP -MF .deps/sFileKeeper.Tpo -c sFileKeeper.cxx -fPIC -DPIC -o .libs/sFileKeeper.o
    mv -f .deps/sFileKeeper.Tpo .deps/sFileKeeper.Plo
    /bin/sh ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../nucleo -I../../.. -I../../.. -I/usr/include/libpng12 -I/usr/include/freetype2 -march=i686 -mtune=generic -O2 -pipe -MT sReactiveEngine.lo -MD -MP -MF .deps/sReactiveEngine.Tpo -c -o sReactiveEngine.lo sReactiveEngine.cxx
    g++ -DHAVE_CONFIG_H -I. -I../../../nucleo -I../../.. -I../../.. -I/usr/include/libpng12 -I/usr/include/freetype2 -march=i686 -mtune=generic -O2 -pipe -MT sReactiveEngine.lo -MD -MP -MF .deps/sReactiveEngine.Tpo -c sReactiveEngine.cxx -fPIC -DPIC -o .libs/sReactiveEngine.o
    mv -f .deps/sReactiveEngine.Tpo .deps/sReactiveEngine.Plo
    /bin/sh ../../../libtool --tag=CXX --mode=link g++ -march=i686 -mtune=generic -O2 -pipe -o libselect.la sTimeKeeper.lo sFileKeeper.lo sReactiveEngine.lo -lexpat -ldns_sd -ljpeg -lGLU -lGL -lpthread -lSM -lICE -lXi -lpng12 -lexif -lm -lfreetype -lz -lgnutls
    ar cru .libs/libselect.a .libs/sTimeKeeper.o .libs/sFileKeeper.o .libs/sReactiveEngine.o
    ranlib .libs/libselect.a
    creating libselect.la
    (cd .libs && rm -f libselect.la && ln -s ../libselect.la libselect.la)
    make[4]: Leaving directory `/home/user/pakete/nucleo-cvs/src/nucleo-build/nucleo/core/select'
    make[4]: Entering directory `/home/user/pakete/nucleo-cvs/src/nucleo-build/nucleo/core'
    /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../nucleo -I../.. -I../.. -I/usr/include/libpng12 -I/usr/include/freetype2 -march=i686 -mtune=generic -O2 -pipe -MT TimeKeeper.lo -MD -MP -MF .deps/TimeKeeper.Tpo -c -o TimeKeeper.lo TimeKeeper.cxx
    mkdir .libs
    g++ -DHAVE_CONFIG_H -I. -I../../nucleo -I../.. -I../.. -I/usr/include/libpng12 -I/usr/include/freetype2 -march=i686 -mtune=generic -O2 -pipe -MT TimeKeeper.lo -MD -MP -MF .deps/TimeKeeper.Tpo -c TimeKeeper.cxx -fPIC -DPIC -o .libs/TimeKeeper.o
    mv -f .deps/TimeKeeper.Tpo .deps/TimeKeeper.Plo
    /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../nucleo -I../.. -I../.. -I/usr/include/libpng12 -I/usr/include/freetype2 -march=i686 -mtune=generic -O2 -pipe -MT FileKeeper.lo -MD -MP -MF .deps/FileKeeper.Tpo -c -o FileKeeper.lo FileKeeper.cxx
    g++ -DHAVE_CONFIG_H -I. -I../../nucleo -I../.. -I../.. -I/usr/include/libpng12 -I/usr/include/freetype2 -march=i686 -mtune=generic -O2 -pipe -MT FileKeeper.lo -MD -MP -MF .deps/FileKeeper.Tpo -c FileKeeper.cxx -fPIC -DPIC -o .libs/FileKeeper.o
    mv -f .deps/FileKeeper.Tpo .deps/FileKeeper.Plo
    /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../nucleo -I../.. -I../.. -I/usr/include/libpng12 -I/usr/include/freetype2 -march=i686 -mtune=generic -O2 -pipe -MT ReactiveEngine.lo -MD -MP -MF .deps/ReactiveEngine.Tpo -c -o ReactiveEngine.lo ReactiveEngine.cxx
    g++ -DHAVE_CONFIG_H -I. -I../../nucleo -I../.. -I../.. -I/usr/include/libpng12 -I/usr/include/freetype2 -march=i686 -mtune=generic -O2 -pipe -MT ReactiveEngine.lo -MD -MP -MF .deps/ReactiveEngine.Tpo -c ReactiveEngine.cxx -fPIC -DPIC -o .libs/ReactiveEngine.o
    mv -f .deps/ReactiveEngine.Tpo .deps/ReactiveEngine.Plo
    /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../nucleo -I../.. -I../.. -I/usr/include/libpng12 -I/usr/include/freetype2 -march=i686 -mtune=generic -O2 -pipe -MT ReactiveObject.lo -MD -MP -MF .deps/ReactiveObject.Tpo -c -o ReactiveObject.lo ReactiveObject.cxx
    g++ -DHAVE_CONFIG_H -I. -I../../nucleo -I../.. -I../.. -I/usr/include/libpng12 -I/usr/include/freetype2 -march=i686 -mtune=generic -O2 -pipe -MT ReactiveObject.lo -MD -MP -MF .deps/ReactiveObject.Tpo -c ReactiveObject.cxx -fPIC -DPIC -o .libs/ReactiveObject.o
    mv -f .deps/ReactiveObject.Tpo .deps/ReactiveObject.Plo
    /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../nucleo -I../.. -I../.. -I/usr/include/libpng12 -I/usr/include/freetype2 -march=i686 -mtune=generic -O2 -pipe -MT URI.lo -MD -MP -MF .deps/URI.Tpo -c -o URI.lo URI.cxx
    g++ -DHAVE_CONFIG_H -I. -I../../nucleo -I../.. -I../.. -I/usr/include/libpng12 -I/usr/include/freetype2 -march=i686 -mtune=generic -O2 -pipe -MT URI.lo -MD -MP -MF .deps/URI.Tpo -c URI.cxx -fPIC -DPIC -o .libs/URI.o
    URI.cxx: In member function »void nucleo::URI::load(const std::string&)«:
    URI.cxx:97: Fehler: »atoi« wurde in diesem Gültigkeitsbereich nicht definiert
    URI.cxx: In static member function »static bool nucleo::URI::getQueryArg(const std::string&, const std::string&, bool*)«:
    URI.cxx:282: Fehler: »atoi« wurde in diesem Gültigkeitsbereich nicht definiert
    URI.cxx: In static member function »static bool nucleo::URI::getQueryArg(const std::string&, const std::string&, int*)«:
    URI.cxx:290: Fehler: »atoi« wurde in diesem Gültigkeitsbereich nicht definiert
    URI.cxx: In static member function »static bool nucleo::URI::getQueryArg(const std::string&, const std::string&, unsigned int*)«:
    URI.cxx:298: Fehler: »atoi« wurde in diesem Gültigkeitsbereich nicht definiert
    URI.cxx: In static member function »static bool nucleo::URI::getQueryArg(const std::string&, const std::string&, long unsigned int*)«:
    URI.cxx:306: Fehler: »strtol« wurde in diesem Gültigkeitsbereich nicht definiert
    URI.cxx: In static member function »static bool nucleo::URI::getQueryArg(const std::string&, const std::string&, int64_t*)«:
    URI.cxx:314: Fehler: »strtol« wurde in diesem Gültigkeitsbereich nicht definiert
    URI.cxx: In static member function »static bool nucleo::URI::getQueryArg(const std::string&, const std::string&, double*)«:
    URI.cxx:322: Fehler: »atof« wurde in diesem Gültigkeitsbereich nicht definiert
    URI.cxx: In static member function »static bool nucleo::URI::getQueryArg(const std::string&, const std::string&, float*)«:
    URI.cxx:330: Fehler: »atof« wurde in diesem Gültigkeitsbereich nicht definiert
    make[4]: *** [URI.lo] Fehler 1
    make[4]: Leaving directory `/home/user/pakete/nucleo-cvs/src/nucleo-build/nucleo/core'
    make[3]: *** [all-recursive] Fehler 1
    make[3]: Leaving directory `/home/user/pakete/nucleo-cvs/src/nucleo-build/nucleo/core'
    make[2]: *** [all-recursive] Fehler 1
    make[2]: Leaving directory `/home/user/pakete/nucleo-cvs/src/nucleo-build/nucleo'
    make[1]: *** [all] Fehler 2
    make[1]: Leaving directory `/home/user/pakete/nucleo-cvs/src/nucleo-build/nucleo'
    make: *** [all-recursive] Fehler 1
    ==> FEHLER: Build fehlgeschlagen.
    Breche ab ...
    what am i "making" wrong...?
    Last edited by Madi (2008-03-30 16:28:07)

    hi
    ok, i was able to tell ./configure where to find nucleo-config, just editet /etc/profile:
    # Set our default path
    PATH="/bin:/usr/bin:/sbin:/usr/sbin"
    export PATH
    to
    # Set our default path
    PATH="/bin:/usr/bin:/sbin:/usr/sbin:/usr/local/bin"
    export PATH
    but "make" failed again:
    make[3]: Entering directory `/home/user/pakete/metisse-cvs/src/metisse-build/FvwmCompositor/desktop'
    g++ -DHAVE_CONFIG_H -I. -I../.. -I../../xserver/include -I../../FvwmCompositor -I../../proto -I../../libmetisse -I../../xserver/mi -I../../xserver/include -I../../fvwm-insitu -I/usr/include/libpng12 -I/usr/include/freetype2 -I/usr/local/include -DORBIT2=1 -pthread -I/usr/include/at-spi-1.0 -I/usr/include/libbonobo-2.0 -I/usr/include/atk-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/orbit-2.0 -I/usr/include/bonobo-activation-2.0 -march=i686 -mtune=generic -O2 -pipe -MT MetisseDesktop.o -MD -MP -MF .deps/MetisseDesktop.Tpo -c -o MetisseDesktop.o MetisseDesktop.cxx
    In file included from MetisseDesktop.H:29,
    from MetisseDesktop.cxx:15:
    MetisseWindow.H:272: Fehler: mehrere Parameter wurden »n« genannt
    MetisseWindow.H:273: Fehler: mehrere Parameter wurden »n« genannt
    In file included from MetisseDesktop.cxx:15:
    MetisseDesktop.H:79: Fehler: mehrere Parameter wurden »width« genannt
    MetisseDesktop.cxx: In member function »void MetisseDesktop::_closeWindow(MetisseWindow*)«:
    MetisseDesktop.cxx:1355: Warnung: veraltete Konvertierung von Zeichenkettenkonstante in »char*«
    make[3]: *** [MetisseDesktop.o] Fehler 1
    make[3]: Leaving directory `/home/user/pakete/metisse-cvs/src/metisse-build/FvwmCompositor/desktop'
    make[2]: *** [all-recursive] Fehler 1
    make[2]: Leaving directory `/home/user/pakete/metisse-cvs/src/metisse-build/FvwmCompositor'
    make[1]: *** [all-recursive] Fehler 1
    make[1]: Leaving directory `/home/user/pakete/metisse-cvs/src/metisse-build'
    make: *** [all] Fehler 2
    it's the same with metisse-0.4.0-rc4 from the project-page and with metisse-cvs AUR-tarball.
    how can i get metisse run...? seems to be more tricky...

  • Crystal Reports - 64bit when Previous Reports were 32bit

    Hi,
    I have a 64bit question.  To take a step back, I was using Visual Studio 2008 on a 32 bit Windows O/S.  I was using the Crystal Reports that came with Visual Studio 2008 (I think that was just an option that you could install from the VS ISO).
    Now, I'm setting up a new environment: Windows 7 Pro (x64) with Visual Studio 2013.
    I grabbed CRforVS_13_0_9.exe - as it was just released.  And I installed Crystal Reports.  Toward the end of the install I got a dialog that said something of the effect: "Hey, we detected that you are on a 64bit O/S - do you want to install 64 bit"?  (I wish I had the exact message now).  So I installed, what I thought was that too (in addition to the 32 bit - as it didn't ask me about 64bit until it had already spent a few minutes installing "stuff").
    In Control Panel I now see:
    SAP Crystal Reports runtime engine for .NET Framework (64-bit)
    SAP Crystal Reports, version for Microsoft Visual Stuido
    (also, of note, my .NET Framework is 4.5.1)
    As I mentioned, I have a ton of existing 32bit Crystal Reports Projects that I need to convert from VS2008 to VS2013.  Microsoft runs a wizard to convert the projects, and you guys also had some Wizard to convert the projects from the older version of Crystal to this new one.  Being that I'm on a 64bit O/S now, and I have 64 bit Crystal installed, what exactly is happening on this conversion?  Is it trying to take that 32 bit project and convert it to a 64bit version?  Should I have installed the 64 bit Crystal when it asked me towards the end?
    I'm trying to figure out what that all means.  Also, after taking a simple existing report, and converting it, and making sure it built - I ran it, and all I get at runtime is a "value cannot be null. parameter name: inputstring" message (fyi, this is through the web, not winforms).  I have no idea what inputstring they are referring to, especially since these reports worked in the older environment.
    Thank you.

    Hi William,
    CR for VS is both 32 and 64 bit runtime now, separate installs. For your DEV PC you install both because you can select either when you compile for a Windows Desktop app or when you set your IIS App Server to run in 64 bit mode.
    Short story is VS is a 32 bit app, CR for integration into VS is also running in 32 bit mode, in the VS IDE. For Web app's you set the App pool and distribute the CR runtime to match your app pool setting.
    For Desktop app's you set the Project Properties to run in x86 or x64 mode. You have to be specific or the OS and MSIExec will determine what Redist package to use.
    For IIS, just set the App Pool to 32 bit mode - True for 32 bit and false for 64 bit.
    Remember also, if youa re going to use 64 app pool all of the dependencies must also support 64 applications/app pools, DB clients and Printers are the biggest dependencies.
    Don

  • How do I get Firefox to open when I dial up to connect to the internet, instead of internet explorer for the internet service provider?

    I have a dial up connection for the internet through Netzero.com, and when I click on it to dial up to the internet, it brings up the Netzero home page on Internet Explorer. I've changed my default home page from Internet Explorer, to Firefox, but when the internet is connected, Internet Explorer is the one that brings up the Netzero home page, not Firefox, so I have to click on the icon for Firefox, and then it opens, with Netzero home page on it, so I have to go through 2 different processes to get to use Firefox. I downloaded Firefox because it's suppose to be faster that Internet Explorer, especially since Internet Explorer keeps not responding when I'm in the middle of doing something. So I thought I'd try Firefox, but it doesn't seem to be faster than Internet Explorer, since the ISP that I have has a web accelerator, but it doesn't work on Firefox for some reason, I can see on a meter on my desktop when it's accelerating, and Firefox doesn't accelerate ever, if I change over to Internet Explorer, I can see the meter accelerating the web page. Hope you can help me with this problem, as I like Firefox. Thank you very much.

    Try changing firefox to the default browser: [http://kb.mozillazine.org/Setting_Your_Default_Browser]. That will probably get firefox to open when you dial up.
    I'm not sure what you mean by "the meter accelerating the web page". Can you explain that?
    Thank you

  • Can't Find ppbus

    I am working on a package for the aur but i get this error while running cmake:
    /root/Desktop/piklab/src/piklab-0.15.10/CMakeFiles/CMakeTmp/CheckIncludeFiles.c:2:27: fatal error: dev/ppbus/ppi.h: No such file or directory
    compilation terminated.
    '/root/Desktop/piklab/src/piklab-0.15.10/' is the installation directory
    I have had trouble looking for info about ppbus but from what I found I think it is for the parallel port.  Is there any way to get this file or library.

    Correction, I said Snow Leopard above, I meant Leopard

  • Form runtime in Forms9i

    How can i run a compiled form (.fmx) from outside the form builder in forms9i? for forms 6i we use the ifrun60.exe file to run the compiled form from the desktop. what should i do in forms 9i to run a form from desktop?
    regards
    george

    6i is the last version to support client runtime.
    In 9i you run on the application server. Lucky enough a very small application server (OC4J) comes with the 9iDS. You must start this using the shortcut on the Windows Start menu (Oracle 9iDS->Forms Developer->Start OC4J Instance). Once started (do not close the DOS-box) you can start your Form from the browser, using URL:
    http://localhost:8888/forms90/f90servlet?form=yourform.fmx

  • Cannot find symbol symbol : class Item location: package platypos.services.

    Well, I am having a few problems getting this java file to compile.
    /home/brandon/Desktop/platypos/services/order/Seat.java
    package platypos.services.order;
    import platypos.services.order.Item;
    import java.util.Vector;
    public class Seat
        private int             _number;
        private Vector<Item>    _items  = new Vector<Item>();
        public static void main(String args[])
            System.out.println("Hello");
    }here is my terminal session:
    brandon@Aspire5100:~$ javac /home/brandon/Desktop/platypos/services/order/Seat.java
    /home/brandon/Desktop/platypos/services/order/Seat.java:17: cannot find symbol
    symbol  : class Item
    location: package platypos.services.order
    import platypos.services.order.Item;
                                  ^
    /home/brandon/Desktop/platypos/services/order/Seat.java:23: cannot find symbol
    symbol  : class Item
    location: class platypos.services.order.Seat
        private Vector<Item>    _items  = new Vector<Item>();
                       ^
    /home/brandon/Desktop/platypos/services/order/Seat.java:23: cannot find symbol
    symbol  : class Item
    location: class platypos.services.order.Seat
        private Vector<Item>    _items  = new Vector<Item>();
                                                     ^
    3 errors/home/brandon/Desktop/platypos/services/order/Item.java is packaged as follows
    package platypos.services.order;and has been successfully compiled to Item.class in the same directory.
    I am using the latest JDK on Ubuntu 8.04
    I am a bit more skilled in C++ and am trying to learn java, anyone got any clues as to what I am doing wrong?
    Thank you

    yep, here is an abridged version of the Item.java file. and it has been successfully compiled to Item.class
    package platypos.services.order;
    import java.util.Vector;
    class Item
         // Constructor     
         public Item(String name)
              SetName(name);     
        // Main Function
        public static void main(String args[])
    }Edited by: javaperson on Apr 30, 2008 11:01 PM

  • What causes an AIR app crash (non-error type)

    Gidday guys
    Pretty general question, but I'm curious as to what I should be looking for if...
    - I randomly get the Test Movie Terminated message when compiling or running a desktop AIR app from Flash Pro IDE
    - the installed AIR app crashes/terminates randomly from no apparent reason?
    No compiler errors or warnings are generated.
    Cheers

    'The most important thing to notice is the red line. This represents the budget time that you have to keep below on each frame, if you’re to meet the framerate you want to achieve. For example, on a SWF running at 30 frames per second (fps), you have a budget of 33ms per frame (1000ms / 30 frames). In other words, if you spend more than 33ms per frame, your application will start stuttering and skipping frames, which you really don’t want to happen!'
    Does that mean when I'm coding, I should be making sure that functions etc are complete before the frame finishes? ie if my project is 12 fps, a function should never take longer than 83ms to complete?
    no, (and going over budget wouldn't crash flash).  going over budget means flash is not able to maintain the targeted frame rate.  go over budget enough and you'll see your display stutter instead of maintain smooth animation.  that's not relevant to a data app and not relevant to a crash problem.
    you want to check the memory use and see if it is relentlessly increasing as you use your app.  in particular, what's scout tell you when your app crashes.
    My project isn't frame really specific - ie there's no animation or frame reliant graphics in particular. It's a data based app.
    Does it just mean that my display will slow down if I'm jamming more processing in that a frame can handle, and should I be worried about it if my display isn't particularly important?
    no, that's not a problem.

  • Dupremove.ncf unable to connect to SQL DB instance

    I have ZDM7SP1_IR3a, my inventory database is running as a named instance on SQL2005. I am unable to get the dupremove module to connect to the data base. I keep getting a message:
    Trying to (re)connect to the database -> mw_dba
    Jdbc:sqlserver://10.10.11.55:1433;selectMethod=cursor
    Com.microsoft.sqlserver.jdbc.SQLServerException: The TCP?IP connection to the host
    Has failed. Java.net.ConnectException: Connection refused
    at com.microsoft.sqlserver.jdbc.SQLServer Connection.connect(Unknown Source)
    at com.microsoft.sqlserver.jdbc.SQLServer Connection.connect(Unknown Source)
    at com.microsoft.sqlserver.jdbc.SQLServerDriver.conne ct(Unknown Source)
    at java.sql.DrierManager.getConnection(DriverManager. java:512)
    at java.sql.DrierManager.getConnection(DriverManager. java:140)
    at com.novell.zenworks.desktop.inventory.storer.Datab aseOperator.create(DatabaseOperator.jav:830)
    at com.novell.zenworks.desktop.inventory.storer.Datab aseOperator<init>(DatabaseOperator.jav:589)
    at com.novell.zenworks.desktop.inventory.storer.Datab aseOperator.main(DatabaseOperator.jav:7162)
    Could not connect to database.
    My dupremove.ncp is as follows:
    java -ns -sn"ZENworks Inventory Dupremove utility" -neh -mx128m -classpath $tmppath;"$classpath" -Djava.compiler= com.novell.zenworks.desktop.inventory.storer.Datab aseOperator -host=10.10.11.55 -listwsdup -dbtype=2 -sid=mgmtdb -port=3855
    It appears that this module is ignoring the port number provided. Is there a way to get it to accept the port given so that the connection to the database can be made?
    I appreciate any and all suggestions.

    DMPotter,
    It appears that in the past few days you have not received a response to your
    posting. That concerns us, and has triggered this automated reply.
    Has your problem been resolved? If not, you might try one of the following options:
    - Visit http://support.novell.com and search the knowledgebase and/or check all
    the other self support options and support programs available.
    - You could also try posting your message again. Make sure it is posted in the
    correct newsgroup. (http://forums.novell.com)
    Be sure to read the forum FAQ about what to expect in the way of responses:
    http://support.novell.com/forums/faq_general.html
    If this is a reply to a duplicate posting, please ignore and accept our apologies
    and rest assured we will issue a stern reprimand to our posting bot.
    Good luck!
    Your Novell Product Support Forums Team
    http://support.novell.com/forums/

  • Color Management-Where is my error?

    30" Apple Cinema Display recently calibrated with Eye-One Display 2. Photoshop CS3 color space is North America General Purpose 2. I open Digital Color Meter, take a color (#5e90ba) from a web page in Safari. I make a new Photoshop document, fill it with aforesaid color, save it and set it as my desktop. Digital Color Meter says my Desktop is displaying #5e8cb7, not #5e90ba, and visually, there is a very slight difference between the color on the web page & my desktop. I just can't wrap my mind around this. What is going on here?

    I think it's the OS as Ann has stated. If I take an image, for example, and save converting the image from working Adobe RGB profile to sRGB while embedding the icc profile and use a web browser like Safari, the image will look exactly like it does in Photoshop. But that is because I assigned the profile to go with the sRGB image. But when I put the image as a wallpaper on the desktop, the image is all of a sudden less saturated. I can instantly see the colors shifted or toned down a tad. Now, add to that I do not think the monitor, no matter how well I have tried to calibrate using Monaco XR Pro with Color Eyes software - I cannot say the gamma available with my Apple Cinema Display of 23" is accurate even at this point. But the fact that the image will match in PS and Safari but not the desk top shows that yes, the desktop does not see the profile along with the image.
    Have you tried to go to Photoshop and under Edit menu, use Monitor Space as your color space and see if that now matches the desktop? They should now match. Meaning there will always be a difference between the two even locally on one machine.
    The fact that it wasn't a JPG doesn't mean anything. It is only the way the color (an arbitrary number in this case) is displayed to your eyes on the monitor. Again, your monitor space will not match your working space unless you change the two spaces to match in PS or what ever app you are using with color management because you created a working space using calibration.
    The working space is created by the hardware/software calibrating tools as you know. And for me, coming from the PC side recently to the Mac side, I can say that Color Eyes makes more corrections to an Apple Cinema Display than any monitor of any price I used on the PC side. Granted, once calibrated, it looks incredible. The Macbook Pro laptop is the biggest disappointment due to the fact that it is not true 32 or 24 bit but some say really bad, like 6 bit.
    Anyway, I think Ann has stated what you need to grasp and to show the extent of it, just go to PS and change your Color Profile to Monitor Space instead of a working space and see what happens.

Maybe you are looking for