Ubuntu :: Mograso: Modeling Software Make Error?

May 25, 2010

While i make the Mograso (modelling software)which is combination of C++ and fortran code, i get these errors in Ubuntu 10.01

make all-recursive
make[1]: Entering directory `/home/vishal/Desktop/mograso-1.0.1'
Making all in src

[code]....

View 2 Replies


ADVERTISEMENT

General :: Distribution With Mathematical And 3D Modeling Support

May 24, 2010

I am an engineer. What distribution has the best support for mathematical and 3D modeling software? I also do some photo editing so it would be great if the distro also had support for that.

View 3 Replies View Related

General :: Molecular Modeling Using VMware Player?

Sep 26, 2010

Currently i'm doing molecular modeling using LINUX, VMware player. Well i face some problem while using this player.

1) 'there is not enough space on the destination' when i want to paste some files in LINUX desktop.

2) the most left corner 'hidden button', once you press all the tabs gone (application & terminal) . How to restore this condition?

View 1 Replies View Related

Programming :: Unified Modeling Language Good/Bad And Tools?

Jan 29, 2010

I just joined a research group that is about to embark on writing a big multi-physics code package. Before the programming gets so big it is unmanageable, I was thinking about best practices and similar things. In that process, I came across something called the "Unified Modeling Language" (UML). Also, looking at a, cross platform, free, tool, that is good for C++. Ideally with reverse engineering and code generation. I came across Bouml, found ArgoUML. The former seems to support forward and reverse C++, the latter doesn't. Also, it seems that Visual Paradigm has a "Community Edition" that is free for non-commercial use. Then there are more on the Wikipedia page. I would like to hear from users what they like and don't like. Looking for reviews here.

View 2 Replies View Related

General :: Make Error - Make[2]: *** No Rule To Make Target

Oct 7, 2010

I am getting an error as below.

How do I resolve the error: make[2]: *** No rule to make target `', needed by `mpg123'.

How can I resolve this error.

View 4 Replies View Related

Programming :: Makefile - Error When Run The Make Run - No Rule To Make Target - Shell.h

Sep 15, 2010

I want to gave much details as possible. working directory (~/a1/shell) in the shell directory i have Makefile. also in the shell directory i have subdirectory's (obj, src, include)

My current Makefile

Quote:

#What needs to be built to make all files and dependencies

clean:

# End of Makefile

I wanted it so: all .o files are created in the obj subdirectory, and my application, sshell, is created in the shell directory.

I am getting this error when i run the make run: No rule to make target 'shell.h', needed by 'shutil.o'. stop

View 1 Replies View Related

Ubuntu :: Make With Make File Yields Error - /usr/bin/javac: Cannot Execute Binary File

Nov 17, 2010

When I try to compile some Java code on Ubuntu 10.10 (kernel 2.6+) using make and a Makefile.

I get an error indicating that the make utility cannot execute the java compile command (javac).

The error reads: /bin/bash: line 6: .: /usr/local/jdk1.5.0_18/bin/javac: cannot execute binary file

I am executing make as root. I have enabled permissions on all directories in the path /usr/local/jdk1.5.0_18/bin/javac and on javac itself.

I get this error whether using a jdk installed via ubuntu apt-get, or whether I install the jdk myself. And I get it using either Java 1.5 or 1.6

My machine has an 80386 processor. I notice the make utility is built for i686-pc-linux-gnu

However, I can manually compile using javac.

I can compile calling javac from within a bash script.

I can compile using the java compiler gcj from the command line: gcj --main=HelloWorld HelloWorld.java -o HelloWorld.exe

But I cannot compile java code from the makefile. Any reasons why I might be getting this error?

View 4 Replies View Related

Slackware :: Error Make[2]: *** [lib/amarok_collection-mysqlecollection.so] Error 1

Oct 14, 2010

I was having a go at compiling the latest Amarok 2.3.2. As I run make I get the following error

make[2]: *** [lib/amarok_collection-mysqlecollection.so] Error 1
make[1]: *** [src/core-impl/collections/sqlcollection/mysqlecollection/CMakeFiles/amarok_collection-mysqlecollection.dir/all] Error 2
make: *** [all] Error 2

I'm running Slackware64-current. how to prevent this error arising?

View 13 Replies View Related

Fedora Servers :: Make PHP Pages - Shows An Internal Error 500 Page But Doesn't Show On What Line And Compile Error Encountered

Feb 1, 2011

