- Index
- » Developer
- » OpenModelica development
- » can't build from source with Ubuntu...
Page Start Prev 1 Next End
can't build from source with Ubuntu cheat sheet
can't build from source with Ubuntu cheat sheet
Jan-24-12 01:00:52
Hi.
I'm trying to build OM from source on a Ubuntu 10.4 system, using the following script, which is cribbed from README.Linux.txt:
Code:
#!/bin/bash
# from README.Linux.txt
#
sudo su -c "echo deb http://build.openmodelica.org/apt nightly contrib >> /etc/apt/sources.list"
sudo su -c "echo deb-src http://build.openmodelica.org/apt nightly contrib >> /etc/apt/sources.list"
sudo apt-get update
sudo apt-get build-dep openmodelica
./configure --with-omniORB
make # or make omc if you only want the omc core and not the qtclients
It errors out with this:
Code:
[...]
Reading package lists... Done
W: GPG error: http://build.openmodelica.org nightly Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 3A59B53664970947
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package libqtwebkit-dev is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
However the following packages replace it:
libqt4-dev
E: Package libqtwebkit-dev has no installation candidate
E: Failed to satisfy Build-Depends dependency for openmodelica: libqtwebkit-dev
./buildit.ubuntu: line 8: ./configure: No such file or directory
make: *** No targets specified and no makefile found. Stop.
Page Start Prev 1 Next End
- Index
- » Developer
- » OpenModelica development
- » can't build from source with Ubuntu...
There are 0 guests and 0 other users also viewing this topic