search for: imacros

Displaying 10 results from an estimated 10 matches for "imacros".

Did you mean: macros
2007 Mar 19
0
Having trouble installing iMacros - dll errors
Hi all, I'm trying to install iMacros (http://www.iopus.com/imacros/ - download http://www.iopus.com/download) on my Ubuntu Dapper box running Wine 0.9.9. iMacros is a webbrowser Macro/Automation/Testing application that I haven't been able to find an equivalent for in the *NIX world. If anyone knows of something I can run native...
2005 Sep 09
2
C macros and Makevars/package building
...basic library, which of course is the main question :) We have an approach which seems to work, I just want a bit of feedback on it.... The way we integrate it into R is simply by having a subdirectory / src/sdk together with a Makevars file. This file basically looks like PKG_CPPFLAGS+=\ -imacros R_affx_constants.h\ -Isdk/files\ (... + a lot of other -I statements telling CPP to include subdirectories of src/sdk) Then we have a SOURCES.SDK = \ sdk/files/FileIO.cpp \ (... + a lot of other .cpp files) SOURCES.OURS = \ R_affx_cdf.cpp and then finally a OBJS=$(SOURCES.SDK:...
2009 Aug 11
2
Slicing cra**y csv files
Hello, For not too regular users of R, preparing the data is somehow a burden. Comming from iMacro in FireFox I get a badly designed csv, which I need to put into a daily R script. The data looks like that (e.g.): 22 Results,"35 Results","39 Results","2 Results","7 Results","23 Results","42 Results","36 Results","22
2016 May 13
2
How to debug if LTO generate wrong code?
...4_DLINK_FLAGS = -flto -nostdlib -Wl,-n -Wl,-q -Wl,--gc-sections -Wl,-z,common-page-size=0x40 -Wl,--entry,$(IMAGE_ENTRY_POINT) -Wl,-u,$(IMAGE_ENTRY_POINT) -Wl,-Map,$(DEST_DIR_DEBUG)/$(BASE_NAME).map -Wl,-melf_x86_64 -Wl,--oformat=elf64-x86-64 *_CLANGLTO38_X64_ASM_FLAGS = -c -x assembler -imacros $(DEST_DIR_DEBUG)/AutoGen.h -m64 -target x86_64-pc-linux-gnu *_CLANGLTO38_X64_RC_FLAGS = -I binary -O elf64-x86-64 -B i386 --rename-section .data=.hii *_CLANGLTO38_X64_NASM_FLAGS = -f elf64 Steven Shi Intel\SSG\STO\UEFI Firmware Tel: +86 021-61166522 iNet: 821-65...
2007 Jul 10
1
cleanup and Makevars
...t this may very well be due to my limited understanding of these scripts. Any help/hints on how to proceed? Especially if I want it to be portable? Kasper The full Makevars file: MYCXXFLAGS=-O0 %.o: %.cpp $(CXX) $(ALL_CPPFLAGS) $(ALL_CXXFLAGS) $(MYCXXFLAGS) -c $< -o $@ PKG_CPPFLAGS=\ -imacros R_affx_constants.h\ -Ifusion_sdk/calvin_files/array/src\ -Ifusion_sdk/calvin_files/data/src\ -Ifusion_sdk/calvin_files/exception/src\ -Ifusion_sdk/calvin_files/fusion/src\ -Ifusion_sdk/calvin_files/fusion/src/GCOSAdapter\ -Ifusion_sdk/calvin_files/fusion/src/CalvinAdapter\ -Ifusion_sdk/calvin_files...
2006 Oct 31
1
Fedora Core 6 (FC6) and Asterisk-1.2.13 and Zaptel-1.2.10 compile problems
...2798.fc6-i686/include/linux/ Grabbing the 2.6.18 source from ftp.kernel.org and unpacking it finds the following contents: #ifndef _LINUX_CONFIG_H #define _LINUX_CONFIG_H /* This file is no longer in use and kept only for backward compatibility. * autoconf.h is now included via -imacros on the commandline */ #include <linux/autoconf.h> #endif but it doesn't exist in the FC6 kernel tree for 2.6.18-1.2798.fc6 ... Likewise, attempting to build Asterisk-1.2.13 fails thusly: chan_phone.c:41:29: error: linux/compiler.h: No such file or directory...
2005 Jan 19
1
build klibc with gcc 2.96 fails
...I../linux/include2 -I ../linux/include -DWITH_ERRLIST -W -Wall -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -Winline -c -o __static_init.o __static_init.c Usage: cpp [switches] input output Switches: -include <file> Include the contents of <file> before other files -imacros <file> Accept definition of marcos in <file> -iprefix <path> Specify <path> as a prefix for next two options -iwithprefix <dir> Add <dir> to the end of the system include paths -iwithprefixbefore <dir> Add <dir> to th...
2012 Nov 26
0
How to set GCC version for ovmf compilation
...same error if I set gcc to 4.4 but actually have 4.7, however, a patch is available for gcc47. I have tried to install both gcc46 and get the same error. I also tried gcc44 by instead get a python error. Gcc46 and gcc47 error when running make dist-tools "/usr/bin/gcc" -c -x assembler -imacros /home/kristian/xen/xen-unstable.hg/tools/firmware/ovmf-remote/Build/OvmfX64/DEBUG_GCC44/X64/UefiCpuPkg/Library/BaseUefiCpuLib/BaseUefiCpuLib/DEBUG/AutoGen.h -m64 --64 -melf_x86_64 -o /home/kristian/xen/xen-unstable.hg/tools/firmware/ovmf-remote/Build/OvmfX64/DEBUG_GCC44/X64/UefiCpuPkg/Library/BaseU...
2016 May 16
2
How to debug if LTO generate wrong code?
...-sections -Wl,-z,common-page-size=0x40 > > -Wl,--entry,$(IMAGE_ENTRY_POINT) -Wl,-u,$(IMAGE_ENTRY_POINT) > > -Wl,-Map,$(DEST_DIR_DEBUG)/$(BASE_NAME).map -Wl,-melf_x86_64 > > -Wl,--oformat=elf64-x86-64 > > > > *_CLANGLTO38_X64_ASM_FLAGS = -c -x assembler -imacros > > $(DEST_DIR_DEBUG)/AutoGen.h -m64 -target x86_64-pc-linux-gnu > > > > *_CLANGLTO38_X64_RC_FLAGS = -I binary -O elf64-x86-64 -B > > i386 --rename-section .data=.hii > > > > *_CLANGLTO38_X64_NASM_FLAGS = -f elf64 > >...
2010 Mar 09
3
Enhanced MDISKCHK.COM and MEMDISK patches
Good day to all, Gert Hulselmans requested a feature for MDISKCHK.COM that would function roughly like GETARGS.COM[1] by Murali Krishnan Ganapathy: DOS SET command output for MEMDISK kernel arguments passed by previous boot-loaders. He also needed to support the case for MEMDISK-in-a-MEMDISK type situations, where all MEMDISK kernel arguments could be gathered together and output as a list