I'm trying to make some pages. For this I try to host them locally. However, when I have an error in my PHP code, the server shows an internal error 500 page and doesn't show on what line and what compile error it encountered. There is no such information in the error log either. What should I do about it, it's not really nice to comment all the lines and then try to uncomment them one by one. I've been googling for a while, but didn't find anything.. I forgot to mention, I;m using Fedora :P, the apache that came with it and mysql and php from the repository...

View 3 Replies View Related

Red Hat :: Error - Make: *** [HelloWorld.o] Error 127 For Eclipse C++ ?

Jun 3, 2010

I have installed a copy Fedora core 10 with the Eclipse C++ CDT feature. I am getting the following error when I do a project build for the "HelloWorld.cpp" Eclipse sample program: make: *** [HelloWorld.o] error 127

I am somewhat certain it is caused by an improper or incomplete configuration of Eclipse C++ CDT. Can anyone provide detailed instructions for configuring the Eclipse C++ CDT?

View 4 Replies View Related

Ubuntu :: Installing Emacs 23.1 - Error "makeinfo Is Missing - Cannot Build Manuals Make: *** [info] Error 1 **** Installation Failed"

Feb 6, 2010

I've been trying to install the latest version of Emacs from source but I'm running into a trouble. The commands "./configure" and "make" work just fine. However, when I run "sudo checkinstall" I get a message saying that makeinfo is missing:

Code: makeinfo is missing - cannot build manuals make: *** [info] Error 1 **** Installation failed. Aborting package creation. Cleaning up...OK Bye. What is Error 1

View 4 Replies View Related

Ubuntu :: Mount -o Loop - Flash BIOS Error "Intel UCode Loading Error" - Make Iso Images Bootsble From The Harddisk

Feb 19, 2010

I need to flash my BIOS to get rid of an error: "Intel uCode loading error". On [URL] I have found a tutorial, that looks to be fine. I can even see in the comments, that somebody have done this with success from Ubuntu 9.04, the very same system, that I use. Nevertheless I cannot make this bootCD with my Ubuntu 9.04, as it doesn't know the loop option to mount the image.

In the tutorial it says: "Requirements for this step is that you have support for the vfat and loop file systems in the kernel. Or you can have those features compiled as modules. In the latter case you can load the modules before the next step, like this:

modprobe vfat
modprobe loop"

loop doesn't seem to be present in my system, and the command modprobe loop returns an error that the module is not available. I tried to follow the tutorial anyway, but with no success. How can I get the module lopp? I also want to use it to make iso images bootsble from the harddisk.

View 2 Replies View Related

Programming :: IT++ Make Error - Error "/bin/sh: Line 1: .dependencies: Permission Denied"

Jun 16, 2010

I have installed it++ on suse11.2 I have downloaded an example project and everytime i try to "make"..error "/bin/sh: line 1: .dependencies: Permission denied" comes up.I have tried to run as root but this hangs on "checking dependencies" and gives no action.

View 2 Replies View Related

Ubuntu :: Getting Error On Make ?

Dec 4, 2010

Getting error on make.

Code:

View 6 Replies View Related

Ubuntu :: 10.04 Android OS Make Error

Jul 5, 2010

I have followed the instructions to the letter and I have download the Android OS Source code as per instructions, and when says to run the "make" command, I get this output:

Code:
hamish@hamish-laptop:~/mydroid$ make
PLATFORM_VERSION_CODENAME=AOSP
PLATFORM_VERSION=AOSP
TARGET_PRODUCT=generic
TARGET_BUILD_VARIANT=eng

[Code]...

View 9 Replies View Related

Ubuntu :: Error While Trying To 'make' Ideviceinstaller

Jul 23, 2011

After the config. stage and when i try to 'make' ideviceinstaller', I get the following error:

Code:

