The compile tag has no wiki summary.
0
votes
1answer
66 views
Compiling QEMU on Mac OS X Lion
I've been having trouble compiling a working copy of QEMU on Lion.
When I try installing through homebrew, I get a screen like this when I attempt to run QEMU:
The blank screen just sits there ...
0
votes
1answer
27 views
Error while compiling Cuda Accelerated Linpack hpl_2.0_FERMI
I use
Ubuntu 11.04 x86_64
CUDA 4.0
OpenMpi 1.4stable
MKL
When I compile, I get this error:
ar r -L/home/limksadmin/hpl-2.0_FERMI_v13/lib/CUDA/libhpl.a HPL_dlacpy.o HPL_dlatcpy.o ...
0
votes
1answer
44 views
Have to do “sudo make” or else C can't create executables
I used to be able to run make like normal, but now I have to run make as super user or else it will fail saying that the c compiler can't create executables. Why did this happen?
2
votes
0answers
24 views
Self Built MacVim on OSX 10.6 doesn't open a GUI window
I've noticed the MacVim downloads page has stopped uploading pre-compiled snapshots for OSX 10.6 (only 10.7 is supported now, with 10.6 considered LEGACY). I'm still using 10.6 and wanted to build it ...
2
votes
1answer
46 views
Combine compilation-mode and ansi-term-mode in Emacs?
In Emacs, I would like to be able to combine the features of ansi-term-mode and compilation-mode. I have a build system for compiling my source code which uses terminal commands for placing the ...
2
votes
3answers
107 views
How to compile .bat file using QT Creator
Question: How do I compile a .bat file using QT Creator?
More info: specifically, I am trying to install Windows Image Writer and the download only includes source files. The README.txt tells me to ...
1
vote
0answers
53 views
Unable to compile with GNU Emacs
I'm trying to use GNU Emacs to write small programs. I use the compile command make -k but i always get the message
make -k
'make' is not recognized as an internal or external command,
operable ...
0
votes
1answer
10 views
GNU inetutils pre-compilation problems
I am trying to compile GNU inteutils on Debian and experiencing some problems. configure is going thru without any issues but when I launch make to compile I receive the following messages:
...
0
votes
0answers
52 views
Cannot install netbeans on Gentoo
I'm trying to install Netbeans on my Gentoo system and I just cannot get it to work. When I'm compiling it It fails due to not being able to locate org.apache.maven.project.MavenProject.
...
1
vote
1answer
287 views
Compiling PHP on OS X: iconv works only if forced to 64-bit
I'm trying to compile PHP and I kept getting this error during make:
Undefined symbols for architecture x86_64:
"_iconv_open", referenced from:
__php_iconv_mime_decode in iconv.o
...
2
votes
2answers
106 views
compiler for c++ (thought it was g++?)
After installing the 'Developer Tools' from the mac os installation DVD, I can now execute 'gcc /path/to/input/' and create an executable shell script from .c code..
I though the C++ compiler to ...
1
vote
1answer
224 views
cv.h not found in fedora 15 install of opencv and highgui
I'm writing object tracking software in C++ and using OpenCV and highgui. The problem I have right now is that even after sudo yum install opencv and using the yumex frontend to ensure that all of the ...
2
votes
1answer
34 views
Is it better to compile from source or to install from a .deb package?
Sometimes, when downloading software from the Internet, I find that there is a .deb package ready for either my Debian/Ubuntu and also a tarball to be compiled. In the beginning I would simply use the ...
1
vote
1answer
412 views
Native build of gcc compiler on windows 7 x64
I'd like to make a native build for the gcc compiler on my Windows 7 X64 laptop. After reading the installation instructions and realizing they were for a Unix system, I decided that it was time to ...
2
votes
0answers
77 views
Case-sensitive error in compiler's building using crosstool-ng under Cygwin
When I try to build gcc cross-compiler using crosstool-ng under Cygwin (running in Windows 7) I have the following message:
$ /opt/ng-crosstool/bin/ct-ng build
[INFO ] Performing some trivial sanity ...
0
votes
0answers
114 views
Compile IMDB search programs and database on OS X, possible stack size increase
I am trying to compile the IMDB search programs with the corresponding databases, but somehow I am unable to do so. Here are the infos, here is the direct link to the files (Warning: it links to an ...
0
votes
0answers
17 views
Has anyone managed to build a recent webkit from source?
I'm doing a research project on webkit, and I need to hack on webkit. However, the thing requires impossible library versions. Has anyone managed to compile it from source on any linux distribution ...
3
votes
0answers
87 views
Should I replace my system drive or work files drive with an SSD? [closed]
First of all, I've read lots of questions on this site (and over the web) about this question, but I'm still not sure about my specific situation.
I currently have a laptop with two 320 GB hard ...
0
votes
1answer
125 views
Can't compile because valac not found, but it's installed
I'm trying to compile gwibber. This is what happens when I type ./configure.
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking ...
0
votes
0answers
29 views
Linux 3.1.5 `arch_align_stack'
I'm compiling a custom Linux 3.1.5 kernel with grsecurity but I get an error at the end of sudo make:
MODPOST vmlinux.o
WARNING: modpost: Found 4919 section mismatch(es).
To see full details build ...
0
votes
1answer
305 views
Running Oracle script from Notepad++
Can we configure Notepad++ to run an Oracle script? I mean, once we wrote some script (assume a PL/SQL script containing a procedure), can it be compiled from Notepad++ editor itself? If it is ...
0
votes
0answers
23 views
How to install LuaJIT on FreeBSD without using Gmake?
Has anyone been able to install LuaJIT v2 on FreeBSD AMD64(x64) without using Gmake (just freebsd-make)?
If so how?
When I attempt to use freebsd-make, LuaJIT doesn't build.
2
votes
1answer
89 views
Use matlab in makefiles etc. How to speed things up?
I use a lot of matlab to process data etc. Yet I find my workflow a bit of sluggish, so I was wondering if I could speed things up a little using makefiles.
What I would like to do is write an .m ...
1
vote
1answer
1k views
__modver_version_show undefined error when building linux kernel 3.0.4 version
I tried to build the linux kernel 3.0.4 on ubuntu 11.10 in virtualbox. Here are my steps:
Download the source code
tar xjvf linux-source-3.0.0.tar.bz2
cd linux-source-3.0.0
make menuconfig, changed ...
2
votes
2answers
359 views
Portable C compiler for Windows on USB stick
I am looking for a portable C compiler to run from an USB stick on Windows (XP or higher).
If it's a GCC portable version, that's a plus. If it's also (optionally) a C++ compiler, that's a plus too.
...
0
votes
0answers
261 views
Error installing RObot Operating system onto OS X Lion
The system has been using Macports. I configured the system exactly as per the line by line instructions of this guidelines. In the process I got the following error. The only change that I made from ...
1
vote
1answer
58 views
How do installation in linux (Fedora)?
I'm trying to run an example of MOBS - Mobile Robot Simulator, I'm trying to install the requirements and run the example, but I'm new with linux so don't understand how make these steps :
1. XView
...
1
vote
1answer
97 views
How do you add RefocusIt to Gimp?
I'm trying to compile Gimp with a special plugin called Refocus-It. I know that I need to compile something. Can somebody please explain what needs to be done?
I would like to accomplish this using ...
0
votes
0answers
313 views
How to install LessCss compiler on Ubuntu 11.04
I am trying to install LessCss compiler on Ubuntu 11.04.
Following the author's instructions:
npm install less
I end up with this warning:
[WARNING] Out of OEM specific VK codes, changing to ...
0
votes
1answer
901 views
Visual Studio 2010 won't compile/create new projects
My Visual Studio 2010 Professional with SP1 installed won't compile anymore.
The shown error is:
TRACKER : error TRK0005: Failed to locate: "CL.exe".
The system cannot find the file specified.
...
1
vote
1answer
85 views
full list of EKG2 plugins dependencies
Every time I want to compile and install ekg2 I'm struggling with dependencies. Right now I somehow managed (again) to install all needed packages. Still I have no idea which of packaged i installed ...
2
votes
1answer
74 views
Compiling mpich2 on OSX (and targeting the OSX 10.5 SDK)
I am compiling mpich2 1.4.1p1 for OSX and using -sysroot to direct the compilers to link against the SDK for 10.5. I do the following in a script to avoid typing this all out every time. As you can ...
0
votes
1answer
86 views
How can I make the Terminal compile a file I edited using Aquamacs?
I'm having trouble getting a small source code compiled in the terminal. I'm completely new at this (just started taking an introductory course)... I'm going to try to describe the situation as best I ...
0
votes
0answers
15 views
GMD compiler toolbox CCTB
What is a "GMD compiler toolbox CCTB"? It is required for the "VHDL parser vhdl-rexlalr.1.2 from the University of Twente" (see the link below). I can't find it.
...
6
votes
1answer
48 views
Is it usually best to compile on the same machine you want to execute on?
(Note: I'm just using ffmpeg as an example, I have often wondered the same thing with other programs)
I have a build script for ffmpeg which compiles in support for a few non-standard features. Now ...
0
votes
1answer
319 views
libssh2.so.1cannot open shared object file?
I am trying to run medusa program when I have run it with command medusa -d I got
+ cvs.mod : Couldn't load "/usr/local/lib/medusa/modules/cvs.mod" [libssh2.so.1: cannot open shared object file: No ...
1
vote
1answer
61 views
Building the Linux kernel: compute intensive or disk I/O intensive?
I am trying to explain some results that I got from a recent benchmarking experiment. For that I need to know whether compiling the Linux kernel is a compute intensive task or a disk I/O intensive ...
0
votes
1answer
98 views
How To Schedule .NET Framework Compilation?
Sometimes i find it annoying for .NET Framework start compilation of files without my authorization. I read somewhere that i can execute compilation when i want or maybe even schedule it. At least i ...
1
vote
3answers
253 views
Does a compiled software contain binary 0 and 1?
I know that after compiling a software or application, its code is converted into the machine language.
Does a compiled software contain a binary 0 and 1?
What happens after compiling a software? Is ...
0
votes
0answers
28 views
Build (eg from WAVs) or Convert (eg from CUE) *Audio* CD Image (eg ISO)
I’m trying to figure out a way to build an audio CD ISO image, or at least convert an audio CD in WAV|MP3/CUE format ISO.
Does anyone know how this can be done? (I don’t want to burn an audio CD to ...
3
votes
2answers
333 views
Force specific CPU core usage in programs on Windows 7
Is there any way to force a program to run on cpu1 rather than cpu0 given that I know that there are at least two cores?
I'm compiling C++ with code::blocks on Windows 7 x64
0
votes
3answers
357 views
Realtek USB WiFi key module 8712u.ko return “Can't read module (…) : exec format error”
I bought a USB WiFi key, the Hercules HWGUm-54. Apparently, the appropriate driver is the RTL8192SU from Realtek. I downloaded it from their website and extracted it.
I then went to the driver ...
0
votes
0answers
691 views
Atheros LAN card driver, Linux compiling problem
I have installed openSUSE 11.4 to my new workstation. It says that there is Attansic ETHERNET controller on board. But no devices seen. I typed: lspci and it returned: atheros communications device ...
1
vote
2answers
255 views
Building Python 2.7.1 on Mac OS X, import threading and a KeyError Exception
Issue Solved:
The problem I experienced was that I had a custom Modules/main.c file from an older Python release (2.6.1) polluting my 2.7.1 release. Although nearly identical, the main difference is ...
2
votes
1answer
210 views
How to compile Vim 7.3 with +signs on OSX 10.6.6?
I'm trying to follow this guide http://tech.blog.box.net/2007/06/20/how-to-debug-php-with-vim-and-xdebug-on-linux/ and I need to compile Vim with signs and python options.
I have:
downloaded the ...
2
votes
4answers
510 views
Compile gvim from sources?
Recently, I've installed vim like so:
hg clone https://vim.googlecode.com/hg/ vim
cd vim
sudo ./configure --enable-rubyinterp=yes --enable-pythoninterp=yes --enable-gui=gtk2 --prefix=/opt/vim
make
...
0
votes
1answer
69 views
compiling on a Mac
i'm trying to install a program which is supposed to work on any 64 bit unix environment with >12 Gb of RAM (which should include my Mac) but this is the only instruction the manual gives on ...
2
votes
2answers
1k views
Xcode installed, but gcc/ g++ compilers are not found
I thought Xcode would come with these compilers. Can i download them manually? Where do i find them?
1
vote
1answer
154 views
How create linux-libc-dev package when I compile ubuntu kernel?
I've compiled the last stable ubuntu kernel (2.6.38-...) following this guide: How to compile a Ubuntu 10.10 kernel but in this guide doesn't explain how create linux-libc-dev package for that kernel? ...
0
votes
1answer
96 views
Can I compile code on a VPS account?
I intend to purchase a Windows VPS account with the following: -
Windows Server 2008 Standard 64-bit OS
2 GB RAM
1,000 GB/month bandwidth
I develop Windows software but not for so long, I just got ...