General :: Build A Fortran Project In Kdevelop?

Apr 20, 2011

I have installed gfortran,cmake,etc,but there is no fortran project to chose.What should I do ?

View 2 Replies


ADVERTISEMENT

General :: Fortran Project In KDevelop On Opensuse 11.3?

Aug 27, 2010

I just installed OpenSUSE 11.3 and I want to use Kdevelop 4.0 for programming in fortran. when I try to start a new project (Project/New from template) I only get the choice between C++ and PHP. What can I do so that I can also use fortran.

View 1 Replies View Related

Software :: Segmentation Fault While Porting Project C / C++ / Fortran Files From Windows?

Feb 2, 2011

i am getting segmentation fault while porting project having c,c++,fortran files which has been developed in vc++ windows to linux.this project is working fine in windows but not in linux.when i runned in linux using makefile it is going through some output but again am getting segmentation fault.

View 1 Replies View Related

Programming :: Build An Accounts System Database For A Project?

Apr 21, 2010

I have recently trying to build an Accounts system database for a project. When you run the program it goes in the main menu sort of like this.

Accounts System
Add a Customer With a Contract......1
Add a Customer Without a Contract...2
Display all Customers...............3
Find a Customer.....................4
Edit a Customer.....................5
Print a Statement...................6
Print an Invoice....................7
Load File...........................8
Save and Exit.......................9

When you add a customer with a contract, you add name, address, start contract, end contract, payment and email address. Now, is there a code I could write to get back to this menu. To not confuse anyone, all I just saying is supposing I accidentally push number 1 on the keyboard and suppose I didn't want to add a customer. In other words I need a code that can cancel (or stop) adding a customer to go back to the accounts system menu.

[Code]...

View 3 Replies View Related

Debian :: Working On A Project With Unsupported Libraries (don't Ask) And Can Only Build Successfully With G++ 4.1?

Jan 20, 2011

I didn't do enough research beforehand and just discovered that while gcc 4.1 is still packaged, g++ 4.1 is not. I am working on a project with unsupported libraries (don't ask) and can only build successfully with g++ 4.1.*I see that there are packages for Lenny. Is it safe to install these under Squeeze?Being new here I am not sure where else to look for third party packages is, so if anyone could point me in the right direction that would be great. I'd very much prefer not to try to build from source as I'll almost certainly clobber my 4.4 install in the process.

View 3 Replies View Related

Software :: Build Ekiga Project In Visual Studio 2008

Apr 15, 2010

I just download source code of ekiga at address [URL]. I want to develop it, I compiled it in ubuntu successful, now I want to develop it in window platform by visual studio 2008 but I don't, can I can make environment for window and import it to visual studio 2008 to debug.

View 8 Replies View Related

Software :: Linking In A LKM To User Space In An Eclipse Project Build?

Jun 25, 2009

I have written a PCI LKM device driver that compiles and loads correctly via #insmod libfoo.ko. When # dmesg | less is run I get good results and no errors in the log. The LKM header file is visible in the eclipse workspace.how do I attach (link) this loaded LKM in a eclipse project so that the LKM driver functions are visable?

View 2 Replies View Related

Programming :: Build Chain (make Or Cmake) For *nix_Movemap Project?

Jun 29, 2010

[URL]...Now it works in Windows platform. Some functions rely on win-specific code and need to cross-platform alternatives. Can some one help to build chain(make or cmake) for this awesome project? any one can compile the Linux generator and transfer the project under *nix platform.

View 1 Replies View Related

Programming :: Build All Project Dependencies On Fedora/RedHat-based Systems?

Sep 17, 2010

On Debian, if I want to compile some package X myself, but I don't want to spend time hunting down and installing its dependencies, I can issue the following command:

Code:
apt-get build-dep X

And apt (so long as it knows about package X) will install all the dependencies for me.Does the yum package manager on RedHat-based systems have a similar feature?

View 1 Replies View Related

OpenSUSE :: When Open Project In Code Blocks And Click Build And Run, It Pop Out Debug Report And Exit After That?

Sep 3, 2011

When i open project in code blocks and click build and run, it pop out debug report and exit after that

View 3 Replies View Related

Software :: Use "mknod" Command For Build Root File System Of Project?