april@ubuntu:~/Desktop/ideviceinstaller-1.0.0$ make
make all-recursive
make[1]: Entering directory `/home/april/Desktop/ideviceinstaller-1.0.0'
Making all in src

[Code].....

View 1 Replies View Related

Ubuntu :: Bambus Make Error ?

Jul 13, 2010

I am sort of new to Linux, I came across an error during make step to install a software:Bambus, the error is:

View 1 Replies View Related

Ubuntu :: Cannot Find -lGLU Error During Make?

Mar 28, 2010

I'm trying to compile gtkglArea-1.99.0 but I think I'm running into a linking error. This is the error exactly : /usr/bin/ld: cannot find -lGLU. I have the OpenGL and GTK+ libraries, well ./configure runs with no errors so I assume I have everything I need. Does anyone know how to fix the error in order for me to run make properly?

View 2 Replies View Related

General :: Error When Running Make For Ns2.30 In Ubuntu 9.10

Mar 9, 2011

I need to use myevlavid2 on ns2 which is only supported for ns2 version up to ns2.30 (is not supported for newer ns2 versions): [URL] The NS installation went through well. After applying all the changes as given in the myevalvid2 installation guide, I ran the 'make' command, this is an extract of what I got:

[Code]....

View 6 Replies View Related

Ubuntu :: Error With "make" And "make Install" ".ko Failed To Build"

Aug 9, 2010

I have been trying to install a new driver for my wireless USB adapter, and I've been getting some "make" command problems and error messages. Specifically, I am installing the RaLink rt2570 USB Enhanced Driver to work with my Linksys WUSB100 adapter (chipset RaLink Rt2870).

I downloaded the package and used the readme from inside the package here:[url]

Here's what I have done directly after download to my desktop:

Code:

View 7 Replies View Related

Ubuntu Installation :: Error When Make Partitions - Windows XP And 9.10

Sep 8, 2010

I'm trying to install Ubuntu 9.10. When it got to the "partition manager" stage of the installation, not only was I not able to decrease the Windows partition's size, I was also told that there was an error when partitioning and that the process has been aborted, I'm now just using the Ubuntu Live CD..

View 1 Replies View Related

Fedora :: Make: *** [all] Error 2

Oct 9, 2010

I have problem to install wireless driver rtl8192se.

Quote:

View 14 Replies View Related

Ubuntu :: Make Menuconfig Returns An Error In Kernel Compilation

Jul 12, 2010

I'm simply trying to compile a vanilla kernel from Kernel.org, I've done it before, however "make menuconfig" returns an error after I've made my changes to the config file.

Code:

Why is make returning that error? I am using a 64-bit kernel.

View 2 Replies View Related

Ubuntu Servers :: Installing Mod_perl - Make: [modperl_lib] Error 2

Apr 12, 2011

I'm installing mod_perl and when running the make test I got the following errors:

-o mod_perl.so
/usr/bin/ld: cannot find -lperl
collect2: ld returned 1 exit status
make[1]: *** [mod_perl.so] Error 1
make[1]: Leaving directory `/home/alan/mod_perl-2.0.5/src/modules/perl'
make: *** [modperl_lib] Error 2

So as this is the first time I have tried developing with mod_perl I tried googling the error and -lperl

View 2 Replies View Related

Ubuntu Installation :: Kernel Upgrade / Make: [gconfig] Error 2?

Aug 4, 2011

I want to upgrade my kernel from version 2.6.38-10 to 3 I downloaded the kernel 3 from kernel.org by this command :wget url while i'm in /tmp directory

and i did these commands also

$ tar -xjvf linux-2.6.25.tar.bz2 -C /usr/src
$ cd /usr/src

till now everything is okay so now the next step as my manual

$ make gconfig
that's give me this result
*
* Unable to find the GTK+ installation. Please make sure that
* the GTK+ 2.0 development package is correctly installed...
* You need gtk+-2.0, glib-2.0 and libglade-2.0.
*
make[1]: *** No rule to make target `scripts/kconfig/.tmp_gtkcheck', needed by `scripts/kconfig/gconf.o'. Stop. make: *** [gconfig] Error 2

and the gtk+ is installed correctly but don't know what's wrong exactly .

View 2 Replies View Related

General :: Make - Gspca - Error ?

Feb 7, 2011

Code:

Code:

What is the problem I face make error during several operations.

View 17 Replies View Related

Slackware :: Make Headers_Install Error - 64 ?

Dec 13, 2010

I was trying to make a 64bit 2.6.36.2 kernel for my multilib slackware64 setup and when doing "make headers_install" I get this error

Code:

Is this because it's multilib/compat32pkg? do I need to go back to GCC for 64?

View 7 Replies View Related

Ubuntu :: Error Installing Ffmpeg - Unable To Make Executable File

Jul 20, 2011

I tried to install ffmpeg on 7.04(Fiesty Fawn). when i ran ./configure from terminal window, i got error regarding c compiler that unable to make executable file.

View 5 Replies View Related

Ubuntu Networking :: BackTrack 5 Showing Error,while Executing Make Command?

Aug 3, 2011

I tried to install ndiswrapper , but its showing error,while executing make command

make[1]: Leaving directory `/usr/src/linux-source-2.6.35.8'
make: *** [LINUX] Error 2

View 2 Replies View Related

Fedora :: Make A Update But Show Some Error

May 7, 2010

I never used Fedora and triyng to make a update but show some error. I have a Dell Inspiron 6400 in Fedora 12.

View 2 Replies View Related







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