Ticket #302 (closed usability: invalid)
Procedure for Ubuntu Gutsy Gibbon (7.10) on AMD64 ...failure?
| Reported by: | vidalia | Owned by: | developer |
|---|---|---|---|
| Priority: | normal | Milestone: | Vidalia 0.0.16 |
| Component: | Vidalia | Version: | |
| Keywords: | Cc: |
Description
Didn't see much about AMD64 Ubuntu users when I did a search, so here goes:
sudo update-alternatives --set qmake /usr/bin/qmake-qt4
The above line should be used, though I'm unsure why this (and not the lines for the previous versions of *Ubuntu) worked... unless they're using more etch-like Debian code for my version.
Also, failed compiling with sudo make install because it said it was unable to create the output window, with the following lines of error:
configure: Running qmake...
/usr/bin/uic-qt4 src/gui/mainwindow.ui -o src/gen/ui/ui_mainwindow.h
Could not create output file
make: *** [src/gen/ui/ui_mainwindow.h] Error 1
This was on a cleanly unpacked directory with a fresh download of 0.0.16 and so I'm trying earlier versions to see if I can get one of those to run. I changed the lines above to ./configure && sudo make install and everything compiled cleanly and with no errors under g++ (which needs to be installed first via apt-get as should qt4-qtconfig).
Anyway, please feel free to contact me at ray dot jenson at gmail dot com if any clarifications are needed or if you want some further commands run for testing. I'm running a tor helper relay and really enjoying learning about how it all works.