Aug 11, 2010

My team member want to use "mknod" command for build root file system of our project...

But, mknod is only excutable by "root".

I don't want to let them know the root password.

I think that "sudo" and "fakeroot" are the way to use mknod...

Except for those command, are there any way to use "mknode" ?

OR

Is there any solution for make "root file system ?"

View 1 Replies View Related

General :: Installing Kdevelop In Fedora10

Jan 25, 2010

please someone suggest me how to install Kdevelop in Fedora 10. i tried installin the rpm but its giving errors.please send me step by step procedure

View 3 Replies View Related

General :: KDevelop: Only To Develop GUI Applications?

Aug 12, 2011

Kernel 2.6.21.5, slackware 12.0 Kdevelop 3.3.91 writing a C program of a pretty good size and, when I am done compiling, I'll have to begin debugging. I know of dbg, but was thinking in one of those integrated development environments (IDEs). Looking into my HDD, I found a KDevelop package and began to see what it was about. The documentation (help) is copious and it seems I will never get to the point in the docs where I'll know if it serves my purpose. For I'm afraid it is intended to develop appls for KDE, when in reality, my appl runs in a text console. So that is the question. Is KDevelop mainly intended for developing GUI applications?

View 7 Replies View Related

General :: Open *.vtk File In Fortran?

Jun 22, 2011

Can we open *vtk files in fortran?If yes,How?I have written my code as below:I keep getting error: bad real number in item 1 of list input

program work_file
implicit none
integer:: open_status,ln

[code]...

View 3 Replies View Related

General :: Compiling Fortran Code In SuSe 11.3

May 18, 2011

I can compile an old fortran program on my macbook using the Absoft fortran compiler and the command:f90 'W132 C SOURCECODE.flU77lV77

Unfortunately I cannot find f90 for linux. I can, however, find gfortran. However, gfortran does not recognize the flag -W132 and when I remove -W132 the compiler thinks all lines end after a certain number of characters. Does anyone know what flags call the equivalent type of compilation using gfortran? Is it possible I need to use f90? If so, is there a free version of f90 for linux?

View 8 Replies View Related

General :: Cross-Compile Fortran And C To Windows Application

Apr 22, 2010

I have Slackware 13-64 bit and I would like to cross-compile some Fortran and C programs to windows 32 and 64 bit applications. The Linux versions utilize X11 for the graphical users interface. I have tried MINWG but I could not get it to work, either in pre-built binary or source code form. Is there a binary version that works on Slackware 13? Alternatively, is there another method available?

View 1 Replies View Related

General :: Command To Compile And Execute Fortran Program On System Machine?

Apr 8, 2010

Command to compile n execute a Fortran program on a Linux machine

View 6 Replies View Related

General :: Cygwin Script Compilation (f77) - Compiler Does Not Recognize As Fortran Source Files

Apr 5, 2011

compiler problem (f77) which arises when I try to execute a bash script ("compile" see [1] below) running under Cygwin on WinXP. The script finds the correct file(s) but the compiler does not recognize them as fortran source files. If the script is executed sequentially from the command line then there is no problem.

The directory structure of flh971da contains two subdirectories flh971da/scripts and flh971da/source. The compile script [1] is shown (in part) below. The script changes directory to flh971da/source, and compiles source from subdirectories flh971da/source/n where n=a,b,c etc and places the object files in flh971da/source/nobj n=a,b,c... etc. The response to flh971da/scripts/compile script is given below [2]. It is clear that the compiler (f77) locates the correct source file [4] (flh971da/source/a/a00aaft.f) but does not recognize it as a fortran source file. All relevant files have been processed with d2u. I suspect the problem is with the script, but I have no idea how to fix it.

[Code]....

View 3 Replies View Related

General :: Fortran Runtime Error: Bad Real Number In Item 1 Of List Input

Feb 9, 2011

I am using the package Quantum espresso to get electron phonon coefficients for monolayer graphene. While applying one of the executables, I got the error: "At line 356 of file q2r.f90 (Unit 51 "a2Fq2r.51") Traceback not availabel: compile with -ftrace=frame or -ftrace=full. Fortran Runtime error: bad real number in item 1 of list input

View 3 Replies View Related

General :: Write A Script To Execute A Fortran Code That Reads In Parameters From Keyboard Typing?

Apr 18, 2011

I am trying to write a script (especially C-shell) to execute a fortran code that reads in parameters from keyboard typing. I will have to process this .F code for many times with the parameters the same for all my data files, therefore, I don't have to type in everytime I execute the .F code. But I don't know what is the command in c shell to read in a text files that contains all the parameters I want and can make the shell read in appropriately to feed the .F code.

View 3 Replies View Related

General :: Contributing To An F/OSS Project?

Apr 25, 2011

I am an undergraduate anthropology student doing research for my dissertation on the F/OSS community.I'm interested in are forking (What sort of thing causes/averts a fork? Have you ever participated in one?), the process of decision making (Is consensus democracy effective? Where do communication structures often break down?) and any other reflections or thoughts that you think are relevant.

View 3 Replies View Related

Ubuntu :: Install KDevelop In 10.4?

Jun 3, 2010

I can't find them in the repositories, and don't want to run MS Visual Basic through wine. I'm looking into programming, and really need the highlighting feats of these programs (I know you can program in a simple word editor, but I prefer the help of an advanced program).

View 5 Replies View Related

General :: Possible To Run Mira3 Project Without .sff Files

Aug 19, 2010

I have two files fasta file and qual file and i need to run mira3.Is it possible to run the mira3 project without the .sff files.and if so where do i get the .sff files since i have only the fasta and qual files.

View 1 Replies View Related

General :: Create Self Extracting Rpm For Project

Jul 11, 2011

i am working on a project that requires updation after every 10 days that is after 10 days , i have to apply a new release. every time i need to copy all things from one path and paste it to different locations that is a manual work, i want to create a self extractor, in which i have to give only path, that is the path where i need to paste the files.

View 7 Replies View Related

General :: Want To Make A Project Using RHEL 5

Sep 9, 2010

I have learned RHEL 5 recently and i m an engineering student, i want to make a project using RHEL 5, I have done mainly Servers.

View 2 Replies View Related

Fedora :: No Plugins For KDevelop In Repo?

Nov 6, 2010

I just installed F14 (upgraded from F13), and I wanted to install the PHP plugin for KDevelop, but yum reports no plugin packages. A friend has openSUSE and he found the plugins in the repos. Have the plugins not been packaged for Fedora yet? I just want to know that before I install them from source.

View 1 Replies View Related

OpenSUSE :: Get A Binary Package For Kdevelop 3.5.5?

Apr 6, 2010

where I can get a binary package for Kdevelop 3.5.5?

View 4 Replies View Related

Networking :: Add A Link Library To The Kdevelop?

Mar 20, 2011

Currently, I am trying to use the Kdevelop4 in linux debian to make some debugging on a simple project. I added the <db.h> in the text editor and it is working. Unfortunately, when I am trying to build an "undefined reference to db_create error". So how to cope such error and where I have to add the searchable link libraries in Kdevelop4.

View 3 Replies View Related

Software :: KDevelop Language Installation

Jun 26, 2010

Trying KDevelop for the first time. I have the free pascal libraries installed, I have KDevelop 3.9.95 installed, I can select java, c+, C#, and so on, but I do not have an option for any pascal.I learned pascal in college, that is why I would like to use it (I know people dont like it, so please refrain from opinions), just looking for help.I tried lazarus, and yes it is nice, reminds me of Delphi, but I take issues with it not finding library paths when they are in the IDE.Would really like to use KDevelop, so if anyone can let me know how to let KDevelop give me options to use the pascal language, that would be great. I have searched through the menus, and cannot find anything that says something like "Insall additional language...".

View 5 Replies View Related

Software :: Kdevelop Missing Plugins?

Sep 19, 2010

I have been searching the internet in vain for the names of the packages that provide the following plugins for kdevelop in Debian Squeeze. The missing plugins are preventing me from testing the written programs.

Missing plugins:
1) C++ support
2) kdevcvs
3) make builder
4) output view
5) QtHelp
6) Subversion

The icons representing these plugins are all a question mark. I am assuming that means that they are missing. Needless to say, as it is, kdevelop is useless.

View 7 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved